Posts Tagged ‘Spring-Framework

As already documented in my previous article about Spring and VAVR, I’m using the Future’s provided by VAVR as return types in my controller. What I’m also using, is the SpringDoc OpenAPI library to generate my OpenAPI specification. By default, SpringDoc has no clue about VAVR and how to handle its Future type. Thus, by […]

Learn how to use the Future of Vavr in a Spring Boot Project

Spring 3.0 is final

16, Dec 2009

As Jurgen Hoeller posted today, Spring 3.0 is final! I will check it out as soon as possible 🙂  


top