spring-attic / spring-native

Spring Native is now superseded by Spring Boot 3 official native support
https://docs.spring.io/spring-boot/docs/current/reference/html/native-image.html
Apache License 2.0
2.74k stars 356 forks source link

Exception in thread "main" java.lang.StackOverflowError #1451

Closed Dave-he closed 2 years ago

Dave-he commented 2 years ago

2022-01-14 17:00:34.129 WARN 22324 --- [ main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.jdw.antipower]' package. Please check your configuration. 2022-01-14 17:00:35.021 WARN 22324 --- [ main] .s.c.a.BuildTimeBeanDefinitionsRegistrar : BeanDefinitionRegistryPostProcessor with bean name org.mybatis.spring.mapper.MapperScannerConfigurer is going to be invoked again at runtime, set a role infrastructure to avoid this native-2

sdeleuze commented 2 years ago

FYI MyBatis is not supported yet (see #404).

@snicoll Do you want a repro for this one to analyze the SO exception or should we close it?

snicoll commented 2 years ago

Duplicate of #1420