eclipse-transformer/transformer

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

chirag519086 opened this issue · 0 comments

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.