Skip to content

Releases: payara/Payara

Payara Platform Community 6.2023.2

15 Feb 12:06
4fb45e6
Compare
Choose a tag to compare

Release notes - Payara Platform Community 6.2023.2

Supported APIs and Applications

  • Jakarta EE 10
  • Jakarta EE 10 Applications
  • MicroProfile 5.0

Breaking Change

MicroProfile OpenAPI property renamed

The MicroProfile OpenAPI config property was renamed from "mp.openapi.scan.lib" to "mp.openapi.extensions.scan.lib". If you are currently using this property and upgrading to Payara Community 6.2023.2 and later versions, please remember to change to this new one, otherwise your values may not be picked up.

Improvements

  • [FISH-6927] Rename MicroProfile OpenAPI from "mp.openapi.scan.lib" to "mp.openapi.extensions.scan.lib" property (breaking change)
  • [FISH-6963] [Community Contribution - pzygielo] Log Alias of Expired Certificate
  • [FISH-7024] [Community Contribution - ctabin] Migration to Jakarta Persistence 3.0 namespace for EJB Timer services

Bug Fixes

  • [FISH-6432] Applications Take Longer To Deploy on JDK 11 and 17
  • [FISH-6815] Asadmin CLI Utility Commands [start/stop/restart-deployment-group] times out
  • [FISH-6947] Command asadmin --detach list-instances is not working any more starting 5.45.0
  • [FISH-6962] [Community Contribution - pzygielo] Incorrect MBeanMetadataConfig Class Name
  • [FISH-6983] Revert Removal of JobManager

Payara Platform Community 6.2023.1

18 Jan 10:53
d76809b
Compare
Choose a tag to compare

== Supported APIs and Applications

  • Jakarta EE 10
  • Jakarta EE 10 Applications
  • MicroProfile 5.0

== Improvement

  • FISH-1413 Allow using environment variables in the create-connector-connection-pool command

== Security Fix

  • FISH-6644 Upgrade OpenSSL to v 1.1.1q or higher in Payara Server Docker Images

== Component Upgrades

Payara Platform Community 6.2022.2

13 Dec 10:57
bcd4c7c
Compare
Choose a tag to compare

Release notes - Payara Platform Community 6.2022.2

Supported APIs and Applications

  • Jakarta EE 10
  • Jakarta EE 10 Applications
  • MicroProfile 5

Improvements

  • [FISH-1175] Fix Typo in @Clustered annotation attribute (Public API)

  • [FISH-5809] Include jdk.internal.reflect packages in OSGi boot delegation configuration settings

  • [FISH-6495] Hazelcast File Configuration in Payara Embedded

  • [FISH-6588] Define Start-up, Post-Boot, Deployment, and Post-Start-up Phases

Security Fixes

  • [FISH-6715] Upgrade Apache BCEL to 6.6.1

  • [FISH-6775] Authorization Constraints Ignored When Using Path Traversal Penetration Using Default Virtual Module

Bug Fixes

  • [FISH-5778] The OpenApi @Schema "name" Property does not Rename Annotated Class Attribute

  • [FISH-5798] OpenAPI annotation @Parameter(... explode # Explode.TRUE) gives stacktrace

  • [FISH-5808] JAX-RS Subresources don't Appear in OpenAPI Document

  • [FISH-6066] Invalid property 'default-web-xml' on instance start-up

  • [FISH-6484] Docker Node Instance is Unable to Resolve Hostname for DAS on Docker

  • [FISH-6567] LDAP Realm Breaks with Java 11.0.15

  • [FISH-6596] Support jakarta.* request properties

  • [FISH-6729] Cannot Load Payara Deployment Transformer

Component Upgrades

  • [FISH-6578] [Community Contribution - [Lenny Primak] Update JNA in order to work with Apple Silicon

  • [FISH-6669] Upgrade JDK Versions in Docker Images to 8u352, 11.0.17, and 17.0.5

  • [FISH-6675] Upgrade Jackson to 2.13.4

  • [FISH-6676] Upgrade Snakeyaml to 1.33

  • [FISH-6700] Upgrade JLine to 3.21.0

  • [FISH-6701] Upgrade Javassist to 3.29.2-GA

  • [FISH-6702] Upgrade metainf-services to 1.9

  • [FISH-6704] Upgrade Felix Config Admin to 1.9.24

  • [FISH-6705] Upgrade Felix Event Admin to 1.6.4

  • [FISH-6706] Upgrade Felix File Install to 3.7.4.payara-p1

  • [FISH-6707] Upgrade Felix Gogo Runtime to 1.1.6

  • [FISH-6708] Upgrade Felix to 7.0.5

  • [FISH-6709] Upgrade Felix SCR to 2.1.30

  • [FISH-6710] Upgrade Felix Web Console to 4.8.4

  • [FISH-6711] Upgrade OSGi Util Function to 1.2.0

  • [FISH-6712] Upgrade OSGi Util Promise to 1.2.0

  • [FISH-6714] Upgrade Management API to 3.2.3

  • [FISH-6718] Upgrade Build and Test Plugins

  • [FISH-6724] Upgrade Payara Deployment Transformer API to 1.1.1

  • [FISH-6726] Upgrade Eclipse Payara Transformer to 0.2.9

Payara Platform Community 5.2022.5

13 Dec 10:54
0704b24
Compare
Choose a tag to compare

Release Notes - Payara Platform Community 5.2022.5

Supported APIs and Applications

  • Jakarta EE 8
  • Jakarta EE 8 Applications
  • Jakarta EE 9
  • MicroProfile 4.1

Notes

Payara 5.2022.5 is the final release of Payara 5 Community. Payara 5 Community will receive no more bug fixes, updates or improvements. Payara 5 Community is now replaced by Payara 6 Community, to be used with Jakarta EE 10. If you want to keep using earlier Java EE/Jakarta EE versions, we encourage you to move to Payara 5 Enterprise.

Improvements

  • [FISH-5809] Include jdk.internal.reflect packages in OSGi boot delegation configuration settings

  • [FISH-6495] Hazelcast File Configuration in Payara Embedded

Security Fixes

  • [FISH-6715] Upgrade Apache BCEL to 6.6.1

  • [FISH-6775] Authorization Constraints Ignored When Using Path Traversal Penetration Using Default Virtual Module

Bug Fixes

  • [FISH-5778] The OpenApi @Schema "name" Property does not Rename Annotated Class Attribute

  • [FISH-5798] OpenAPI annotation @Parameter(... explode # Explode.TRUE) gives stacktrace

  • [FISH-5808] JAX-RS Subresources don't Appear in OpenAPI Document

  • [FISH-6022] MicroProfile JWT Token verified on unauthorized endpoints

  • [FISH-6047] Single-Sign-On logout action not working correctly when used with Jakarta EE Security features

  • [FISH-6066] Invalid property 'default-web-xml' on instance start-up

  • [FISH-6299] Expired/Invalid JWT-Token and CORS-errors

  • [FISH-6499] NullPointerException When Deploying An Application

  • [FISH-6567] LDAP Realm Breaks with Java 11.0.15

  • [FISH-6598] Fix Authentication Mechanism Lookup for Per-Module Auth Configuration in EAR

  • [FISH-6606] Empty Zip File Error When Deploying via Admin Console

Component Upgrades

Payara Platform Community 6.2022.1

03 Nov 13:22
78965fe
Compare
Choose a tag to compare

Release notes - Payara Platform Community 6.2022.1

Supported APIs and Applications

  • Jakarta EE 10
  • Jakarta EE 10 Applications
  • MicroProfile 5

Security Vulnerability

We have been made aware of a 0-day vulnerability. This vulnerability exploit opens up to attackers a way to explore the contents of the WEB-INF and META-INF folders if an application is deployed to the root context. This vulnerability is similar to another 0-day vulnerability (CVE-2022-37422) we recently had. We would like to thank Michael Baer, Luc Créti and Jean-Michel Lenotte, all working for Atos, for alerting us to this vulnerability. You must upgrade to this latest version of Payara 6 Community to avoid the security issue.

Improvements

  • [FISH-372] Provide option to disable clustering functionality of Hazelcast on Payara Micro
  • [FISH-1336] Properly Shutdown Payara Micro on Ctrl+C
  • [FISH-5827] Stuck Thread count as MicroProfile Metric Gauge
  • [FISH-5828] Connection Pool Metrics Exposed as MicroProfile Metrics
  • [FISH-6434] Support OpenID Connect token issuer field in ADFS

Security Fix

  • [FISH-6603] 0-Day Vulnerability Exploit Using ROOT Context Deployments

Bug Fixes

  • [FISH-1418] JMX Service doesn't start on JDK 8u292 and 11.0.11
  • [FISH-5806] Remove JobManager from Payara Server
  • [FISH-6238] Microprofile Interceptors @Fallback @CircuitBreaker are not getting invoked if the EJB is a @Stateless Bean
  • [FISH-6347] Fix Admin Console (Post Mojarra Upgrade)
  • [FISH-6430] TransactionScopedCDIEventHelperImpl Injection Error
  • [FISH-6435] Dynamic Proxy is not Used when Injecting Context Types into Singleton EJB
  • [FISH-6470] GCM Cipher Suites Not Being Recognized
  • [FISH-6481] CORBA Incorrectly opening an additional TCP socket on Windows systems
  • [FISH-6500] hazelcast-configuration-file Domain Property Ignored
  • [FISH-6501] Commands in Postboot File Fail
  • [FISH-6506] Environment Variable Replacement in Payara Micro Logging Properties File Does Not Work
  • [FISH-6566] Unable to Restart Instance with Application containing JSON File
  • [FISH-6576] Jakarta EE 10 DDs schema definition file missing in Payara 6.x

Component Upgrades

Payara Platform Community 5.2022.4

03 Nov 13:20
4ccc729
Compare
Choose a tag to compare

Release notes - Payara Platform Community 5.2022.4

Supported APIs and Applications

  • Jakarta EE 8
  • Jakarta EE 8 Applications
  • Jakarta EE 9
  • MicroProfile 4.1

Security Vulnerability

We have been made aware of a 0-day vulnerability. This vulnerability exploit opens up to attackers a way to explore the contents of the WEB-INF and META-INF folders if an application is deployed to the root context. This vulnerability is similar to another 0-day vulnerability (CVE-2022-37422) we recently had. We would like to thank Michael Baer, Luc Créti and Jean-Michel Lenotte, all working for Atos, for alerting us to this vulnerability. You must upgrade to this latest version of Payara 5 Community to avoid the security issue.

Improvements

  • [FISH-6434] Support OpenID Connect token issuer field in ADFS
  • [FISH-5828] Connection Pool Metrics Exposed as MicroProfile Metrics
  • [FISH-5827] Stuck Thread count as MicroProfile Metric Gauge
  • [FISH-372] Provide option to disable clustering functionality of Hazelcast on Payara Micro

Security Fixes

Bug Fixes

  • [FISH-5980] Add Option to use ForkJoinPool for Managed Executor Services
  • [FISH-6566] Unable to Restart Instance with Application containing JSON File
  • [FISH-6506] Environment Variable Replacement in Payara Micro Logging Properties File Does Not Work
  • [FISH-6501] Commands in Postboot File Fail
  • [FISH-6500] hazelcast-configuration-file Domain Property Ignored
  • [FISH-6481] CORBA Incorrectly opening an additional TCP socket on Windows systems
  • [FISH-6477] [Community Contribution - Piotrek Żygieło] Wrong License in Payara Zip Distribution
  • [FISH-6470] GCM Cipher Suites Not Being Recognized
  • [FISH-6435] Dynamic Proxy is not Used when Injecting Context Types into Singleton EJB
  • [FISH-6430] TransactionScopedCDIEventHelperImpl Injection Error
  • [FISH-6415] Unexpected error when starting instance hosted in remote SSH nodes on Windows OS system via Cygwin
  • [FISH-6238] Microprofile Interceptors @Fallback @CircuitBreaker are not getting invoked if the EJB is a @Stateless Bean
  • [FISH-5806] Remove JobManager from Payara Server
  • [FISH-5723] WebAppClassloader instances are memory leaked

Component Upgrade

Payara Platform Community 6.2022.1.Alpha4

16 Sep 12:19
9aa6465
Compare
Choose a tag to compare

Milestone release that is intended for certification against Jakarta EE 10 Platform.
Known issues include the MicroProfile integration being broken by the CDI upgrade.

Improvements

Security Fixes

  • [FISH-6459] 0-day vulnerability exploit using ROOT context root deployments
  • [FISH-6214] Upgrade Jackson to 2.13.3 & SnakeYaml to 1.30

Bug Fixes

  • [FISH-6362] The dropdown option to select SSH User Authentication method is broken
  • [FISH-6355] Disabled TRACE HTTP Method Still Shows as Enabled
  • [FISH-6352] File locks prevent undeployment on Windows
  • [FISH-6308] Can't select a different instances when viewing Raw Log
  • [FISH-6307] Can't collect domain logs from the Admin Console
  • [FISH-6301] The "Enable Asadmin Recorder" button is not visible in the header of the Admin Console
  • [FISH-6276] The Healthcheck Service for Hogging threads throws ArithmeticException
  • [FISH-6243] On changing the log level in batch results internal server error in the Admin Console
  • [FISH-6072] WebSocket Redeployment Fails
  • [FISH-1515] Connection Closes Prematurely On HTTP/2 HTTPS Connections When Request Takes Long To Complete
  • [FISH-6103] SimplePolicyProvider cannot be used for JACC Per Application
  • [FISH-6298] OpenAPI document doesn't take into account multiple applications deployment
  • [FISH-6392] Improve memory management of ALPN negotiator maps in Grizzly NPN NegotiationSupport class
  • [FISH-6415] Unexpected error when starting instance hosted in remote SSH nodes on Windows OS system via Cygwin
  • [FISH-6477] [Community Contribution - pzygielo] Wrong License in Payara Zip Distribution

Component Upgrades

Payara Platform Community 5.2022.3

17 Aug 10:04
Compare
Choose a tag to compare

Release notes - Payara Platform Community 5.2022.3

Supported APIs and Applications

  • Jakarta EE 8
  • Jakarta EE 8 Applications
  • Jakarta EE 9
  • MicroProfile 4.1

Improvements

Security Fixes

Bug Fixes

Component Upgrades

Payara Platform Community 6.2022.1.Alpha3

20 Jul 09:47
8c4737d
Compare
Choose a tag to compare

Release notes - Payara Platform Community 6.2022.1 Alpha 3

Milestone release that is intended for certification against Jakarta EE 10 Core Profile.
Known issues include the admin console being broken by the Jakarta Faces upgrade, and the MicroProfile integration being broken by the CDI upgrade.

Improvements

https://github.com/payara/Payara/pull/5782[[FISH-6203]] Upgrade Jakarta Standard Tag Library to 3.0

[FISH-6201] Upgrade Jakarta XML Web Services to 4.0

https://github.com/payara/Payara/pull/5770[[FISH-6199]] Upgrade Transaction to 2.0.1

https://github.com/payara/Payara/pull/5748[[FISH-6197]] Upgrade Jakarta Server Pages to 3.1

https://github.com/payara/Payara/pull/5738[[FISH-6137]] Upgrade to Expression Language 5

https://github.com/payara/Payara/pull/5803[[FISH-6084]] Upgrade Jakarta Security 3.0

https://github.com/payara/jakartaee-10-tck-runners/pull/9[[FISH-6083]] Upgrade Jakarta RESTful Web Services to 3.1

https://github.com/payara/Payara/pull/5771[[FISH-6082]] Upgrade Jakarta Batch 2.1.1

https://github.com/payara/Payara/pull/5819[[FISH-6081]] Upgrade Jakarta CDI 4.0 and latest version of Weld

https://github.com/payara/Payara/pull/5668[[FISH-6069]] Implement @ManagedScheduledExecutorDefinition

https://github.com/payara/Payara/pull/5760[[FISH-6065]] Upgrade Jakarta Interceptors to 2.1

https://github.com/payara/Payara/pull/5776[[FISH-6064]] Upgrade Jakarta SOAP with Attachments to 3.0

https://github.com/payara/Payara/pull/5776[[FISH-6063]] Upgrade Jakarta WebSocket to 2.1

https://github.com/payara/Payara/pull/5682[[FISH-6061]] Upgrade Jakarta JSON Processing to 2.1

https://github.com/payara/Payara/pull/5650[[FISH-6040]] Implement support for ThreadContextProvider

https://github.com/payara/Payara/pull/5658[[FISH-6039]] Implement @ContextServiceDefinition

https://github.com/payara/Payara/pull/5656[[FISH-6037]] Implement @ManagedExecutorDefinition

https://github.com/payara/Payara/pull/5656[[FISH-6021]] Cleanup file based JACC connector

https://github.com/payara/Payara/pull/5596[[FISH-6013]] Upgrade Jakarta Annotations to 2.1

https://github.com/payara/Payara/pull/5779[[FISH-6012]] Update Connectors to 2.1

https://github.com/payara/Payara/pull/5590[[FISH-6011]] Upgrade JBatch to 2.1.0

https://github.com/payara/Payara/pull/5757[[FISH-6007]] Upgrade Jakarta Authorization to 3.0

https://github.com/payara/Payara/pull/5786[[FISH-6006]] Upgrade Payara's Authentication to 3.0

https://github.com/payara/Payara/pull/5689[[FISH-5989]] Upgrade Jakarta Activation to 2.1.0

https://github.com/payara/Payara/pull/5666[[FISH-5987]] Remove SSL2, SSL3, TLS 1.0, and TLS 1.1 Configuration options

https://github.com/payara/Payara/pull/5675[[FISH-5978]] Set TLS 1.3 as Default Protocol

https://github.com/payara/Payara/pull/5616[[FISH-5970]] Support for the new CronTrigger of Jakarta Concurrency 3.0

https://github.com/payara/Payara/pull/5616[[FISH-5969]] Implement Java SE 8 Date and Time Support for Jakarta Concurrency 3.0

https://github.com/payara/Payara/pull/5680[[FISH-5968]] Propagation of Custom Context Providers With Jakarta Concurrency 3.0

[FISH-5967] CompletionStage Backed by a ContextService within Jakarta Concurrency 3.0

https://github.com/payara/Payara/pull/5696[[FISH-5966]] CompletionStage Backed by ManagedExecutorService Within Jakarta Concurrency 3.0

https://github.com/payara/Payara/pull/5616[[FISH-5965]] ForkJoinWorkerThreadFactory for Parallel Stream Support in Jakarta Concurrency 3.0

https://github.com/payara/Payara/pull/5661[[FISH-5964]] Add Jakarta Concurrency 3.0 within Web Profile

https://github.com/payara/Payara/pull/5633[[FISH-5963]] Implement Jakarta Concurrency 3.0 @asynchronous Annotation

https://github.com/payara/Payara/pull/5755[[FISH-5955]] Support lib/ext libraries on JDK 11+

https://github.com/payara/Payara/pull/5637[[FISH-5927]] Update Installation Directory Tooltip for Docker Nodes

https://github.com/payara/Payara/pull/5720[[FISH-5893]] Allow to Specify the Timeout Options for Starting an Instance with Admin Console.

https://github.com/payara/Payara/pull/5624[[FISH-5803]] Add Autocomplete for Local 'asadmin' Commands

https://github.com/payara/Payara/pull/5693[[FISH-898]] Add '--timeout' Option to All the Commands that Manage the Lifecycle of an Instance

Security Fixes

https://github.com/payara/Payara/pull/5686[[FISH-6208]] CVE-2022-22965 - Spring Framework RCE via Data Binding on JDK 9+

Bug Fixes

https://github.com/payara/Payara/pull/5749FISH-6260[[(FISH-6260]] Looking Up An MDB using AppClient Causes 'java.lang.NoSuchFieldException: parent' on JDK 17

https://github.com/payara/Payara/pull/5785[[FISH-6259]] Looking Up A Remote EJB Using AppClient Gets A NPE on JNDI Lookup on JDK 17.

https://github.com/payara/Payara/pull/5648[[FISH-6043]] Configuring Payara Notification Logging Service causes NullPointerException

https://github.com/payara/Payara/pull/5804[[FISH-6041]] Microprofile Config getOptionalValue Method throws NoSuchElementException if the environment value does not exist

https://github.com/payara/Payara/pull/5664[[FISH-6027]] Remote EJB + JDK 17 does not work

https://github.com/payara/Payara/pull/5692[[[FISH-6024]] The 'restart-deployment-group --rolling=false' command does not work with custom Node Directory

https://github.com/payara/ecosystem-rest-ssl-configuration/pull/3[[FISH-6023]] Reduce the log level in our JAX-RS extension as it is causing log file pollution

https://github.com/payara/Payara/pull/5615[[FISH-6019]] Fix XML Schema Issue

https://github.com/payara/Payara/pull/5631[[FISH-6009]] Kubernetes Discovery Mode on Payara Server Doesn't Work Anymore

https://github.com/payara/Payara/pull/5663[[FISH-5990]] Make DnsContextFactory JNDI DirContext instantiable on JDK 17

https://github.com/payara/Payara/pull/5626[[FISH-5939]] Application Redeployment Breaks virtual server When Using it as Default Module

https://github.com/payara/Payara/pull/5623[[FISH-5898]] Unable to Deploy Application on Payara 5 Which is Developed using Jakarta EE 9.1 and Primefaces 10

https://github.com/payara/Notifiers/pull/22[[FISH-5787]] Microsoft Teams Notifier cannot be Configured on User-Created Instance due to an Invalid Command Option

https://github.com/payara/Payara/pull/5606[[FISH-5676]] Cannot Apply Default Values in @DataSourceDefinition URL via Variable Expansion

Component Upgrades

https://github.com/payara/Payara/pull/5784[[FISH-6321]] Upgrade EclipseLink to 4.0.0-M3

https://github.com/payara/Payara/pull/5777[[FISH-6283]] Port Upgrade Felix to 7.0.1 to Payara 6

https://github.com/payara/Payara-Community-Documentation/pull/309[[FISH-6263]] Smack 4.3.4

https://github.com/payara/Payara/pull/5734[[FISH-6262]] Json-smart 2.4.8

[FISH-6251] Update Hibernate-Validator to 8.0.0.Alpha3

https://github.com/payara/Payara/pull/5659[[[FISH-6211]] https://github.com/lprimak[[Community Contribution - Lenny Primak]] ASM 9.2

https://github.com/payara/Payara/pull/5778[[FISH-6109]] Upgrade to latest Hazelcast 5

https://github.com/payara/Payara/pull/5760[[FISH-6080]] Upgrade Jakarta XML Binding 4.0

https://github.com/payara/Payara/pull/5778[[FISH-6079]] Upgrade to Jakarta JSON-B 3.0 and latest Yasson

https://github.com/payara/Payara/pull/5702[[FISH-6078]] Upgrade to Jakarta Mail 2.1

https://github.com/payara/Payara/pull/5671[[FISH-6077]] Upgrade Jakarta Messaging 3.1 and integrate latest OpenMQ

https://github.com/payara/Payara/pull/5836[[FISH-6398]] Update Docker Images to JDK Versions 11.0.15, 17.0.3, and 8u332

Payara Platform Community 5.2022.2

20 Apr 08:08
7680990
Compare
Choose a tag to compare

Release notes - Payara Platform Community 5.2022.2

Supported APIs and Applications

  • Jakarta EE 8
  • Jakarta EE 8 Applications
  • Jakarta EE 9
  • MicroProfile 4.1

Improvements

https://github.com/payara/Payara/pull/5637[[FISH-5927]] Update Installation Directory Tooltip for Docker Nodes

https://github.com/payara/Payara/pull/5624[[FISH-5803]] Add Autocomplete for Local 'asadmin' Commands

https://github.com/payara/Payara/pull/5693[[FISH-898]] Add '--timeout' Option to All the Commands that Manage the Lifecycle of an Instance

Security Fixes

[FISH-6242] Update Docker Images for ZLib CVE-2018-25032

https://github.com/payara/Payara/pull/5699[[FISH-6215]] Upgrade Jackson to 2.12.6.1

https://github.com/payara/Payara/pull/5686[[FISH-6208]] CVE-2022-22965 - Spring Framework RCE via Data Binding on JDK 9

https://github.com/payara/Payara/pull/5655[[FISH-6067]] Upgrade Jackson to 2.12.6

Bug Fixes

[FISH-6048] Payara API Dependencies Missing

https://github.com/payara/Payara/pull/5648[[FISH-6043]] Configuring Payara Notification Logging Service causes NullPointerException

https://github.com/payara/Payara/pull/5664[[FISH-6027]] Remote EJB + JDK 17 does not work

https://github.com/payara/Payara/pull/5667[[FISH-6025]] Fix spurious callbacks "all data read" when asynchronously processing gRPC request.

https://github.com/payara/Payara/pull/5692[[FISH-6024]] The 'restart-deployment-group --rolling=false' command does not work with custom Node Directory

https://github.com/payara/ecosystem-rest-ssl-configuration/pull/3[[FISH-6023]] Reduce the log level in our JAX-RS extension as it is causing log file pollution

https://github.com/payara/Payara/pull/5631[[FISH-6009]] Kubernetes Discovery Mode on Payara Server Doesn't Work Anymore

https://github.com/payara/Payara/pull/5663[[FISH-5990]] Make DnsContextFactory JNDI DirContext instantiable on JDK 17

https://github.com/payara/Payara/pull/5605[[FISH-5941]] Duplicate Nimbus JOSE Classes Cause java.lang.LinkageError

https://github.com/payara/Payara/pull/5626[[FISH-5939]] Application Redeployment Breaks virtual server When Using it as Default Module

https://github.com/payara/Payara/pull/5623[[FISH-5898]] Unable to Deploy Application on Payara 5 Which is Developed using Jakarta EE 9.1 and Primefaces 10

https://github.com/payara/Notifiers/pull/19[[FISH-5787]] Microsoft Teams Notifier cannot be Configured on User-Created Instance due to an Invalid Command Option

https://github.com/payara/Payara/pull/5606[[FISH-5676]] Cannot Apply Default Values in @DataSourceDefinition URL via Variable Expansion

Component Upgrades

https://github.com/payara/Payara/pull/5659[[FISH-6211]] https://github.com/lprimak[[Community Contribution - Lenny Primak]] ASM 9.2

https://github.com/payara/Payara/pull/5639[[FISH-6046]] Update Docker Images to JDK Versions 11.0.14.1 & 8u322