enaio® services

enaio® 12.0 »

All enaio® services have been updated to Spring Boot 4.1. When an update is performed, all microservices must be updated simultaneously.

Installation

Services are installed via the os_service-manager_setup.exe file in the \Backend\Service-Manager directory.

The services are updated to SpringBoot 4.1 also using os_service-manager_setup.exe or enaio_services_versionfix.exe from the \Backend\Service-Manager-Update directory.

Trace Requests

To enhance security, trace requests using the current versions are blocked by default for all microservices.

If you want to allow trace requests for individual microservices, you can extend the corresponding configuration file as follows:

security:
  http:
    trace-method:
      enabled: true

Trace requests cannot be allowed for the 'gateway-ng' service.