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
For spring-boot-starter dependency, autoconfiguration is broken from Spring Boot 3.0.
Support for new autoconfiguration was introduced in Spring Boot 2.7 with the backward compatibility with the old auto-configuration approach via spring.factories.
From Spring Boot 3.0 support for spring.factories autoconfiguration was removed in favor of a new way.
Practically project requires a META-INF.spring directory with the file org.springframework.boot.autoconfigure.AutoConfiguration.imports and content: net.rgielen.fxweaver.spring.boot.autoconfigure.FxWeaverAutoConfiguration
I you agree, I could submit a PR with the fix for this, together with the dependency updates (Spring Boot 2.7 to support existing projects?).
The text was updated successfully, but these errors were encountered:
Yes, please go ahead. I didn't have much time lately, but it's definitely time for a new release. This issue is super crucial for further usability, indeed.
blulic
pushed a commit
to blulic/javafx-weaver
that referenced
this issue
Feb 11, 2024
Added support for new Spring Boot 2.7+ autoconfiguration (mandatory for Spring Boot 3.0), updated other dependencies based on the Spring Boot 2.7.18
Tested with sample project and in personal project
Signed-off-by: blulic <boris.lulic@gmail.com>
For spring-boot-starter dependency, autoconfiguration is broken from Spring Boot 3.0.
Support for new autoconfiguration was introduced in Spring Boot 2.7 with the backward compatibility with the old auto-configuration approach via spring.factories.
From Spring Boot 3.0 support for spring.factories autoconfiguration was removed in favor of a new way.
Practically project requires a META-INF.spring directory with the file org.springframework.boot.autoconfigure.AutoConfiguration.imports and content: net.rgielen.fxweaver.spring.boot.autoconfigure.FxWeaverAutoConfiguration
I you agree, I could submit a PR with the fix for this, together with the dependency updates (Spring Boot 2.7 to support existing projects?).
The text was updated successfully, but these errors were encountered: