-
Notifications
You must be signed in to change notification settings - Fork 466
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
[WFCORE-5917] Use variable expansion replacement instead of pattern r… #5840
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure this is correct. This will remove the -Djboss.server.base.dir
from the SERVER_OPTS
. While the original way this was done doesn't seem correct either, I don't think this is.
Really having it defined twice isn't a huge issue. However, we need to be able to override it from the command line.
This variable is not exported so is not visible to the server process. After removing the option, which is duplicated later in the server command launch (see that it explicitly uses The domain.sh has the same issue.
Yes, I agree, it is just the point of having it twice for the same server launch command line.
This change does not affect this calculation. This is done when the options are consolidated above this change, L140. |
Core -> WildFly Preview Integration Build 13244 outcome was FAILURE using a merge of 143dfa3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I must have been looking at something wrong in my testing. This does seem work, my apologies.
converting to draft, since although the approach is approved, we found we need to apply the same to |
…emoving to avoid duplicate jboss.server.base.dir options Jira issue: https://issues.redhat.com/browse/WFCORE-5917
Core -> WildFly Preview Integration Build 13263 outcome was UNKNOWN using a merge of 7c5135d |
Core -> Full Integration Build 13200 outcome was UNKNOWN using a merge of 7c5135d |
Core -> Full Integration Build 13439 outcome was UNKNOWN using a merge of 7c5135d |
There has been no activity on this PR for 45 days. It will be auto-closed after 90 days. |
There has been no activity on this PR for 90 days and it has been closed automatically. |
…emoving to avoid duplicate jboss.server.base.dir options
Jira issue: https://issues.redhat.com/browse/WFCORE-5917