[weld/core] 1b1652: WELD-1456 ProgrammaticallyAddedProcessBeanAttribut...
by GitHub
Branch: refs/heads/2.0
Home: https://github.com/weld/core
Commit: 1b16523be61cd6b6ac7c902a7cc164909d90464a
https://github.com/weld/core/commit/1b16523be61cd6b6ac7c902a7cc164909d90464a
Author: Marko Luksa <marko.luksa(a)gmail.com>
Date: 2013-07-24 (Wed, 24 Jul 2013)
Changed paths:
M tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/lifecycle/processBeanAttributes/notfired/MyExtension.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/lifecycle/processBeanAttributes/notfired/ProcessBeanAttributesNotFiredTest.java
R tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/lifecycle/processBeanAttributes/notfired/ProgrammaticallyAddedProcessBeanAttributesTest.java
Log Message:
-----------
WELD-1456 ProgrammaticallyAddedProcessBeanAttributesTest should only test built-in beans explicitly listed in the specification
11 years, 5 months
[weld/core] 6f2c92: Implemented tests for WELD-1452 based on tests by ...
by GitHub
Branch: refs/heads/2.0
Home: https://github.com/weld/core
Commit: 6f2c92bd5ca8d258e64f56fa488471b528987064
https://github.com/weld/core/commit/6f2c92bd5ca8d258e64f56fa488471b528987064
Author: Max Pimm <maxmil(a)gmail.com>
Date: 2013-07-23 (Tue, 23 Jul 2013)
Changed paths:
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/timeout/ConversationTimeoutTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/timeout/TimeoutBean.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/timeout/TimeoutConversationScopedBean.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/timeout/TimeoutFilter.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/timeout/TimeoutServlet.java
A tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/timeout/web.xml
Log Message:
-----------
Implemented tests for WELD-1452 based on tests by Marko Luksa
Commit: 4c5945b669fc87e89be35ecda4047741ae35e14e
https://github.com/weld/core/commit/4c5945b669fc87e89be35ecda4047741ae35e14e
Author: Max Pimm <maxmil(a)gmail.com>
Date: 2013-07-23 (Tue, 23 Jul 2013)
Changed paths:
M impl/src/main/java/org/jboss/weld/context/AbstractConversationContext.java
Log Message:
-----------
Resolves WELD-1452
Do not allow activation of expired conversations.
Make sure that the current conversation, once activated, will not be invalidated and will therefore be touched when it is disactivated.
Compare: https://github.com/weld/core/compare/502a0ccb1de2...4c5945b669fc
11 years, 5 months
[weld/core] 62685d: Simplify code in WeldMethodImpl
by GitHub
Branch: refs/heads/1.1
Home: https://github.com/weld/core
Commit: 62685d106a231bd1bfcdf0bc85c1608945735bad
https://github.com/weld/core/commit/62685d106a231bd1bfcdf0bc85c1608945735bad
Author: Marko Luksa <marko.luksa(a)gmail.com>
Date: 2013-07-22 (Mon, 22 Jul 2013)
Changed paths:
M impl/src/main/java/org/jboss/weld/introspector/jlr/WeldMethodImpl.java
Log Message:
-----------
Simplify code in WeldMethodImpl
Commit: 2858ad5a8fa96688d70e482a62d3101690f4ecb6
https://github.com/weld/core/commit/2858ad5a8fa96688d70e482a62d3101690f4ecb6
Author: Marko Luksa <marko.luksa(a)gmail.com>
Date: 2013-07-22 (Mon, 22 Jul 2013)
Changed paths:
A tests-arquillian/src/test/java/org/jboss/weld/tests/lifecycle/overridden/AbstractBean.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/lifecycle/overridden/OverriddenLifecycleMethodTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/lifecycle/overridden/OverridingBeanWithAnnotation.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/lifecycle/overridden/OverridingBeanWithoutAnnotation.java
Log Message:
-----------
Add test for WELD-1225 Incorrect handling of overridden callback methods for lifecycle events
Commit: edff1b0ee6c87b2df7eaf0d3f927e432eb10261e
https://github.com/weld/core/commit/edff1b0ee6c87b2df7eaf0d3f927e432eb10261e
Author: Marko Luksa <marko.luksa(a)gmail.com>
Date: 2013-07-22 (Mon, 22 Jul 2013)
Changed paths:
M impl/src/main/java/org/jboss/weld/introspector/ForwardingWeldClass.java
M impl/src/main/java/org/jboss/weld/introspector/WeldClass.java
M impl/src/main/java/org/jboss/weld/introspector/jlr/WeldClassImpl.java
M impl/src/main/java/org/jboss/weld/util/Beans.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/lifecycle/overridden/AbstractBean.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/lifecycle/overridden/OverriddenLifecycleMethodTest.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/lifecycle/overridden/OverridingBeanWithAnnotation.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/lifecycle/overridden/OverridingBeanWithoutAnnotation.java
Log Message:
-----------
WELD-1225 Incorrect handling of overridden callback methods for lifecycle events
Compare: https://github.com/weld/core/compare/3748861e4eb7...edff1b0ee6c8
11 years, 5 months