[weld/core] e69f37: WELD-1273 Validate that decorators of built-in bea...
by GitHub
Branch: refs/heads/2.0
Home: https://github.com/weld/core
Commit: e69f37f7355fb77269d5c64eef83f7a289ecab9e
https://github.com/weld/core/commit/e69f37f7355fb77269d5c64eef83f7a289ecab9e
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2012-12-13 (Thu, 13 Dec 2012)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/AbstractClassBean.java
A impl/src/main/java/org/jboss/weld/bean/DecorableBean.java
M impl/src/main/java/org/jboss/weld/bean/builtin/AbstractDecorableBuiltInBean.java
M impl/src/main/java/org/jboss/weld/bootstrap/Validator.java
M impl/src/main/java/org/jboss/weld/logging/messages/ValidatorMessage.java
M impl/src/main/resources/org/jboss/weld/messages/validator_en.properties
M tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/builtin/facade/EventDecorator.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/builtin/validation/BuiltInBeanPassivationCapabilityValidationTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/builtin/validation/ConversationDecorator.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/decorators/builtin/validation/Foo.java
Log Message:
-----------
WELD-1273 Validate that decorators of built-in beans are passivation capable dependencies
Commit: 8e03ae4cedd27cd1c6739277b22ff6b66c109407
https://github.com/weld/core/commit/8e03ae4cedd27cd1c6739277b22ff6b66c109407
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2012-12-13 (Thu, 13 Dec 2012)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/CustomDecoratorWrapper.java
M impl/src/main/java/org/jboss/weld/bean/DecorableBean.java
M impl/src/main/java/org/jboss/weld/bean/builtin/AbstractDecorableBuiltInBean.java
M impl/src/main/java/org/jboss/weld/bootstrap/Validator.java
M impl/src/main/java/org/jboss/weld/util/Decorators.java
Log Message:
-----------
Simplify Decorator validation
Commit: f8c1274405065ea6805dc75166a4bd84291a5729
https://github.com/weld/core/commit/f8c1274405065ea6805dc75166a4bd84291a5729
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2012-12-13 (Thu, 13 Dec 2012)
Changed paths:
M pom.xml
Log Message:
-----------
Exclude TCK 1.0 from the default test run
Compare: https://github.com/weld/core/compare/e98bd9309234...f8c127440506
12 years
[weld/core] e98bd9: WELD-1216 - improve validation of decorators
by GitHub
Branch: refs/heads/2.0
Home: https://github.com/weld/core
Commit: e98bd9309234561cf3f70dd699a05c8a50be1b7b
https://github.com/weld/core/commit/e98bd9309234561cf3f70dd699a05c8a50be1b7b
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2012-12-13 (Thu, 13 Dec 2012)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/DecoratorImpl.java
M impl/src/main/java/org/jboss/weld/bootstrap/Validator.java
M impl/src/main/java/org/jboss/weld/injection/producer/DecoratorInjectionTarget.java
M impl/src/main/java/org/jboss/weld/logging/messages/BeanMessage.java
M impl/src/main/java/org/jboss/weld/util/Decorators.java
M impl/src/main/resources/org/jboss/weld/messages/bean_en.properties
Log Message:
-----------
WELD-1216 - improve validation of decorators
- fix delegate type validation
- fix abstract decorator methods validation
- add delegate type validation for custom decorators
- add delegate injection point validation for custom decorators
12 years
[weld/core] a3cec2: WELD-1262 testcase
by GitHub
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: a3cec296994d336b80e89d57a65e53945f7a4ec6
https://github.com/weld/core/commit/a3cec296994d336b80e89d57a65e53945f7a4ec6
Author: Tomas Remes <tremes(a)redhat.com>
Date: 2012-12-12 (Wed, 12 Dec 2012)
Changed paths:
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/weld1262/Crossroad.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/weld1262/Guide.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/weld1262/Weld1262Test.java
A tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/weld1262/crossroad.xhtml
A tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/weld1262/faces-config.xml
A tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/weld1262/road.xhtml
A tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/weld1262/web.xml
Log Message:
-----------
WELD-1262 testcase
12 years
[weld/core] 693439: WELD-1262 testcase
by GitHub
Branch: refs/heads/1.1
Home: https://github.com/weld/core
Commit: 693439b0b8fe95631599d2d3a4814d7e15a5d2e7
https://github.com/weld/core/commit/693439b0b8fe95631599d2d3a4814d7e15a5d2e7
Author: Tomas Remes <tremes(a)redhat.com>
Date: 2012-12-12 (Wed, 12 Dec 2012)
Changed paths:
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/weld1262/Crossroad.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/weld1262/Guide.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/weld1262/Weld1262Test.java
A tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/weld1262/crossroad.xhtml
A tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/weld1262/faces-config.xml
A tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/weld1262/road.xhtml
A tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/weld1262/web.xml
Log Message:
-----------
WELD-1262 testcase
12 years
[weld/core] d395a1: WELD-1262 testcase
by GitHub
Branch: refs/heads/2.0
Home: https://github.com/weld/core
Commit: d395a1655876aa968c3dd9a3e927b60cba863ba7
https://github.com/weld/core/commit/d395a1655876aa968c3dd9a3e927b60cba863ba7
Author: Tomas Remes <tremes(a)redhat.com>
Date: 2012-12-12 (Wed, 12 Dec 2012)
Changed paths:
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/weld1262/Crossroad.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/weld1262/Guide.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/contexts/conversation/weld1262/Weld1262Test.java
A tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/weld1262/crossroad.xhtml
A tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/weld1262/faces-config.xml
A tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/weld1262/road.xhtml
A tests-arquillian/src/test/resources/org/jboss/weld/tests/contexts/conversation/weld1262/web.xml
Log Message:
-----------
WELD-1262 testcase
12 years