[weld/core] 582d9d: Make sure SerializableContextual implements Passiv...
by GitHub
Branch: refs/heads/2.0
Home: https://github.com/weld/core
Commit: 582d9d84ffe7bcf93c7c82f8364a9c00cab8ff8a
https://github.com/weld/core/commit/582d9d84ffe7bcf93c7c82f8364a9c00cab8ff8a
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2012-11-27 (Tue, 27 Nov 2012)
Changed paths:
M impl/src/main/java/org/jboss/weld/bootstrap/Validator.java
A impl/src/main/java/org/jboss/weld/context/SerializableContextualFactory.java
R impl/src/main/java/org/jboss/weld/context/SerializableContextualImpl.java
M impl/src/main/java/org/jboss/weld/injection/producer/InterceptionModelInitializer.java
M impl/src/main/java/org/jboss/weld/logging/messages/ValidatorMessage.java
M impl/src/main/java/org/jboss/weld/serialization/ContextualStoreImpl.java
M impl/src/main/resources/org/jboss/weld/messages/validator_en.properties
Log Message:
-----------
Make sure SerializableContextual implements PassivationCapable if the underlying Contextual does
11 years, 12 months
[weld/core] 663ad5: WELD-1265 Symbolic-Name of all weld-osgi bundles i...
by GitHub
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 663ad50b985ada6274c1d20b9b37bf6bc6113978
https://github.com/weld/core/commit/663ad50b985ada6274c1d20b9b37bf6bc6113978
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2012-11-26 (Mon, 26 Nov 2012)
Changed paths:
M environments/osgi/tests/tester/src/test/java/org/jboss/weld/environment/osgi/tests/framework/InfrastructureTest.java
M environments/osgi/tests/tester/src/test/java/org/jboss/weld/environment/osgi/tests/jsr299/ExtensionTest.java
Log Message:
-----------
WELD-1265 Symbolic-Name of all weld-osgi bundles is not in a standard form
Commit: b0c64fcfa93bfcd2f21944bd11723e067b31e44c
https://github.com/weld/core/commit/b0c64fcfa93bfcd2f21944bd11723e067b31e44c
Author: Marko Luksa <marko.luksa(a)gmail.com>
Date: 2012-11-26 (Mon, 26 Nov 2012)
Changed paths:
M impl/src/main/java/org/jboss/weld/util/el/ForwardingMethodExpression.java
A impl/src/test/java/org/jboss/weld/tests/unit/el/WeldMethodExpressionTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/jsf/weld1247/Bean.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/jsf/weld1247/Weld1247Test.java
A tests-arquillian/src/test/resources/org/jboss/weld/tests/jsf/weld1247/faces-config.xml
A tests-arquillian/src/test/resources/org/jboss/weld/tests/jsf/weld1247/index.xhtml
A tests-arquillian/src/test/resources/org/jboss/weld/tests/jsf/weld1247/web.xml
Log Message:
-----------
WELD-1247 The ForwardingMethodExpression equals() implementation is incorrect
Commit: bd2289731a77ca7aa7ce0a2c1273fbea6859503d
https://github.com/weld/core/commit/bd2289731a77ca7aa7ce0a2c1273fbea6859503d
Author: Marko Luksa <marko.luksa(a)gmail.com>
Date: 2012-11-26 (Mon, 26 Nov 2012)
Changed paths:
A tests-arquillian/src/test/java/org/jboss/weld/tests/jsf/weld1037/RedirectBean.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/jsf/weld1037/Weld1037Test.java
A tests-arquillian/src/test/resources/org/jboss/weld/tests/jsf/weld1037/doRedirect.xhtml
A tests-arquillian/src/test/resources/org/jboss/weld/tests/jsf/weld1037/faces-config.xml
A tests-arquillian/src/test/resources/org/jboss/weld/tests/jsf/weld1037/web.xml
Log Message:
-----------
WELD-1037 IllegalStateException when redirecting from system event in JSF managed bean
Compare: https://github.com/weld/core/compare/10b2f7f725d4...bd2289731a77
11 years, 12 months
[weld/core] 32542c: WELD-1247 The ForwardingMethodExpression equals() ...
by GitHub
Branch: refs/heads/1.1
Home: https://github.com/weld/core
Commit: 32542cca67e9e330cdec537d422f61a320cf5a15
https://github.com/weld/core/commit/32542cca67e9e330cdec537d422f61a320cf5a15
Author: Marko Luksa <marko.luksa(a)gmail.com>
Date: 2012-11-26 (Mon, 26 Nov 2012)
Changed paths:
M impl/src/main/java/org/jboss/weld/util/el/ForwardingMethodExpression.java
A impl/src/test/java/org/jboss/weld/tests/unit/el/WeldMethodExpressionTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/jsf/weld1247/Bean.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/jsf/weld1247/Weld1247Test.java
A tests-arquillian/src/test/resources/org/jboss/weld/tests/jsf/weld1247/faces-config.xml
A tests-arquillian/src/test/resources/org/jboss/weld/tests/jsf/weld1247/index.xhtml
A tests-arquillian/src/test/resources/org/jboss/weld/tests/jsf/weld1247/web.xml
Log Message:
-----------
WELD-1247 The ForwardingMethodExpression equals() implementation is incorrect
Commit: feec3759555bf3a42dc84df0d3250c74fa578fb1
https://github.com/weld/core/commit/feec3759555bf3a42dc84df0d3250c74fa578fb1
Author: Marko Luksa <marko.luksa(a)gmail.com>
Date: 2012-11-26 (Mon, 26 Nov 2012)
Changed paths:
A tests-arquillian/src/test/java/org/jboss/weld/tests/jsf/weld1037/RedirectBean.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/jsf/weld1037/Weld1037Test.java
A tests-arquillian/src/test/resources/org/jboss/weld/tests/jsf/weld1037/doRedirect.xhtml
A tests-arquillian/src/test/resources/org/jboss/weld/tests/jsf/weld1037/faces-config.xml
A tests-arquillian/src/test/resources/org/jboss/weld/tests/jsf/weld1037/web.xml
Log Message:
-----------
WELD-1037 IllegalStateException when redirecting from system event in JSF managed bean
Compare: https://github.com/weld/core/compare/3ff4e93c0fe5...feec3759555b
11 years, 12 months