[weld/core] b518e5: WELD-721 clear the ClassTransaction and MetaAnnota...
by noreply@github.com
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: b518e5031473a3d488007c3af4821188cb597704
https://github.com/weld/core/commit/b518e5031473a3d488007c3af4821188cb597704
Author: Stuart Douglas <stuart.w.douglas(a)gmail.com>
Date: 2010-12-02 (Thu, 02 Dec 2010)
Changed paths:
M impl/src/main/java/org/jboss/weld/bootstrap/events/BeforeBeanDiscoveryImpl.java
M impl/src/main/java/org/jboss/weld/metadata/cache/MetaAnnotationStore.java
M impl/src/main/java/org/jboss/weld/resources/ClassTransformer.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/qualifiers/Quick.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/qualifiers/QuickExtension.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/qualifiers/SpiAddedQualifierTest.java
Log Message:
-----------
WELD-721 clear the ClassTransaction and MetaAnnotationStore what modifying annotations through the SPI
14 years
[weld/core] 0f5f26: Whitespace
by noreply@github.com
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 0f5f26ba18b240daba514dda2e7903d7e1616191
https://github.com/weld/core/commit/0f5f26ba18b240daba514dda2e7903d7e1616191
Author: Pete Muir <pmuir(a)bleepbleep.org.uk>
Date: 2010-12-01 (Wed, 01 Dec 2010)
Changed paths:
M impl/src/main/java/org/jboss/weld/context/AbstractConversationContext.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/ClientConversationContextTest.java
Log Message:
-----------
Whitespace
Commit: 820ac7c21827e0d592e2b72dfaa643df1b15fe00
https://github.com/weld/core/commit/820ac7c21827e0d592e2b72dfaa643df1b15fe00
Author: Pete Muir <pmuir(a)bleepbleep.org.uk>
Date: 2010-12-01 (Wed, 01 Dec 2010)
Changed paths:
M impl/src/main/java/org/jboss/weld/servlet/WeldListener.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/ClientConversationContextTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/LockingIssueBean.java
M tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/faces-config.xml
A tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/locking-issue.jsf
Log Message:
-----------
WELD-759
* Proactively deactivate conversations as phase-
listener doesn't always run
14 years