lsalgo
lsalgo
…dation in spring codegen Support for bean validation annotations for request headers was added in spring codegen, similarly how it currently works for query params. This implements the issue #12726...
When using AllOf for polymorphism, when a property references a parent schema using ref and a change is done to a child schema which is not referenced directly anywhere in...
Since thymeleaf 3.1, use of some classes has been restricted. This has been described here https://www.thymeleaf.org/doc/articles/thymeleaf31whatsnew.html In my project, I use java.util.concurrent.atomic.AtomicInteger class. This is no longer possible, which means...