mapstruct / mapstruct-spring-extensions

Helpful additions to MapStruct when using the Spring Framework.
Apache License 2.0
147 stars 32 forks source link

Support Spring 6 / Spring Boot 3 #109

Closed stickfigure closed 4 months ago

stickfigure commented 4 months ago

This project seems to only generate javax.annotation.PostConstruct annotations. Those annotations have no effect in Spring 6 (ie Spring Boot 3). Spring 6 only pays attention to jakarta.annotation.PostConstruct.

Chessray commented 4 months ago

Duplicate of #105