[weld-commits] [weld/core] e98bd9: WELD-1216 - improve validation of decorators
GitHub
noreply at github.com
Thu Dec 13 10:40:59 EST 2012
Branch: refs/heads/2.0
Home: https://github.com/weld/core
Commit: e98bd9309234561cf3f70dd699a05c8a50be1b7b
https://github.com/weld/core/commit/e98bd9309234561cf3f70dd699a05c8a50be1b7b
Author: Martin Kouba <mkouba at 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
More information about the weld-commits
mailing list