[weld/core] db7138: WELD-1174 Incorrect interceptor invocation order w...
by GitHub
Branch: refs/heads/1.1
Home: https://github.com/weld/core
Commit: db7138de9eda8a2da21809fe19bc4938618d30d1
https://github.com/weld/core/commit/db7138de9eda8a2da21809fe19bc4938618d30d1
Author: Marko Luksa <marko.luksa(a)gmail.com>
Date: 2012-11-14 (Wed, 14 Nov 2012)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/AbstractClassBean.java
M tests-arquillian/pom.xml
A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/weld1174/ClassTestBinding.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/weld1174/InterceptedManagedBean.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/weld1174/InterceptedSessionBean.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/weld1174/Interceptor0.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/weld1174/Interceptor1.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/weld1174/Interceptor2.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/weld1174/Interceptor3.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/weld1174/InterceptorTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/weld1174/MethodTestBinding.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/weld1174/VisitList.java
M tests-arquillian/src/test/resources/arquillian.xml
Log Message:
-----------
WELD-1174 Incorrect interceptor invocation order when combining CDI interceptors with @Interceptors (cherry picked from commit 5bf7ac0)
12 years
[weld/core] c58bcf: WELD-1059 System property based scanning tests fai...
by GitHub
Branch: refs/heads/2.0
Home: https://github.com/weld/core
Commit: c58bcf4b5d820e04afaeefd591bf2232910dc4a9
https://github.com/weld/core/commit/c58bcf4b5d820e04afaeefd591bf2232910dc4a9
Author: Ron Smeral <rsmeral(a)redhat.com>
Date: 2012-11-14 (Wed, 14 Nov 2012)
Changed paths:
M tests-arquillian/src/test/java/org/jboss/weld/tests/metadata/scanning/ClassAvailableAndSystemPropertyActivationTest.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/metadata/scanning/SystemPropertyActivationTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/metadata/scanning/SystemPropertyExtension.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/metadata/scanning/SystemPropertyInvertedActivationTest.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/metadata/scanning/SystemPropertyValueActivationTest.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/metadata/scanning/SystemPropertyValueInvertedActivationTest.java
A tests-arquillian/src/test/resources/org/jboss/weld/tests/metadata/scanning/SystemPropertyExtension
Log Message:
-----------
WELD-1059 System property based scanning tests fail in container - fixed, refactored, switched to JUnitAssert
12 years
[weld/core] 21d8bc: WELD-1059 System property based scanning tests fai...
by GitHub
Branch: refs/heads/1.1
Home: https://github.com/weld/core
Commit: 21d8bc32c5df5d41a186b1daac8f2b9268c8f8a1
https://github.com/weld/core/commit/21d8bc32c5df5d41a186b1daac8f2b9268c8f8a1
Author: Ron Smeral <rsmeral(a)redhat.com>
Date: 2012-11-14 (Wed, 14 Nov 2012)
Changed paths:
M tests-arquillian/src/test/java/org/jboss/weld/tests/metadata/scanning/ClassAvailableAndSystemPropertyActivationTest.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/metadata/scanning/SystemPropertyActivationTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/metadata/scanning/SystemPropertyExtension.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/metadata/scanning/SystemPropertyInvertedActivationTest.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/metadata/scanning/SystemPropertyValueActivationTest.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/metadata/scanning/SystemPropertyValueInvertedActivationTest.java
A tests-arquillian/src/test/resources/org/jboss/weld/tests/metadata/scanning/SystemPropertyExtension
Log Message:
-----------
WELD-1059 System property based scanning tests fail in container - fixed, refactored, switched to JUnitAssert
12 years
[weld/core] fbf827: WELD-1059 System property based scanning tests fai...
by GitHub
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: fbf827a82bb56f7838479147009c1e1790c46312
https://github.com/weld/core/commit/fbf827a82bb56f7838479147009c1e1790c46312
Author: Ron Smeral <rsmeral(a)redhat.com>
Date: 2012-11-14 (Wed, 14 Nov 2012)
Changed paths:
M tests-arquillian/src/test/java/org/jboss/weld/tests/metadata/scanning/ClassAvailableAndSystemPropertyActivationTest.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/metadata/scanning/SystemPropertyActivationTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/metadata/scanning/SystemPropertyExtension.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/metadata/scanning/SystemPropertyInvertedActivationTest.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/metadata/scanning/SystemPropertyValueActivationTest.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/metadata/scanning/SystemPropertyValueInvertedActivationTest.java
A tests-arquillian/src/test/resources/org/jboss/weld/tests/metadata/scanning/SystemPropertyExtension
Log Message:
-----------
WELD-1059 System property based scanning tests fail in container - fixed, refactored, switched to JUnitAssert
12 years