Arquillian Core 1.1.12.Final Released
Since we wrote this post we didn't laze around. Check our latest announcement.
The Arquillian team is proud to announce the 1.1.12.Final release of the Arquillian Core component!
Just before Christmas we have shipped new version of Arquillian Core. This is not a major release but besides typical dependency updates it comes with few a important improvements we wanted to share with you.
Highlights in this release
- Improved support for injection in
JUnit @Rules
In the previous version we provided initial support for injection in
JUnit @Rules
. It was limited to client side execution but now we support in-container part of test execution as well. This means you can have custom rules having access to injectable components when running in-container tests (both from your application as well as those provided by Arquillian).If you want to see it in action, we created examples in the showcase project.
- Synthetic bridge methods (JDK 8 issue)
Some of the extensions compiled using JDK 6 can manifest JDK 8 problem. This might result with
ClassCastExceptions
which might be very confusing for the user. We have provided fix for it in this release.
- Combining multiple errors
When test fails with multiple errors (as it happens in Arquillian Algeron verification for instance) Arquillian will provide combined exception having all the faults captured.
What is Arquillian?
Arquillian is open source software that empowers you to test JVM-based applications more effectively. Created to defend the software galaxy from bugs, Arquillian brings your test to the runtime so you can focus on testing your application's behavior rather than managing the runtime. Using Arquillian, you can develop a comprehensive suite of tests from the convenience of your IDE and run them in any IDE, build tool or continuous integration environment.
Release details
Component | Arquillian Core |
---|---|
Version | 1.1.12.Final view tag |
Release date | 2016-12-22 |
Released by | Bartosz Majsak |
Compiled against |
|
Published artifacts org.jboss.arquillian.core
- org.jboss.arquillian.core » arquillian-core-api jar javadoc pom
- org.jboss.arquillian.core » arquillian-core-spi jar javadoc pom
- org.jboss.arquillian.core » arquillian-core-impl-base jar javadoc pom
- org.jboss.arquillian.config » arquillian-config-api jar javadoc pom
- org.jboss.arquillian.config » arquillian-config-spi jar javadoc pom
- org.jboss.arquillian.config » arquillian-config-impl-base jar javadoc pom
- org.jboss.arquillian.test » arquillian-test-api jar javadoc pom
- org.jboss.arquillian.test » arquillian-test-spi jar javadoc pom
- org.jboss.arquillian.test » arquillian-test-impl-base jar javadoc pom
- org.jboss.arquillian.container » arquillian-container-spi jar javadoc pom
- org.jboss.arquillian.container » arquillian-container-impl-base jar javadoc pom
- org.jboss.arquillian.container » arquillian-container-test-api jar javadoc pom
- org.jboss.arquillian.container » arquillian-container-test-spi jar javadoc pom
- org.jboss.arquillian.container » arquillian-container-test-impl-base jar javadoc pom
- org.jboss.arquillian.junit » arquillian-junit-core jar javadoc pom
- org.jboss.arquillian.junit » arquillian-junit-standalone jar javadoc pom
- org.jboss.arquillian.junit » arquillian-junit-container jar javadoc pom
- org.jboss.arquillian.testng » arquillian-testng-core jar javadoc pom
- org.jboss.arquillian.testng » arquillian-testng-standalone jar javadoc pom
- org.jboss.arquillian.testng » arquillian-testng-container jar javadoc pom
- org.jboss.arquillian.testenricher » arquillian-testenricher-cdi jar javadoc pom
- org.jboss.arquillian.testenricher » arquillian-testenricher-ejb jar javadoc pom
- org.jboss.arquillian.testenricher » arquillian-testenricher-resource jar javadoc pom
- org.jboss.arquillian.testenricher » arquillian-testenricher-initialcontext jar javadoc pom
- org.jboss.arquillian.protocol » arquillian-protocol-servlet jar javadoc pom
- org.jboss.arquillian.protocol » arquillian-protocol-jmx jar javadoc pom
- org.jboss.arquillian » arquillian-bom pom
Release notes and resolved issues 8
- Component Upgrade
- Feature Request
-
- ARQ-2065 - Combine multiple test results
- Bug
-
- ARQ-2012 - Warnings when test runs as client without @RunAsClient
- ARQ-2034 - Test enrichment and JUnit @Rule do not harmonize
- ARQ-2042 - Bridge methods treated as observer methods in JDK8
- ARQ-2053 - Allow Arquillian Core to define a way to execute registration of extensions in order
- ARQ-2068 - Hard to discover why an @Observer method is not being invoked
Thanks to the following list of contributors: Bartosz Majsak, Dipak Pawar, Alex Soto, Matous Jobanek, Jonh Wendell, Aslak Knutsen, Gil, Andreiserea, George Gastaldi