Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Spring Native after Spring Boot 3.3.3 and dependency updates #163

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

antoinebhs
Copy link
Contributor

@antoinebhs antoinebhs commented Sep 19, 2024

Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
Error: Classes that should be initialized at run time got initialized during image building:
org.apache.commons.logging.LogFactory was unintentionally initialized at build time. To see why org.apache.commons.logging.LogFactory got initialized use --trace-class-initialization=org.apache.commons.logging.LogFactory
  • Remove Elasticsearch metadata and multiple checksums in changelog_20211019T140751Z.xml fixed with Spring Boot update (and associated dependencies: liquibase, spring-data).
  • Add resource-config hint for SubDirectoryCount to avoid repeated INFO in the console:
2024-09-19T13:10:28.750Z  INFO 1 --- [o-8080-exec-192] tionInformation$PropertyDescriptorSource : Couldn't read class metadata for interface org.gridsuite.directory.server.repository.DirectoryElementRepository$SubDirectoryCount. Input property calculation might fail

Copy link

@antoinebhs antoinebhs changed the title Fix Spring Native for Spring Boot 3.3.3 Fix Spring Native build and run with Spring Boot 3.3.3 Sep 19, 2024
@antoinebhs antoinebhs changed the title Fix Spring Native build and run with Spring Boot 3.3.3 Fix Spring Native after Spring Boot 3.3.3 and dependency updates Sep 19, 2024
@antoinebhs antoinebhs merged commit 64488cb into main Sep 19, 2024
4 checks passed
@antoinebhs antoinebhs deleted the fix-spring-native branch September 19, 2024 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants