-
Notifications
You must be signed in to change notification settings - Fork 468
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-7120] Move the server-side embedding logic to the server and host-controller modules #6308
Conversation
b8d3000
to
290cf2c
Compare
290cf2c
to
fe81914
Compare
Core -> Full Integration Build 14524 outcome was UNKNOWN using a merge of fe81914 |
import org.jboss.msc.service.ServiceContainer; | ||
import org.jboss.msc.service.ServiceTarget; | ||
|
||
/** | ||
* Bootstrap of the Embedded HostController process. | ||
* Embedded variant of {@link org.jboss.as.host.controller.HostControllerBootstrap}. TODO see if these can be unified. |
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.
Not a blocker for this PR, but was this TODO resolved?
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.
@jamezp No, we still have duplication, hence that class.
IIRC the work I did on this got the embedded and non-embedded bootstrap code a bit more aligned, but there are still small differences.
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.
@jamezp I filed https://issues.redhat.com/browse/WFCORE-7143. I'll update the TODO here because this PR could use fresh CI anyway. But I'll make no change beyond a tweak to this comment, so no need for a re-review.
…rver-side types Move the server-side embedding logic to the server and host-controller modules
fe81914
to
7b89469
Compare
Core -> Full Integration Build 14546 outcome was UNKNOWN using a merge of 7b89469 |
Core -> Full Integration Build 14241 outcome was UNKNOWN using a merge of 7b89469 |
Thanks @jamezp |
https://issues.redhat.com/browse/WFCORE-7120
Also https://issues.redhat.com/browse/WFCORE-7123 and https://issues.redhat.com/browse/WFCORE-7132