SpringBoot 3.3.1 native gets error: `ValueCodeGenerationException: Failed to generate code for AnnotationConfigServletWebServerApplicationContext`
I added the graalvm.buildtools plugin:
SpringBoot 3.3.1 native gets error: `ValueCodeGenerationException: Failed to generate code for AnnotationConfigServletWebServerApplicationContext`
I added the graalvm.buildtools plugin:
@RefreshScope behaviour with Spring Boot Native Image
As I understand it currently, the reason why @RefreshScope is not supported within native-images is that dynamically changing the environment’s config might cause the service to break.