The Flatten Maven plugin - fooay.io
Don’t wait until the release of Maven 5, if you are a library developer, consider using Maven Flatter Plugin. It’s a freebie.

Technologist focusing on cloud-native technologies, DevOps, CI/CD pipelines, and system observability. His focus revolves around creating technical content, delivering talks, and engaging with developer communities to promote the adoption of modern software practices. With a strong background in software, he has worked extensively with the JVM, applying his expertise across various industries. In addition to his technical work, he is the author of several books and regularly shares insights through his blog and open-source contributions.
37 views

Nicolas Frankel
5,460 viewsDon’t wait until the release of Maven 5, if you are a library developer, consider using Maven Flatter Plugin. It’s a freebie.

Nicolas Frankel
2,793 viewsSecurity is the poster child of a Non-Functional Requirement: most people don't care until the proverbial matter hits the rotary propeller.

Nicolas Frankel
3,728 viewsI'm afraid the deprecation of the Security Manager just added several lines to that risk, all linked to running untrusted code.

Nicolas Frankel
3,877 viewsIf you're implementing microservices or not, chances are that you're calling HTTP endpoints. With HTTP calls, a lot of things can go wrong.

Nicolas Frankel
2,603 viewsLearn how to improve the API provided by third-party libraries by combining Kotlin extension functions and delegation.

Nicolas Frankel
3,785 viewsQuarkus brings an exciting take to the table. Unlike Micronaut, it doesn't generate additional bytecode during each compilation.

Nicolas Frankel
3,155 viewsI frequently use Spring Boot in my demos. The latest one is no different, showing how to achieve CQRS using two different code paths.

Nicolas Frankel
2,679 viewsAnother approach for my demos: a regular proxy in front of my local cluster. OSX comes with an existing Apache Web Server installation.

Nicolas Frankel
3,699 viewsLast week, I wrote a native web app that queried the Marvel API using Spring Boot. This week, let's do the same with the Micronaut …

Nicolas Frankel
3,208 viewsAs the Cloud has become more widespread, the Spring ecosystem has been forced to cope with GraalVM native.