nrknithin commented on PR #2245: URL: https://github.com/apache/incubator-kie-examples/pull/2245#issuecomment-5574879764
> I have these findings in this PR: > > ### 01 junit > All examples are affected by this: > > ``` > [WARNING] The artifact io.quarkus:quarkus-junit5:jar:3.33.3.2 has been relocated to io.quarkus:quarkus-junit:jar:3.33.3.2: Update the artifactId in your project build file. Refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.31 for more information. > ``` > > ### 02 conf warnings > ``` > INFO] --- quarkus:3.33.3.2:build (default) @ process-usertasks-timer-quarkus --- > [WARNING] [io.quarkus.config] 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 > [WARNING] [io.quarkus.config] 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 > [WARNING] [io.quarkus.config] Unrecognized configuration key "quarkus.log.console.json" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo > [WARNING] [io.quarkus.config] 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 > [WARNING] [io.quarkus.config] Unrecognized configuration key "quarkus.log.file.json.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 > [WARNING] [io.quarkus.config] Unrecognized configuration key "kogito.jobs-service.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 > ``` > > could someone confirm these are or are not related to quarkus bump? first one was an issue have fixed it, second one was a pre existing warning i think, -- 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]
