5 minutes
What’s New in the Payara Platform February 2026 Release?
The February 2026 release of the Payara Platform is centered on a major initiative to streamline the platform. This involves removing […]
The March 2026 release brings important platform modernization, stability improvements, and comprehensive bug fixes across the Azul Payara Platform family. This month’s releases include Payara Platform Community 7.2026.3 (download here) , Enterprise 6.36.0, and Enterprise 5.85.0 (request free trial here).
This release continues Payara’s commitment to a leaner, more maintainable platform. Community Edition 7.2026.3 deprecates support for old deployment descriptors and removes obsolete asadmin parameters that have accumulated over the years. These changes streamline the codebase and reduce maintenance burden, allowing the team to focus on modern Jakarta EE features.
Old Deployment Descriptors – Support for legacy deployment descriptor formats has been deprecated. Applications using older descriptor versions should migrate to current Jakarta EE standards.
JVM Profiler Configuration – The built-in JVM profiler configuration has been deprecated. Modern deployments should use external profiling tools like JProfiler, YourKit, or native Java Flight Recorder for better integration with contemporary observability stacks.
Obsolete Asadmin Parameters – Over 27 deprecated command parameters have been removed across commands including restore-domain, create-cluster, delete-cluster, and various resource management commands. These parameters were either non-functional or relevant only to legacy deployment scenarios. Scripts using deprecated parameters will need updating. Review the release notes for the complete list of removed parameters.
This release features an outstanding contribution from community member Sven Diedrichsen (svendiedrichsen), who identified and fixed multiple possible memory leaks across the platform. These fixes address long-standing issues that could impact applications running for extended periods:
These fixes improve long-running application stability and reduce memory footprint in production environments.
Help Documentation Fixes – The Admin Console help home page and index were resolving to 404 errors. Both issues have been corrected, restoring proper access to documentation from within the console.
Session Timeout Configuration – Added help text for configuring admin-session-timeout and session-token-timeout settings, making security configuration more discoverable.
DAS Management Fix – Fixed an issue where stopping or restarting the Domain Administration Server via the Admin Console required clicking an additional “Submit Query” button.
MP-JWT Properties Loading – Fixed loading of payara-mp-jwt.properties file when referenced without a leading slash. This fix ensures MicroProfile JWT authentication configuration works correctly regardless of path specification format.
Repository DataStore Validation – Added validation for @Repository dataStore configuration to properly handle multi-persistence-unit resolution scenarios.
Core library updates include:
Enterprise 6 receives targeted updates:
Enterprise 5 (Jakarta EE 8) receives focused updates for stability:
We recommend upgrading to these latest releases to benefit from the memory leak fixes, admin console improvements, and component updates. For detailed upgrade instructions, visit our official documentation.
We value your feedback and contributions. Report issues or share experiences on our GitHub repository. Special thanks to Sven Diedrichsen for the memory leak contributions that benefit the entire Payara community.
Happy deployments!
Share:
5 minutes
The February 2026 release of the Payara Platform is centered on a major initiative to streamline the platform. This involves removing […]
5 minutes
Published a little later than usual due to a busy conference season, this edition looks back at the key […]
4 minutes
Spring Framework 7 and Spring Boot 4 officially arrived, marking a key milestone for the Java ecosystem. From improved startup performance and modularization to native-image […]