Posts tagged New Releases (5)
What's New in the February 2022 Payara Platform Release?
Published on 16 Feb 2022
by Priya Khaira-Hanks
Topics:
What's New,
JakartaEE,
New Releases
|
0 Comments
The February 2022 Payara Platform release is here! Payara Platform Community 5.2022.1 includes 3 improvements and 10 bug fixes. Payara Platform Enterprise 5.36 brings 3 improvements and 4 bug fixes.
We also released a second alpha version of Payara 6, with the headline news being that it now includes support for MicroProfile 5.0!
Read more below to learn about the highlights.
What's New in the January 2022 Payara Platform Release?
Published on 19 Jan 2022
by Priya Khaira-Hanks
Topics:
What's New,
JakartaEE,
New Releases
|
0 Comments
The January 2022 Payara Platform release is here! Payara Platform Enterprise 5.35.0 includes 2 improvements and 7 bug fixes.
Users can also use the newly updated IntelliJ IDEA Payara Platform Tools plugin, detailed below!
Read more below to learn about the highlights of this Enterprise-only release.
Thank You Community Contributors - October, November, December
Published on 17 Dec 2021
by Priya Khaira-Hanks
Topics:
New Releases,
Payara Community
|
0 Comments
What's New in the December 2021 Payara Platform Release?
Published on 15 Dec 2021
by Debbie Hoffman and Rudy De Busscher
Topics:
What's New,
JakartaEE,
New Releases
|
0 Comments
The December 2021 Payara Platform release is here! Payara Platform Enterprise 5.34.0 includes 7 improvements, 1 security fix, 8 bug fixes, and 1 component upgrade. The Payara Platform Community 5.2021.10 release offers 6 improvements, 1 security fix, 7 bug fixes, and 2 component upgrades.
You can download Payara Platform Community 5.2021.10 here and request Payara Platform Enterprise 5.34.0 here.
Read more below to learn more about the highlights of this release.
JDK17 Support in Payara Community
Published on 25 Nov 2021
by Rudy De Busscher
Topics:
New Releases,
JDK 17
|
2 Comments
JDK 17 is the latest Long Term Supported (LTS) version of the Java platform, released in September 2021. LTS versions will have regular releases for the coming years and you don't need to switch to a newer version after 6 months as you do with those 'interim' JDK versions.
The features in an LTS version are kept stable so it is ideal for running your enterprise applications. Once you switch to an LTS, you can safely update to any minor release to accommodate for security issues and bug fixes of the JDK platform, but without needing to perform a migration.
With the release of the November 2021 version of the Payara Platform Community Edition, Payara Server, Payara Micro, and the Web Profile run on JDK 17 platform.
Running Payara Server as a Service - Added Support for systemD on Linux
Published on 19 Nov 2021
by Rudy De Busscher
Topics:
Payara Server 5,
New Releases,
systemD
|
3 Comments
Before your application can respond to any request from the user, Payara Server needs to be started as a process on a machine. The Payara Server Domain instance or a Payara instance can be started using the Asadmin CLI tool.
But in many cases when you run Payara Server on an on-premise machine or in a virtual machine, you want to start the Payara process automatically when the machine is booted. You can do this by defining Payara as a Service on the machine.
What's New in the November 2021 Payara Platform Release?
Published on 17 Nov 2021
by Rudy De Busscher
Topics:
What's New,
New Releases
|
0 Comments
Client Certificate Realm Configuration in Payara Server
Published on 29 Oct 2021
by Rudy De Busscher
Topics:
Security,
New Releases
|
0 Comments
A realm is the security policy domain within an application server. It defines how the authentication and authorization for your application is performed. Most of the time, your application is used by a person that can provide username and passwords as credentials (directly or indirectly through providers like an OpenId Connect provider) but some use cases exist where another process needs to use your endpoints.
Configure the Details of the GZIP Compression in Payara Platform October 2021 Release
Published on 25 Oct 2021
by Rudy De Busscher
Topics:
Payara Platform 5,
New Releases
|
0 Comments
Data is sent to and received from the endpoints within Payara Platform. When large chunks of data are sent to the client in response to a request, it might be an option to compress the data when the bandwidth is limited. This speeds up the transfer, but requires more CPU on the server and the client to perform the compression and handle the response.
With the October 2021 release, the Payara Platform allows configuring the compression level and the compression algorithm so you can better tune your environment for your requirements.
Client Certificate Validation in Payara Platform October 2021 Release
Published on 22 Oct 2021
by Debbie Hoffman
Topics:
Security,
Payara Platform 5,
New Releases
|
0 Comments
The Client Certificates security extensions continue to receive improvements in this release. In previous releases (July and September 2021) we added Client Certificate Authentication improvements, giving the ability to define multiple TrustStores and implement a SPI to allow developers to perform additional checks on the Client Certificate.
Previously, any Client Certificate that is used and matched within the KeyStore was accepted, even when the certificate was expired. Starting in the October 2021 releases (Payara Community 5.2021.8 and Payara Enterprise 5.32.0), using the newly developed SPI, we have implemented an additional check when using the Client Certificate authentication option to ensure the certificate is valid.