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

Jakarta Transformer is not working for spring boot application jar package. #603

Open
chirag519086 opened this issue Jun 25, 2024 · 0 comments

Comments

@chirag519086
Copy link

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.

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