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

Spring injection doesn't work after transforming the application #17

Open
strido opened this issue Dec 19, 2024 · 0 comments
Open

Spring injection doesn't work after transforming the application #17

strido opened this issue Dec 19, 2024 · 0 comments

Comments

@strido
Copy link

strido commented Dec 19, 2024

Our application relies on spring dependency injection, which fails to work after the application is transformed using this migration plugin.

When manually converting the application, the dependency injection seems to work as expected. After investigation I could see that the manually converted application included more transformed spring jars (spring-beans and spring-context) compared to the application produced by this migration plugin.

This seems to be related to the list of artifacts explicitly excluded from transformation, see JakartaEeMigrationExtension.ARTIFACTS_WITH_INTENTIONAL_JAVAX.

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

No branches or pull requests

1 participant