Fabien Fleureau
Fabien Fleureau
Hello, the latest version of spring framework (6) and spring boot 3 (released in december) are only compatible with Java 17+. The limitation on corretto 11 prevents from running an...
Hello, I still have the issue with 3.5.13. > Application run failed j.l.NullPointerException: null at o.a.i.l.LogFactory.getLog(LogFactory.java:52) ... 15 common frames omitted Wrapped by: o.a.i.l.LogException: Error creating logger for logger org.mybatis.spring.mapper.ClassPathMapperScanner....
Hello, I tried with a HintsRegistrar inspired from [Josh Long blog](https://joshlong.com/jl/blogPost/mybatis-and-spring-native.html) ``` import java.util.function.Consumer; import org.apache.ibatis.javassist.util.proxy.ProxyFactory; import org.apache.ibatis.javassist.util.proxy.RuntimeSupport; import org.apache.ibatis.logging.Log; import org.apache.ibatis.logging.LogFactory; import org.apache.ibatis.logging.log4j.Log4jImpl; import org.apache.ibatis.logging.log4j2.Log4j2Impl; import org.apache.ibatis.logging.nologging.NoLoggingImpl; import org.apache.ibatis.logging.stdout.StdOutImpl;...
Hello, Thanks for you project. I use it an hidden admin page, mostly as if it is a direct connection to database. It would be nice to able to run...
Hello, indeed the dto is not well structured but let's say I can't modify it due to "legacy" reasons. 🙃 Thanks for digging Also, even by adding @JsonIgnore or @Creator(mode=DISABLED)...
Hello, with this evolution would it be possible to have the json injected after the build of the project? For example, homer is built and packaged in a docker image,...