Payara Platform

\= Release notes - Payara Platform Enterprise 5.88.0

Supported APIs and Applications

  • Jakarta EE 8

  • Jakarta EE 8 Applications

  • MicroProfile 4.1

Behaviour Changes

The default (undefined) value of the fish.payara.ready-after-applications system property will change from false to true starting from 6.42.0, aligning Payara 6 with Community and Payara 7. The server will mark itself as ready after post-boot configuration is applied and previously deployed applications are loaded, rather than after the server_startup event. This may change the timing of post-boot scripts and transaction recovery. Ahead of 5.91.0, fish.payara.ready-after-applications can be left unset to adopt the new default, set to true to test the new behaviour early, or set to false to keep the current behaviour.

Security Fixes

  • [FISH-13637] Fix CSRF + SSRF in Admin Console / REST Management Interface

Bug Fixes

  • [FISH-10485] Fix Payara Micro Boot Properties Not Applied With the Right Timing

  • [FISH-11896] Fix Quoted-Argument Parsing in prebootCommandFile (asadmin) and PREBOOT_COMMANDS (Docker)

  • [FISH-12270] Fix Misleading Log Entries Generated While Configuring Additional Properties for Virtual Servers

  • [FISH-13091] Assorted Deployment Group Fixes

  • [FISH-13137] Fix Prometheus Metrics to Report Histogram Times in Seconds

  • [FISH-13138] Fix Payara Micro’s --outputlauncher to Respect payara-boot.properties

  • [FISH-13447] Fix Micro NullPointerException with log-to-console Access Log Option

Improvements

  • [FISH-13097] Add Default OpenMQ Credentials Warning

Component Upgrades

  • [FISH-13543] Upgrade com.fasterxml.jackson:jackson-bom from 2.21.0 to 2.21.3

  • [FISH-13576] Upgrade jline.version from 3.30.6 to 3.30.13

  • [FISH-13618] Upgrade org.yaml:snakeyaml from 2.5 to 2.6

  • [FISH-13720] Upgrade asm.version from 9.9.1 to 9.10.1

Back to Top