Jakarta EE 9.1 was released today, which now lets developers use -- officially -- Java 11 with the shiny new Jakarta EE namespace introduce in EE 9. So what does a simple Jakarta EE 9.1 REST project look like? I'm so glad you asked. :)
As part of some of my recent work, I've gotten some exposure to some Microprofile specs I've not had the opportunity or need to use. One of those is Fault Tolerance . I was curious to see it action, so I've cobbled together this simple example that demonstrates some of that spec's features, namely retries and fallback.
Obviously, web apps need to be secured. If you're brave (and some might say foolish), you can roll your own security. Unless you have compelling reasons to do so, however, you probably shouldn't. Almost as if by design (nyuk nyuk), Quarkus makes it easy to use any OpenID Connect server. One such server is Keycloak, an open source offering also from Red Hat. If your experience is like mine, though, securing endpoints makes testing a touch more complicated. In this post, I'd like to present and walk through a complete example of a secured Quarkus app, using Keycloak, JUnit and Wiremock.
Merry Christmas! After what has been a tough year, my prayer is that this Christmas season will be relaxing and refreshing for us all. To help celebrate the season -- I hope -- I've embedded my church's Christmas program,Christmas Under the Arches. My prayer is that it encourages you all and helps you focus on the Reason we celebrate. :)
JDK 15 hit General Availability today. While I spend most of my time in Kotlin these days, I do keep a close on Java, as it still has a special place in my heart, so I thought I'd make a quick post highlighting some of its new features. :) There are quite a few changes in the release, so I'll list all of them, but focus on the ones I think most developers will find more interesting.