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
We had some issues with classes being classloaded in a different order, depending on the platform that built the Spring Boot jar. We believe this is caused by the springboot rule packaging step not specifying the insert order into the spring boot jar between:
spring boot loader
BOOT-INF/classes
BOOT-INF/lib
We want the order to be as depicted above.
The text was updated successfully, but these errors were encountered:
We had some issues with classes being classloaded in a different order, depending on the platform that built the Spring Boot jar. We believe this is caused by the springboot rule packaging step not specifying the insert order into the spring boot jar between:
We want the order to be as depicted above.
The text was updated successfully, but these errors were encountered: