Skip to content

6.4.24#178

Open
fcorneli wants to merge 1 commit intoCentEAP:masterfrom
fcorneli:6.4.24
Open

6.4.24#178
fcorneli wants to merge 1 commit intoCentEAP:masterfrom
fcorneli:6.4.24

Conversation

@fcorneli
Copy link
Collaborator

@fcorneli fcorneli commented Jul 1, 2022

This PR allows us to build 6.4.24.
However, some dependencies need to be build manually before since they are not available within some repo AFAIK.

Narayana

git clone git@github.com:jbosstm/narayana.git
cd narayana 
git checkout tags/4.17.45.Final
./build.sh clean install -Pall

JBoss Web

svn checkout --revision 2759 https://anonsvn.jboss.org/repos/jbossweb/tags/JBOSSWEB_7_5_32_FINAL/
cd JBOSSWEB_7_5_32_FINAL
mvn clean install

@fcorneli
Copy link
Collaborator Author

Maybe we need a generic solution here? Something like:

src/eap6/pre-build-x.y.z.bash
...
src/eap7/pre-build-x.y.z.bash

that allows us to define some specific (optional) work for a certain version.
Similarly we could also have optional post-build-x.y.z.bash hooks.

@cher1705
Copy link
Collaborator

do we need it?
6.4.x isn't supported by rh anymore?

@fcorneli
Copy link
Collaborator Author

fcorneli commented Nov 1, 2022

EAP 6.4 is now in Extended life cycle support (ELS) 2, which ends 30 juni 2025 30 december 2028.
See also: https://access.redhat.com/support/policy/updates/jboss_notes#p_eap

@hasalex
Copy link
Collaborator

hasalex commented Dec 4, 2025

I would suggest to use the closer available versions:

  • <version.org.jboss.jbossts>4.17.43.Final-redhat-1</version.org.jboss.jbossts>
  • <version.org.jboss.logmanager.log4j-jboss-logmanager>1.1.4.Final-redhat-1</version.org.jboss.logmanager.log4j-jboss-logmanager>
  • <version.org.jboss.web>7.5.31.Final-redhat-1</version.org.jboss.web>

@fcorneli
Copy link
Collaborator Author

fcorneli commented Dec 4, 2025

Yeah... I used later versions, assuming they fixed some additional stuff... Admittedly, I didn't investigate what exactly was fixed in these later versions.

@hasalex hasalex force-pushed the master branch 2 times, most recently from 98fc0c6 to 5fc8001 Compare January 17, 2026 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants