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

Upgrade to wildfly CR2, re-add embedded, remove common-core dep #18

Merged
merged 3 commits into from
May 9, 2015

Conversation

ctomc
Copy link
Contributor

@ctomc ctomc commented May 4, 2015

Also change the way we do testing with usage of provisioning plugin & feature-packs
should address https://issues.jboss.org/browse/WFLY-4572

@lfryc
Copy link

lfryc commented May 6, 2015

👍 embedded container works great

@@ -90,7 +91,7 @@
<dependency>
<groupId>org.jboss.sasl</groupId>
<artifactId>jboss-sasl</artifactId>
</dependency>
</dependency>-->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If they aren't needed, let's delete.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah i missed that, let me push update

@jamezp
Copy link
Member

jamezp commented May 6, 2015

The provisioning stuff shouldn't be needed. We should be able to just remove the org.wildfly.core:wildfly-core-feature-pack dependencies which will actually resolve the issue from the JIRA.

@ctomc
Copy link
Contributor Author

ctomc commented May 6, 2015

wdym @jamezp I did remove org.wildfly.core:wildfly-core-feature-pack dependancies.
provisioning is there just so we can run testsuite with valid WildFly distro

@bstansberry
Copy link
Contributor

This should use core 1.0.0.CR2 once it's out on Friday. Then https://github.com/wildfly/wildfly-arquillian/blob/master/container-embedded/src/main/java/org/jboss/as/arquillian/container/embedded/EmbeddedDeployableContainer.java#L47 will need to be changed to not pass in a bundlePath param.

@ctomc
Copy link
Contributor Author

ctomc commented May 6, 2015

@bstansberry I don't mind waiting till friday, but we should do release of this right after CR2 is out, so we can get it also to WildFly full.

@jamezp
Copy link
Member

jamezp commented May 6, 2015

@ctomc I don't think we need the provisioning either. I don't see any reason either the feature-pack or provisioning stuff is needed. Unless I'm missing something.

@ctomc ctomc changed the title Upgrade to wildfly CR1, re-add embedded Upgrade to wildfly CR2, re-add embedded, remove common-core dep May 8, 2015
bstansberry added a commit that referenced this pull request May 9, 2015
Upgrade to wildfly CR2, re-add embedded, remove common-core dep
@bstansberry bstansberry merged commit f10fa13 into wildfly:master May 9, 2015
@lfryc
Copy link

lfryc commented May 11, 2015

Thanks guys!

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.

4 participants