Branch: refs/heads/2.2
Home:
https://github.com/weld/core
Commit: a6a69f63f07e34bbab192e1130071151855c050d
https://github.com/weld/core/commit/a6a69f63f07e34bbab192e1130071151855c050d
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-09-04 (Fri, 04 Sep 2015)
Changed paths:
M
impl/src/main/java/org/jboss/weld/context/beanstore/http/AbstractSessionBeanStore.java
M impl/src/main/java/org/jboss/weld/injection/VirtualMethodInjectionPoint.java
M impl/src/main/java/org/jboss/weld/util/collections/Arrays2.java
M tests-common/src/main/java/org/jboss/weld/test/util/Utils.java
R tests/src/test/java/org/jboss/weld/tests/unit/jsf/JsfApiAbstractionTest.java
Log Message:
-----------
WELD-2024 Stick to JDK6 API
Commit: f7b0febf84f8477c09306b1e8ec5ff40a34edb7f
https://github.com/weld/core/commit/f7b0febf84f8477c09306b1e8ec5ff40a34edb7f
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-09-04 (Fri, 04 Sep 2015)
Changed paths:
M .travis.yml
M environments/se/core/pom.xml
M jboss-tck-runner/pom.xml
M jsf/pom.xml
M tests-arquillian/pom.xml
M tests-common/pom.xml
M tests/pom.xml
Log Message:
-----------
WELD-2024 Fix compilation problems on JDK6
- don't run the complete test suite for JDK6
- also setup travis CI job to run the build against multiple JDKs
(including openjdk6)
Compare:
https://github.com/weld/core/compare/f5d20efc5f27...f7b0febf84f8