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
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:
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: