You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have already seen this, but I guess it is just a quarkus logging issue that will be eventually solved in later releases.
The system is working fine, despite the warnings.
Describe the bug
When adding
dependency, it shows a lot of "Unrecognized configuration key".
Expected behavior
Shouldn't warn about any unknown configuration key, if all dependencies were right.
Actual behavior
Many "unrecognized configuration key"
How to Reproduce?
1-Get any quarkus kogito example (tested with process-usertasks-with-security-oidc-quarkus-with-console).
2-Modify pom.xml and add dependency:
3-./mvnw clean verify. Check warnings about missing configuration keys.
Output of
uname -a
orver
Linux Ubuntu
Output of
java -version
11
GraalVM version (if different from Java)
No response
Kogito version or git rev (or at least Quarkus version if you are using Kogito via Quarkus platform BOM)
1.22.1
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: