-
Notifications
You must be signed in to change notification settings - Fork 28
[JBEAP-23777] Allow to define one-off patch with name and version separated from base server in patch-config file. #33
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
Conversation
@soul2zimate I am not super-familiar, but I think it sounds like you and Brad have got it working? @aloubyansky any concerns? |
I'd appreciate more eyes on this, I don't want to break anything in patching :) I didn't ask @bmaxwell to test it as this needs schema change to work. Basically, this would allow to define a XP one-off patch config like: Then, go ahead call
Once we apply the XP one-off patch.zip file on server, it writes to |
@soul2zimate I'd suggest you and @bmaxwell confirm this is working the way you want it. It's been 5 years since I touched this project and I may be missing some details. |
…arated from base server in patch-config file.
359f1db
to
a3b1c4e
Compare
I have added a small test in Hi @bmaxwell, please give this a try when you come back. Basically, we need to build a
Then continue generate the patch file as usual and apply it to server. |
I guess that is good as a test - but that the intent is for this to be merged and released in a future patch-gen? |
Yes, we would need to merge and release a new But before that, I'd like Brad confirm changes on |
@soul2zimate Makes perfect sense - thank you |
just want to mention that since we write the XP one-off patching information into
Because it by default checks default identity "JBoss EAP" and we won't see XP one-off patch appear in auto completion candidates for command |
@soul2zimate I tested, it looks like it works: WFLYPAT0050: JBoss EAP cumulative patch ID is: jboss-eap-7.4.5.CP, one-off patches include: none |
2.1.3.Final containing this change was released https://github.com/jbossas/patch-gen/releases/tag/2.1.3.Final. Thanks everyone! |
Issue: https://issues.redhat.com/browse/JBEAP-23777
please see more information in the issue. thanks.
@kabir please review