Issue
I'm a bit confused. There is some documentation that says java 9 is "experimental":
rel="noreferrer">https://mapstruct.org/documentation/stable/reference/html/#_using_mapstruct_on_java_9
And I found a post where a guy was having trouble in Java 10. So we are heading to java 11 and I want to know if Mapstuct will work in that environment. Specifically, will it generate the code at compile time AND does the generated code work there (I suppose the latter does).
Solution
Yes, it works on a Java 11 / Spring Boot 2 project at work, and we use Mapstruct without issues.
Answered By - Xavier FRANCOIS
Answer Checked By - Marilyn (JavaFixing Volunteer)