[weld/core] f98aa8: Minor clean-up
by GitHub
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: f98aa84b6382d9f5e847950db4763ce4398094f8
https://github.com/weld/core/commit/f98aa84b6382d9f5e847950db4763ce4398094f8
Author: Marko Luksa <marko.luksa(a)gmail.com>
Date: 2012-04-23 (Mon, 23 Apr 2012)
Changed paths:
M impl/src/main/java/org/jboss/weld/event/ObserverMethodImpl.java
M impl/src/main/java/org/jboss/weld/manager/BeanManagerImpl.java
M impl/src/main/java/org/jboss/weld/util/Beans.java
M impl/src/main/java/org/jboss/weld/util/reflection/Reflections.java
Log Message:
-----------
Minor clean-up
Commit: 3bfd8df3d6b78716d868baaac3d2f0f6fce21883
https://github.com/weld/core/commit/3bfd8df3d6b78716d868baaac3d2f0f6fce21883
Author: Marko Luksa <marko.luksa(a)gmail.com>
Date: 2012-04-23 (Mon, 23 Apr 2012)
Changed paths:
M impl/src/main/java/org/jboss/weld/event/ObserverMethodImpl.java
M impl/src/main/java/org/jboss/weld/injection/FieldInjectionPoint.java
A impl/src/main/java/org/jboss/weld/util/reflection/GenericArrayTypeImpl.java
A impl/src/main/java/org/jboss/weld/util/reflection/TypeVariableResolver.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/unit/reflection/inheritance/A.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/unit/reflection/inheritance/B.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/unit/reflection/inheritance/BOfIntegerString.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/unit/reflection/inheritance/C.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/unit/reflection/inheritance/COfByteShort.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/unit/reflection/inheritance/Faz.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/unit/reflection/inheritance/Foo.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/unit/reflection/inheritance/TypeVariableResolverTest.java
Log Message:
-----------
WELD-1111 Inheritance of member-level metadata for generic types - missing substitution of actual type arguments
Commit: 8520db2052c9edcad98fdfabc490159960174981
https://github.com/weld/core/commit/8520db2052c9edcad98fdfabc490159960174981
Author: Ales Justin <ales.justin(a)gmail.com>
Date: 2012-04-23 (Mon, 23 Apr 2012)
Changed paths:
M impl/src/main/java/org/jboss/weld/event/ObserverMethodImpl.java
M impl/src/main/java/org/jboss/weld/injection/FieldInjectionPoint.java
M impl/src/main/java/org/jboss/weld/manager/BeanManagerImpl.java
M impl/src/main/java/org/jboss/weld/util/Beans.java
A impl/src/main/java/org/jboss/weld/util/reflection/GenericArrayTypeImpl.java
M impl/src/main/java/org/jboss/weld/util/reflection/Reflections.java
A impl/src/main/java/org/jboss/weld/util/reflection/TypeVariableResolver.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/unit/reflection/inheritance/A.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/unit/reflection/inheritance/B.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/unit/reflection/inheritance/BOfIntegerString.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/unit/reflection/inheritance/C.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/unit/reflection/inheritance/COfByteShort.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/unit/reflection/inheritance/Faz.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/unit/reflection/inheritance/Foo.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/unit/reflection/inheritance/TypeVariableResolverTest.java
Log Message:
-----------
Merge remote-tracking branch 'luksa/weld1111' into weld-1111
Compare: https://github.com/weld/core/compare/4735be0...8520db2
12 years, 8 months
[weld/core] 59ce47: added tests for int array observers(cherry picked ...
by GitHub
Branch: refs/heads/2.0
Home: https://github.com/weld/core
Commit: 59ce47b249c648a8cc846660e8f05f82aad92837
https://github.com/weld/core/commit/59ce47b249c648a8cc846660e8f05f82aad92837
Author: Marko Luksa <marko.luksa(a)gmail.com>
Date: 2012-04-22 (Sun, 22 Apr 2012)
Changed paths:
A tests-arquillian/src/test/java/org/jboss/weld/tests/event/observer/validation/ArrayObserverBean.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/event/observer/validation/FiringArrayEventTest.java
Log Message:
-----------
added tests for int array observers(cherry picked from commit bd189ff)
Commit: bd1a3118e6dd2785915d579958d034490febfd9a
https://github.com/weld/core/commit/bd1a3118e6dd2785915d579958d034490febfd9a
Author: Marko Luksa <marko.luksa(a)gmail.com>
Date: 2012-04-22 (Sun, 22 Apr 2012)
Changed paths:
M impl/src/main/java/org/jboss/weld/util/reflection/HierarchyDiscovery.java
Log Message:
-----------
WELD-1097 Event of array type fired via built-in Event bean is not observed
Conflicts:
impl/src/main/java/org/jboss/weld/manager/BeanManagerImpl.java
tests-arquillian/src/test/java/org/jboss/weld/tests/event/observer/validation/FiringArrayEventTest.java
Commit: 6ef48868d36c1ad59c9ccb8e0b29955fd03f0848
https://github.com/weld/core/commit/6ef48868d36c1ad59c9ccb8e0b29955fd03f0848
Author: Marko Luksa <marko.luksa(a)gmail.com>
Date: 2012-04-22 (Sun, 22 Apr 2012)
Changed paths:
M impl/src/main/java/org/jboss/weld/resolution/TypeSafeBeanResolver.java
M impl/src/main/java/org/jboss/weld/util/Beans.java
M impl/src/main/java/org/jboss/weld/util/reflection/HierarchyDiscovery.java
M impl/src/main/java/org/jboss/weld/util/reflection/Reflections.java
A impl/src/test/java/org/jboss/weld/tests/unit/reflection/util/Foo.java
A impl/src/test/java/org/jboss/weld/tests/unit/reflection/util/ReflectionsTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/arrays/ArrayInjectionTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/arrays/ArrayProducer.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/arrays/Bar.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/arrays/Foo.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/arrays/test/AssignabilityTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/arrays/test/Result.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/event/observer/validation/FiringArrayEventTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/event/observer/validation/StringListArrayObserverBean.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/event/observer/validation/StringListObserverBean.java
Log Message:
-----------
WELD-1097 Event of array type fired via built-in Event bean is not observed
Conflicts:
impl/src/main/java/org/jboss/weld/bean/AbstractProducerBean.java
impl/src/main/java/org/jboss/weld/bean/builtin/InstanceImpl.java
impl/src/main/java/org/jboss/weld/manager/BeanManagerImpl.java
impl/src/main/java/org/jboss/weld/util/reflection/Reflections.java
tests-arquillian/src/test/java/org/jboss/weld/tests/event/observer/validation/FiringArrayEventTest.java
Commit: 951073027f8cffabfada375000737139c555aeea
https://github.com/weld/core/commit/951073027f8cffabfada375000737139c555aeea
Author: Marko Luksa <marko.luksa(a)gmail.com>
Date: 2012-04-22 (Sun, 22 Apr 2012)
Changed paths:
M impl/src/main/java/org/jboss/weld/util/reflection/Reflections.java
Log Message:
-----------
Renamed parameters and simplified a method
Commit: 4e53d716da966306371e29c5b2adcc0aea99caab
https://github.com/weld/core/commit/4e53d716da966306371e29c5b2adcc0aea99caab
Author: Marko Luksa <marko.luksa(a)gmail.com>
Date: 2012-04-22 (Sun, 22 Apr 2012)
Changed paths:
A tests-arquillian/src/test/java/org/jboss/weld/tests/assignability/AssignabilityTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/assignability/Dao.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/assignability/Order.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/assignability/Persistent.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/assignability/User.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/assignability/UserDao.java
Log Message:
-----------
Assignability tests
Commit: 09969375499e02d93d077503df30ade3bb4a92c1
https://github.com/weld/core/commit/09969375499e02d93d077503df30ade3bb4a92c1
Author: Marko Luksa <marko.luksa(a)gmail.com>
Date: 2012-04-22 (Sun, 22 Apr 2012)
Changed paths:
M impl/src/main/java/org/jboss/weld/util/reflection/Reflections.java
A impl/src/test/java/org/jboss/weld/tests/unit/reflection/util/Bar.java
A impl/src/test/java/org/jboss/weld/tests/unit/reflection/util/Baz.java
A impl/src/test/java/org/jboss/weld/tests/unit/reflection/util/Weld1102Test.java
Log Message:
-----------
WELD-1102 Bean type Foo<B extends Bar> not assignable to required type Foo<Bar<Integer>>
Compare: https://github.com/weld/core/compare/23d4a6d...0996937
12 years, 8 months
[weld/core] 4735be: WELD-1079 Weld keeps instance of a dependent scope...
by GitHub
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 4735be0aa8f2d1085b2e57e4d3bd7e48c2847385
https://github.com/weld/core/commit/4735be0aa8f2d1085b2e57e4d3bd7e48c2847385
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2012-04-19 (Thu, 19 Apr 2012)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/AbstractProducerBean.java
M impl/src/main/java/org/jboss/weld/bean/AbstractReceiverBean.java
M impl/src/main/java/org/jboss/weld/bean/DisposalMethod.java
M impl/src/main/java/org/jboss/weld/bean/ProducerField.java
M impl/src/main/java/org/jboss/weld/bean/ProducerMethod.java
R tests-arquillian/src/test/java/org/jboss/weld/tests/enterprise/lifecycle/ChickenHutchFactory.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/enterprise/lifecycle/EnterpriseBeanLifecycleTest.java
R tests-arquillian/src/test/java/org/jboss/weld/tests/enterprise/lifecycle/MassProduced.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/producer/method/Cafe.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/producer/method/InstanceCleanupTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/producer/receiver/Dependency.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/producer/receiver/Producer.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/producer/receiver/Product1.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/producer/receiver/Product2.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/producer/receiver/ReceiverBeanLifecycleTest.java
Log Message:
-----------
WELD-1079 Weld keeps instance of a dependent scoped bean that receives a producer method invocation
Conflicts:
impl/src/main/java/org/jboss/weld/bean/AbstractProducerBean.java
impl/src/main/java/org/jboss/weld/bean/DisposalMethod.java
impl/src/main/java/org/jboss/weld/bean/ProducerField.java
impl/src/main/java/org/jboss/weld/bean/ProducerMethod.java
12 years, 8 months