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

Fix deployment strategy #56

Merged
merged 3 commits into from Oct 12, 2018

Conversation

bouskaJ
Copy link
Contributor

@bouskaJ bouskaJ commented Oct 8, 2018

This Pull request fixes shortcomings which are described in #54 (comment) and can be easily reproduced by running ComplexDeploymentTestCase

Description

a663171#diff-94377c156735b39dfa4ac607234cb87c splits arquillian deployment into 3 separate bundles:

  • Arquillian bundle - management package
  • deployment - contains ONLY classes added by @deployment method
  • fragment of Arquillian-bundle - contains test classes

This split totally destroy backward compatibility and breaks all tests which are dependent on some class from deployment archive. Moreover Deployments which requires import packages such as org.junit can't be deployed.

What was fixed:

  • This PR is based on the "old" deployment approach (before a663171) but it takes benefits from new approach and fixes problems with loading Arquillian extensions.
  • Migrate to newest version of Arquillian core.
  • Migrate to Java 8 and refactor to benefit from its features.

@bouskaJ bouskaJ mentioned this pull request Oct 8, 2018
@tdiesler tdiesler merged commit 8b99333 into arquillian:master Oct 12, 2018
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.

None yet

2 participants