BAMOE version 9.1.1
When I upload my application in development mode it automatically generates the endpoints based on my bpmn because I have the parameter kogito.generate.rest.processes=true in my application.properties. However, when I generate a build to upload to the server I have some warnings:
Unrecognized configuration key "kogito.process-instance-events.enabled" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
Unrecognized configuration key "kogito.dataindex.ws.url" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
Unrecognized configuration key "kogito.addon.tracing.process.enabled" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
Unrecognized configuration key "kogito.addon.tracing.decision.enabled" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
Unrecognized configuration key "quarkus.kogito.data-index.graphql.ui.always-include" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
Unrecognized configuration key "kogito.generate.rest.processes" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
Unrecognized configuration key "quarkus.oidc.auth-server-url" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
Unrecognized configuration key "quarkus.oidc.client-id" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
Unrecognized configuration key "kogito.generate.rest.decisions" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
Unrecognized configuration key "kogito.persistence.type" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
Unrecognized configuration key "quarkus.oidc.credentials.secret" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
Unrecognized configuration key "kogito.dataindex.http.url" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
Unrecognized configuration key "kogito.data-index.domain-indexing" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
Detected a split package usage which is considered a bad practice and should be avoided. Following packages were detected in multiple archives:
- "org.kie.kogito.decision" found in [org.kie.kogito:kogito-api::jar, org.kie.kogito:kogito-dmn::jar]
And the endpoints not generated
Anyone help me please?