Relationship between Payara Platform, MicroProfile and Java EE/Jakarta EE
Cloud & Microservices
Share:
3 minutes
When legacy systems approach end-of-life (EOL), enterprise IT teams typically face the choice of moving forward at all costs […]
4 minutes
Keeping an application server running smoothly isn’t so much about new features, but more about predictability and consistency. Software […]
5 minutes
At Devoxx Belgium 2025, I was able to talk about what happens after you build your container. In theory, […]
Hi Rudy,
When will JWT officially integrate with Jakarta EE Security in a next release of MicroProfile?
Hi Volker,
The integration needs to be defined by Jakarta EE Security (and MicroProfile JWT Auth has already defined some optional requirements when running in a Java EE server) but I cannot give you an answer on when there is a formal integration into Jakarta EE for the moment. There is no Github issue for this yet, but support for JWT by Security API was already on the table in the past.
However, you can already use it and you can see an example in this blog https://www.payara.fish/blog/java-ee-security-api-jsr-375/soteria-with-jwt-tokens.
Regards
Rudy
Thanks for the detailed explanation, but I meant, when is MicroProfile going to officially be saying it uses Jakarta EE Security?
I mean, it’s now using JAX-RS, CDI and JSON. When is MicroProfile saying it’s using JAX-RS, CDI, JSON and Jakarta Security?
MicroProfile is never going to use Java EE Security, because it means every MicroProfile implementation also needs to include JASPIC and JACC to name the 2 most important ones. Java EE Security is build on top of those two and thus requires them.
Regards
Rudy
Oh, I thought JASPIC was quite small? Even Tomcat has it 😉
How deep is the integration of Microprofile into Payara? Is it possible to use a newer Microprofile version with an older payara version by replacing/patching the corresponding app module jar?
Hi Lars,
There is a deep integration of the Payara Server with MicroProfile. So replacing the jar files on an older version will probably fail, especially when the major version is different (MP 1x, 2.x and 3.x).
Instead, it is recommended to upgrade Payara so that you also benefit from the bug fixings and additional features in the latest version.
Best regards
Rudy