pefernan opened a new issue, #2081:
URL: https://github.com/apache/incubator-kie-issues/issues/2081
`ProcessDefinitionRegistration` in `jbpm-spring-boot-starter` is not
correctly loading the the Kogito Service URL from the application configuration
since it is using an incorrect config key (`@Value("kogito.service.url")`) in
the constructor. This makes that all process definitions indexed in data-index
appear with a wrong endpoint (static "kogito.service.url" String).
The config should be changed to @Value("${kogito.service.url}").
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]