JBoss Enterprise Application Platform 7.4 Update 11 Release Notes
In order to better meet customer expectations, micro releases for JBoss EAP 7 have been discontinued and replaced with updates delivered on a repeating schedule.
Each new update will contain a number of bug fixes for customer reported issues and potentially a number of security fixes. We expect that the updates will substantially reduce the number of individual patches that we produce and that customers must manage to keep their installations up to date.
For more information see the following Red Hat Knowledgebase articles: Maintenance Release Changes in EAP 6.2+ and Updated Patch Management with EAP 6.2+
This update includes all fixes and changes from JBoss Enterprise Application Platform 7.4 Update 10
Download JBoss Enterprise Application Platform 7.4 Update 11
This update includes the following bug fixes or changes:
ID | Component | Summary |
---|---|---|
JBEAP-24526 | A-MQ7 | ENTMQBR-7652 - Split brain occurs when network between master and NFS server is temporarily interrupted |
JBEAP-24481 | Batch | WFLY-17552 - MDC from 'default task' Thread copied to 'Batch Thread' on creation but not cleared |
JBEAP-20824 | EJB | WFLY-14307 - RunAsPrincipal from Servlet not propagated to secured EJB |
JBEAP-24628 | Hibernate | HHH-13627 - Hibernate cache invalidation does not happen |
JBEAP-18712 | JCA | JBJCA-1402: Failure to set query timeout for validation may result in long blocks of the pool |
JBEAP-24575 | JMS | ENTMQBR-7749 - ARTEMIS-3433 - AMQ224068 on stop due to No OpenSSLContextFactory registered |
JBEAP-23302 | OpenShift | CLOUD-3172 - readinessProve / livenessProbe fails with "'ascii' codec can't encode characters" when the locale supports non-ascii characters [details] |
JBEAP-22129 | OpenShift | CLOUD-4001 - EAP Configuration using embedded server ignores JAVA_OPTS_APPEND [details] |
JBEAP-24815 | OpenShift | Incorrect image name in eap74-openjdk8-rhel8-image-stream.json [details] |
JBEAP-24642 | REST | Resteasy test failures with RESTEASY009000: Failed to decode Yaml [details] |
JBEAP-24719 | REST | RESTEASY-3290 - NPE at org.jboss.resteasy.plugins.providers.multipart.Mime4JWorkaround$CustomTempFileStorageProvider.createStorageOutputStream(Mime4JWorkaround.java:146) [details] |
JBEAP-24588 | RPM | RHEL9 rpms: yum groupinstall jboss-eap7 installing JDK11 instead of JDK8 with EAP 7.4 Update 9 |
JBEAP-24632 | Remoting | XNIO-417 - Prevent NPEs in ChannelListeners utility methods |
JBEAP-24234 | Undertow | UNDERTOW-2200 UndertowOptions#ALLOW_ENCODED_SLASH has opposite effect and parts of path/query are decoded in bad way [details] |
JBEAP-24597 | Undertow | UNDERTOW-2245 - javax.servlet.forward.mapping request attribute is not available in servlets forwarded with RequestDispatcher |
JBEAP-24306 | Undertow | WFLY-17365 - Failed deployment is not removed from Undertow ServletContainer's deployments map |
JBEAP-24440 | Web Console | HAL-1824 - No check against uploading and deploying the same application twice |
JBEAP-24529 | Web Console | HAL-1839 - Properties in the Resource Adapter(IBM MQ) are removed when updating the connection pool with Management Console |
Installation
Note: This update should only be applied to installer or zip-based installations.
To apply this update using the CLI on Unix-based systems, run the following command from JBOSS_HOME:
bin/jboss-cli.sh "patch apply path/to/jboss-eap-7.4.11-patch.zip"
To apply this update using the CLI on Windows-based systems, run the following command from JBOSS_HOME:
bin\jboss-cli.bat "patch apply path\to\jboss-eap-7.4.11-patch.zip"
These commands will apply the update to the installation that contains the CLI script. Other scenarios and use of the management console are covered in the JBoss EAP 7.4 Patching And Upgrading Guide
Notes
- A bug was found in Update 11, where a Out of Memory error can occur when EAP is configured to run with a small heap size, large number of deployments and installed on RHEL with the Insights client installed, see workaround details here
- Red Hat Insights is available for JBoss EAP 7.4 Update 11+, see more details
- Helm Chart for EAP 7.4 Updates
- The EAP natives for s390x platform (IBM zSeries) are only supported in the OpenShift environment on IBM zSeries, i.e bare metal installations on IBM zSeries are not supported.
- Some JBoss EAP image templates depend on other products that may not have a s390x build, see here for more details
- The Helm Chart for JBoss EAP 7.4 / JBoss EAP XP 3 allows to build and deploy applications on OpenShift using Helm package manager
- The IBM WebSphere MQ broker was updated to 9.2 for integration testing, see the Red Hat JBoss Enterprise Application Platform (EAP) 7 Tested Integrations for more details.
- Hibernate Search 5 APIs Deprecated in JBoss EAP 7.4 that will be changed in EAP 8 / Hibernate 6
- The RHSSO Galleon Layer is deprecated in JBoss EAP 7.4, see more details.
- JBoss EAP 7.4 Update 8+ now supports OpenJDK 17 / Oracle JDK 17, see configuration changes needed here.
- Deprecated in Red Hat Enterprise Application Platform (EAP) 7
- jndi-name has been required for admin-object definitions as per the schema, the server will require it to be specified or will result in an error, see more details here
Comments