We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
eclipse transformer plugin is working fine for standalone spring war projects. But it is not working for spring boot application jar package.
It is only transforming classes from target/classes with transform goal and it is not scanning and transforming BOOT-INF/lib jars on jar goal.
Tried to create a working model of plugin using jakartaee-migration library, this plugin transforms spring boot jar and it's all dependency libraries which are packaged by spring-boot-maven-plugin. https://github.com/chirag519086/jakarta-transformer-plugin/
Need similar kind of implementation for spring boot application.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
eclipse transformer plugin is working fine for standalone spring war projects. But it is not working for spring boot application jar package.
It is only transforming classes from target/classes with transform goal and it is not scanning and transforming BOOT-INF/lib jars on jar goal.
Tried to create a working model of plugin using jakartaee-migration library, this plugin transforms spring boot jar and it's all dependency libraries which are packaged by spring-boot-maven-plugin.
https://github.com/chirag519086/jakarta-transformer-plugin/
Need similar kind of implementation for spring boot application.
The text was updated successfully, but these errors were encountered: