JBoss Enterprise Application Platform 7.4 Update 19 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 18
Download This content is not included.JBoss Enterprise Application Platform 7.4 Update 19
This update includes fixes for the following security related issues:
| ID | Component | Impact | Summary |
|---|---|---|---|
| CVE-2023-51775 | MP JWT | Moderate | jose4j: denial of service via specially crafted JWE |
| CVE-2024-4068 | Server | Moderate | braces: fails to limit the number of characters it can handle |
| CVE-2024-7885 | Undertow | Major | undertow: Improper State Management in Proxy Protocol parsing causes information leakage |
| CVE-2024-4029 | Management | Low | wildfly-domain-http: wildfly: No timeout for EAP management interface may lead to Denial of Service (DoS) |
| CVE-2022-34169 | Server | Important | xalan: integer truncation issue in Xalan-J (JAXP, 8285407) |
| CVE-2022-36033 | Server | Minor | org.jsoup/jsoup: The jsoup cleaner may incorrectly sanitize crafted XSS attempts if SafeList.preserveRelativeLinks is enabled |
This update includes the following bug fixes or changes:
| ID | Component | Summary |
|---|---|---|
| This content is not included.JBEAP-27521 | EJB | This content is not included.EJBCLIENT-536 - EJB discovery results in Java-level deadlock |
| This content is not included.JBEAP-27238 | Insights | MWTELE-266 - Don't create file upload dir if opted out |
| This content is not included.JBEAP-27222 | JCA | This content is not included.JBJCA-1462 - NullPointerException in ConnectionValidator |
| This content is not included.JBEAP-10647 | Security | This content is not included.ELY-1361 - Elytron uses parallel streams in situations that do not require then |
| This content is not included.JBEAP-27743 | Server | This content is not included.WFCORE-6956 - Wrong endpoint-name if the JBoss server name and 'jboss.node.name' are both provided to the server |
| This content is not included.JBEAP-27242 | Server | This content is not included.WFCORE-6848 - In Domain mode applications are distributed twice to the domain's servers |
| This content is not included.JBEAP-27614 | Server | Revert This content is not included.JBEAP-23958 - This content is not included.WFLY-17732 application fails to fully undeploy after failed deploy due to JNDI conflict |
| This content is not included.JBEAP-25938 | Undertow | This content is not included.UNDERTOW-2332 - Requesting deployment overlay may results in ConnectionClosedException |
| This content is not included.JBEAP-27298 | Undertow | This content is not included.UNDERTOW-2401 - Tags leak in WebInjectionContainer after exception |
| This content is not included.JBEAP-27476 | Web Console | This content is not included.HAL-1984 - Show internal error when clicking Content Repository in web console with domain mode |
| This content is not included.JBEAP-27325 | Web Services | This content is not included.JBWS-4424 - Heavy load in CXF Service.getPort calls from a servlet causes performance issue |
| This content is not included.JBEAP-19218 | Web Services | JBossWS/CXF is using application's JAXP instead of the container's JAXP implementation [details] |
Installation
Archive / zip / installer based installations
Note: This update zip 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.19-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.19-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
RPM installations
See the documentation: Updating an RPM installation
OpenShift Container installations
Update the containers to use the This content is not included.latest tag, to be current on JBoss EAP bug fixes as well as OpenJDK and RHEL fixes.
This content is not included.Known Issues
Notes
- JBoss EAP 7.4 Update 13+ contains some bug fixes that did not make it into EAP 8.0 GA, it is recommended you move to EAP 8.0 latest Update
- Red Hat Insights is available for JBoss EAP 7.4 Update 11+ and accessible on the This content is not included.Red Hat Hybrid Cloud Console, 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