i have a strange problem with mapstruct and springboot 3, when i try to compile the native application. I get this error: Caused by: java.lang.ClassNotFoundException: Cannot find implementation for it.company.example.mapper.TestMapper at org.mapstruct.factory.Mappers.getMapper(Mappers.java:75) ~[na:na] at org.mapstruct.factory.Mappers.getMapper(Mappers.java:58) ~[na:na]
Is mapstruct working with springboot native? Thank you!
I've tryed a lot of modification, but i can't figure out what is the problem, maybe the mapstruct annotation processor is not working with native compilation?