arquillian-examples icon indicating copy to clipboard operation
arquillian-examples copied to clipboard

This repository hosts the example projects that are covered in the Arquillian Guides as well as several additional examples.

Results 21 arquillian-examples issues
Sort by recently updated
recently updated
newest added

Bumps [jboss-javaee-6.0](https://github.com/jboss/jboss-javaee-specs) from 1.0.0.Final to 3.0.3.Final. Commits - [`73e399d`](https://github.com/jboss/jboss-javaee-specs/commit/73e399d92eacf771f3f74c2169c74a33d0c6e5d2) [maven-release-plugin] prepare release jboss-javaee-6.0-3.0.3.Final - [`0e0a7bd`](https://github.com/jboss/jboss-javaee-specs/commit/0e0a7bd980450f389ad71bb434939f0bc6045779) [#3](https://github-redirect.dependabot.com/jboss/jboss-javaee-specs/issues/3) Use newer version of jslt that uses offical xalan as dependency - See full...

dependencies

Bumps jboss-as-arquillian-container-managed from 7.1.1.Final to 7.2.0.Final. [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=org.jboss.as:jboss-as-arquillian-container-managed&package-manager=maven&previous-version=7.1.1.Final&new-version=7.2.0.Final)](https://dependabot.com/compatibility-score.html?dependency-name=org.jboss.as:jboss-as-arquillian-container-managed&package-manager=maven&previous-version=7.1.1.Final&new-version=7.2.0.Final) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps weld-core from 1.1.9.Final to 2.4.8.Final. **This update includes security fixes.** Vulnerabilities fixed *Sourced from [The Sonatype OSS Index](https://ossindex.sonatype.org/vuln/17a3a876-a605-47b2-a08d-c73e1791484c).* > **[CVE-2014-8122] Concurrent Execution using Shared Resource with Improper Synchronization ("Race...

dependencies
security

Adding the arquillian systemProperties "jbossas-managed" in order for profile "arquillian-jbossas-managed" to work.

#### Short description of what this resolves: Added support for travis-ci.org CI service which is free for FLOSS projects like this one. This should allow to recognize annoying issues like...

##### Issue Overview Simple `mvn clean install` results in broken build - tests are failing. ##### Expected Behaviour Build should be executed successfully. ##### Current Behaviour arquillian-jpa-drone failing test ```...

parent groupId and version corrected and now match the other example poms maven compiler plugin set to version 1.6 explicit shrinkwrap version deps placed in front of jboss-as-depchain import

Hi, These commits update the existing "ejb31-jbembedded" such that it now works in an AS7.1.1 environment jeff

Basket class contains `List` of items. Function `basket.placeOrder()` pass this item's list to another list inside **SingletonOrderRepository.class** and than this list is cleared via `items.clear()`. This is problem because value...