Jeff Schnitzer
Jeff Schnitzer
PR here: https://github.com/mapstruct/mapstruct-spring-extensions/pull/110
If this issue is going to track compatibility with Spring Boot 3, maybe retitle it?
Also worth mentioning - it's not harmless to add `javax.annotation-api` to a Spring Boot 3 project. All it takes is one misclick to import the wrong annotation and you have...
Looks like this was handled in maven-land already? https://github.com/GoogleCloudPlatform/app-maven-plugin/issues/399
@ebonow I'm trying to figure out how to implement the workaround you mention - "adding an onClick handler that focuses the select". Which component do I need to add an...
The problem was discovered going from Spring Boot 2.4 to 2.7, which took Jackson from 2.11 to 2.13. Spring Boot 2.7 seems to be content with Jackson 2.11 but I...
Not my first rodeo, and it is of course more complicated than that. I mostly was taking the temperature of whether or not an easy fix might be available; looks...
Over here in services we have a lot of pipelines and they're complex enough to be hard on newbies (like me). It would be helpful to have some ability to...