-
Notifications
You must be signed in to change notification settings - Fork 0
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
Boosters should use standalone dependency if they are running tests in standalone mode #33
Comments
@dipak-pawar are these all boosters with such dependencies? I think we are missing Wildfly Swarm if not more. Another thing - as this inherits Cube version from parent pom - shouldn't we first update this one and ask for the release? Can we get the list of all boosters first @hemanik? Probably something we could script/figure out from https://github.com/fabric8-launcher/launcher-booster-catalog/tree/master I believe the update procedure to use |
This might be handy too https://github.com/fabric8-launcher/launcher-documentation/wiki |
I found above two when I was playing with them. Couldn't find time to check all others. But we should check all others and update it with single dependency.
You are right. You can see second task
👍 |
Let's prepare automation part of it and do actual PRs/contributions to upstream when we have Cube/Che experience improved. |
The following needs to be done for the automation part and to do actual PRs/contributions to upstream:
|
Initial Spike for the Automation Script - https://github.com/hemanik/version-bump-automation. |
As discussed offline, updating the With regards to this issue then, the following needs to be addressed:
The PRs for the last two tasks on hold for the release of booster-parent with the updated cube version. |
I have observed that boosters [1], [2] are using
arquillian-junit-container
dependency even they want to use standalone mode.Tasks
arquillian-junit-container
for standalone mode.arquillian-cube-openshift-starter
as single dependency - Update all boosters to use arquillian-cube-openshift-starter dependency. #35[1] - https://github.com/snowdrop/spring-boot-http-booster/blob/master/pom.xml#L56
[2] - https://github.com/openshiftio-vertx-boosters/vertx-http-booster/blob/master/pom.xml#L84
The text was updated successfully, but these errors were encountered: