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
All the other repository methods just do log.trace in case of the exception but getAllConfigValues prints the stack trace additionally. Please remove this printing to be consistent.
In some use cases it is even valid to have an exception when fetching configuration table. For instance, when tables are created by liquibase and/or hibernate and this step happens after the first call to the config sources.
The text was updated successfully, but these errors were encountered:
quarkus-config-extensions/jdbc/runtime/src/main/java/io/quarkiverse/config/jdbc/runtime/Repository.java
Line 47 in 514e487
All the other repository methods just do
log.trace
in case of the exception butgetAllConfigValues
prints the stack trace additionally. Please remove this printing to be consistent.In some use cases it is even valid to have an exception when fetching configuration table. For instance, when tables are created by liquibase and/or hibernate and this step happens after the first call to the config sources.
The text was updated successfully, but these errors were encountered: