martinweiler opened a new pull request, #3855: URL: https://github.com/apache/incubator-kie-kogito-runtimes/pull/3855
Add toString method to DataBaseInfo class in order to make the logs more readable: BEFORE: ``` WARN [org.kie.flyway.initializer.KieFlywayInitializer:95] (main) Cannot run Flyway migration for module `jbpm-user-task-storage`, cannot find SQL Script locations for db `org.kie.flyway.initializer.db.DataBaseInfo@56193e3a` ``` AFTER: ``` WARN [org.kie.flyway.initializer.KieFlywayInitializer:95] (main) Cannot run Flyway migration for module `jbpm-user-task-storage`, cannot find SQL Script locations for db `DataBaseInfo [name=Microsoft SQL Server, version=16.00.4135, normalizedName=microsoft-sql-server]` ``` -- 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]
