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

Adds Infinispan support #81

Merged
merged 3 commits into from May 15, 2017
Merged

Conversation

lordofthejars
Copy link
Member

Short description of what this resolves:

Adds Infinispan support

Changes proposed in this pull request:

  • Adds Infinispan module

</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
Copy link
Member

Choose a reason for hiding this comment

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

I know we have both assertj and junit defined as test scope in the parent pom's dependencyManagement. The problem here is however that this information is not easily available and thus making it confusing here. All other dependencies have explicit test scope specified but these not - then we can start wondering why is it so, as default scope when not specified is not test. Can we agree on a convention here?

try {
defaultInfinispanInsertionStrategy.insert(() -> infinispanBasicCache, dataset);
} catch (Throwable e) {
throw new IllegalStateException(e);
Copy link
Member

Choose a reason for hiding this comment

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

Maybe we can add a short message under what circumstances this error happened? Otherwise, it might not be so obvious from the stack trace.

@bartoszmajsak bartoszmajsak merged commit 1c9f9c8 into arquillian:2.0.0 May 15, 2017
@lordofthejars lordofthejars deleted the ARQ-2113 branch May 15, 2017 09:26
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