Branch: refs/heads/2.2
Home: https://github.com/weld/core
Commit: bd552a02c9ad93dfb34c8fe9ba17a1dba3c25f4c
https://github.com/weld/core/commit/bd552a02c9ad93dfb34c8fe9ba17a1dba3c25f4c
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2015-03-03 (Tue, 03 Mar 2015)
Changed paths:
A environments/se/core/src/test/groovy/org/jboss/weld/environment/se/test/groovy/name/MalformedClassNameTest.groovy
Log Message:
-----------
WELD-1081 Testcase (now that we have groovy support)
Commit: 3edcdf7bc829d54945261bd706b5d952e55ecfa0
https://github.com/weld/core/commit/3edcdf7bc829d54945261bd706b5d952e55ecfa0
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-03-03 (Tue, 03 Mar 2015)
Changed paths:
M impl/src/main/java/org/jboss/weld/injection/producer/BasicInjectionTarget.java
M impl/src/main/java/org/jboss/weld/manager/InjectionTargetFactoryImpl.java
M impl/src/main/java/org/jboss/weld/util/Beans.java
M impl/src/main/java/org/jboss/weld/util/reflection/Reflections.java
R impl/src/test/java/org/jboss/weld/tests/unit/reflection/inner/ClassWithNestedClasses.java
R impl/src/test/java/org/jboss/weld/tests/unit/reflection/inner/NonStaticInnerClassTest.java
A impl/src/test/java/org/jboss/weld/tests/unit/reflection/nested/ClassWithNestedClasses.java
A impl/src/test/java/org/jboss/weld/tests/unit/reflection/nested/NestedClassTest.java
Log Message:
-----------
WELD-1884 Add extra check for anonymous classes
- revisit the method name and test case
- http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8034044
Compare: https://github.com/weld/core/compare/b0e7427d74f0...3edcdf7bc829
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 86ddb6a97ba84b2cb2fc09deba3dbdbcf2308b84
https://github.com/weld/core/commit/86ddb6a97ba84b2cb2fc09deba3dbdbcf2308b84
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2015-03-03 (Tue, 03 Mar 2015)
Changed paths:
A environments/se/core/src/test/groovy/org/jboss/weld/environment/se/test/groovy/name/MalformedClassNameTest.groovy
Log Message:
-----------
WELD-1081 Testcase (now that we have groovy support)
Commit: c7bde681e9868cd6e02eb065bd5d646cffe99afd
https://github.com/weld/core/commit/c7bde681e9868cd6e02eb065bd5d646cffe99afd
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-03-03 (Tue, 03 Mar 2015)
Changed paths:
M impl/src/main/java/org/jboss/weld/injection/producer/BasicInjectionTarget.java
M impl/src/main/java/org/jboss/weld/manager/InjectionTargetFactoryImpl.java
M impl/src/main/java/org/jboss/weld/util/Beans.java
M impl/src/main/java/org/jboss/weld/util/reflection/Reflections.java
R impl/src/test/java/org/jboss/weld/tests/unit/reflection/inner/ClassWithNestedClasses.java
R impl/src/test/java/org/jboss/weld/tests/unit/reflection/inner/NonStaticInnerClassTest.java
A impl/src/test/java/org/jboss/weld/tests/unit/reflection/nested/ClassWithNestedClasses.java
A impl/src/test/java/org/jboss/weld/tests/unit/reflection/nested/NestedClassTest.java
Log Message:
-----------
WELD-1884 Add extra check for anonymous classes
- revisit the method name and test case
- http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8034044
Compare: https://github.com/weld/core/compare/fb10eba38491...c7bde681e986
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: e743cd2a6b49aceea98297952be3e7630e402df8
https://github.com/weld/core/commit/e743cd2a6b49aceea98297952be3e7630e402df8
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-03-03 (Tue, 03 Mar 2015)
Changed paths:
M impl/src/main/java/org/jboss/weld/context/AbstractContext.java
M impl/src/main/java/org/jboss/weld/context/SerializableContextualFactory.java
M impl/src/main/java/org/jboss/weld/util/Beans.java
Log Message:
-----------
SerializableContextualHolder - optimized way to get the bean identifier
Commit: 61f2cf1135e954bc2b5e389032dccd885e0ecb23
https://github.com/weld/core/commit/61f2cf1135e954bc2b5e389032dccd885e0ecb23
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2015-03-03 (Tue, 03 Mar 2015)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/DisposalMethod.java
M impl/src/main/java/org/jboss/weld/event/ObserverMethodImpl.java
A impl/src/main/java/org/jboss/weld/injection/MethodInvocationStrategy.java
R impl/src/main/java/org/jboss/weld/injection/ObserverMethodInvocationStrategy.java
M impl/src/main/java/org/jboss/weld/injection/producer/AbstractMemberProducer.java
Log Message:
-----------
Disposer methods - CreationalContext is only created if needed
- generalize ObserverMethodInvocationStrategy
- CC is only created if we need it to obtain the receiver
- MethodInvocationStrategy takes care of creating CC for parameters
Compare: https://github.com/weld/core/compare/b3ba2a6760f1...61f2cf1135e9