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

Simplify redundant configurations caused by Spring Boot version changes #566

Merged
merged 1 commit into from
Sep 7, 2023
Merged

Simplify redundant configurations caused by Spring Boot version changes #566

merged 1 commit into from
Sep 7, 2023

Conversation

linghengqian
Copy link
Contributor

@linghengqian linghengqian commented Sep 6, 2023

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Code style
  • Refactor
  • Doc
  • Other, please describe:

The description of the PR:

Other information:

Warning: Could not resolve class kotlin.jvm.JvmInline for reflection configuration. Reason: java.lang.ClassNotFoundException: kotlin.jvm.JvmInline.
Warning: Could not resolve class org.mockito.configuration.MockitoConfiguration for reflection configuration. Reason: java.lang.ClassNotFoundException: org.mockito.configuration.MockitoConfiguration.
Warning: Field org.jboss.threads.EnhancedQueueExecutorBase1.tailLock not found.
Warning: Method sun.misc.Unsafe.invokeCleaner() not found.
Warning: Could not resolve class org.jboss.logmanager.LogManager for reflection configuration. Reason: java.lang.ClassNotFoundException: org.jboss.logmanager.LogManager.
Warning: Could not register method org.h2.fulltext.FullTextLucene.createIndex(Connection, String, String, String) for reflection. Reason: java.lang.NoClassDefFoundError: org/apache/lucene/index/IndexFormatTooOldException.
Warning: Could not register method org.h2.fulltext.FullTextLucene.dropAll(Connection) for reflection. Reason: java.lang.NoClassDefFoundError: org/apache/lucene/index/IndexFormatTooOldException.
Warning: Could not register method org.h2.fulltext.FullTextLucene.dropIndex(Connection, String, String) for reflection. Reason: java.lang.NoClassDefFoundError: org/apache/lucene/index/IndexFormatTooOldException.
Warning: Could not register method org.h2.fulltext.FullTextLucene.init(Connection) for reflection. Reason: java.lang.NoClassDefFoundError: org/apache/lucene/index/IndexFormatTooOldException.
Warning: Could not register method org.h2.fulltext.FullTextLucene.reindex(Connection) for reflection. Reason: java.lang.NoClassDefFoundError: org/apache/lucene/index/IndexFormatTooOldException.
Warning: Could not register method org.h2.fulltext.FullTextLucene.search(Connection, String, int, int) for reflection. Reason: java.lang.NoClassDefFoundError: org/apache/lucene/index/IndexFormatTooOldException.
Warning: Could not register method org.h2.fulltext.FullTextLucene.searchData(Connection, String, int, int) for reflection. Reason: java.lang.NoClassDefFoundError: org/apache/lucene/index/IndexFormatTooOldException.
Warning: Could not register method org.h2.fulltext.FullTextLucene$FullTextTrigger.<init>() for reflection. Reason: java.lang.NoClassDefFoundError: org/apache/lucene/index/IndexableFieldType.

@linghengqian linghengqian marked this pull request as ready for review September 6, 2023 14:13
@linghengqian
Copy link
Contributor Author

@huayanYu huayanYu merged commit 563522d into baomidou:master Sep 7, 2023
4 checks passed
@linghengqian linghengqian deleted the simplify-config branch September 7, 2023 03:36
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