spring-native icon indicating copy to clipboard operation
spring-native copied to clipboard

Need help getting build working on GHA!!!

Open hazendaz opened this issue 1 year ago • 0 comments

I've sync'd up the build as much as possible to all the others in mybatis. Its output is a lot cleaner now as it no longer shows download transfers so this is easier to find. If you look at my PR #120 as well as fact same has been occurring for a while, the below will be seen. I'm not up on any of this native stuff so I don't know exactly what this is trying to tell us. If you have some time can you take a look into this?

Error: Classes that should be initialized at run time got initialized during image building:
 org.springframework.core.annotation.RepeatableContainers was unintentionally initialized at build time. To see why org.springframework.core.annotation.RepeatableContainers got initialized use --trace-class-initialization=org.springframework.core.annotation.RepeatableContainers
------------------------------------------------------------------------------------------------------------------------
org.springframework.core.annotation.RepeatableContainers$NoRepeatableContainers was unintentionally initialized at build time. To see why org.springframework.core.annotation.RepeatableContainers$NoRepeatableContainers got initialized use --trace-class-initialization=org.springframework.core.annotation.RepeatableContainers$NoRepeatableContainers

hazendaz avatar Nov 10 '23 01:11 hazendaz