-
Notifications
You must be signed in to change notification settings - Fork 40.8k
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
Report friendly error when failing to find AOT initializer #38188
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spring-projects-issues
added
the
status: waiting-for-triage
An issue we've not yet triaged
label
Nov 3, 2023
philwebb
added
type: enhancement
A general enhancement
and removed
status: waiting-for-triage
An issue we've not yet triaged
labels
Nov 6, 2023
mhalbritter
pushed a commit
that referenced
this pull request
Nov 7, 2023
mhalbritter
added a commit
that referenced
this pull request
Nov 7, 2023
Thank you! |
mhalbritter
changed the title
Report friendly error for starting application with AOT mode but not AOT-processed
Report friendly error when failing to find AOT initializer
Nov 7, 2023
ndwlocatieservices
added a commit
to ndwnu/nls-routing-map-matcher
that referenced
this pull request
Nov 6, 2024
…o v3.2.0 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [nu.ndw.nls.geometry:nls-geometry](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | compile | minor | `3.1.2` -> `3.2.0` | --- ### Release Notes <details> <summary>spring-projects/spring-boot (nu.ndw.nls.geometry:nls-geometry)</summary> ### [`v3.2.0`](https://github.com/spring-projects/spring-boot/releases/tag/v3.2.0) [Compare Source](spring-projects/spring-boot@v3.1.2...v3.2.0) #### ⭐ New Features - Auto-configure observations for RestClients [#​38500](spring-projects/spring-boot#38500) - Add support for Oracle Free, the replacement for Oracle XE, with Testcontainers and Docker Compose [#​38476](spring-projects/spring-boot#38476) - Provide dependency management for org.crac:crac [#​38378](spring-projects/spring-boot#38378) - Add new properties for Liquibase 4.24.0 [#​38274](spring-projects/spring-boot#38274) - Provide a way to create custom ApplicationContextFactory in SpringBootContextLoader [#​38205](spring-projects/spring-boot#38205) - Report friendly error when failing to find AOT initializer [#​38188](spring-projects/spring-boot#38188) #### 🐞 Bug Fixes - Annotation based ConditionalOnBean checks can cause early initialization of FactoryBeans [#​38507](spring-projects/spring-boot#38507) - CRaC restoration fails when Actuator's running on a separate port [#​38502](spring-projects/spring-boot#38502) - App that depends on Tomcat and on Jetty's websocket-server module fails to start with IllegalStateException: WebSocketComponents has not been created [#​38286](spring-projects/spring-boot#38286) - App fails to start with a NoSuchMethodError when using Flyway 10.0.0 [#​38268](spring-projects/spring-boot#38268) - MeterRegistry throws BeanCreationNotAllowedException on shutdown [#​38240](spring-projects/spring-boot#38240) - Resolution of productionRuntimeClasspath configuration may select the wrong variant and contain a dependency's source jar [#​38233](spring-projects/spring-boot#38233) - Docker JSON parsing fails on certain locales [#​38220](spring-projects/spring-boot#38220) - FileNotFoundException is thrown serving resources due to JarUrlConnection.getLastModified() returning zero [#​38204](spring-projects/spring-boot#38204) - Failed to extract parameter names exception thrown when binding with non-enumerable property source [#​38201](https://github.com/spring-projects/spring...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Error is reported as:
instead of: