Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6.4.24 #178

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

6.4.24 #178

wants to merge 1 commit into from

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 [email protected]: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

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.

2 participants