Branch: refs/heads/master
Home:
https://github.com/weld/core
Commit: f18eb1b4b60a4963429106b9c1fffa7d047a8052
https://github.com/weld/core/commit/f18eb1b4b60a4963429106b9c1fffa7d047a8052
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2014-12-15 (Mon, 15 Dec 2014)
Changed paths:
M impl/src/main/java/org/jboss/weld/injection/ConstructorInjectionPoint.java
M impl/src/main/java/org/jboss/weld/injection/StaticMethodInjectionPoint.java
Log Message:
-----------
WELD-1816 Use hasTransientReferenceParameter attribute more to speed up invocations
Commit: def9af31c936800c860947a46db6c988f09fb3b2
https://github.com/weld/core/commit/def9af31c936800c860947a46db6c988f09fb3b2
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2014-12-15 (Mon, 15 Dec 2014)
Changed paths:
M
impl/src/main/java/org/jboss/weld/injection/attributes/AbstractInferringInjectionPointAttributes.java
M
impl/src/main/java/org/jboss/weld/injection/attributes/InferringFieldInjectionPointAttributes.java
M
impl/src/main/java/org/jboss/weld/injection/attributes/InferringParameterInjectionPointAttributes.java
Log Message:
-----------
WELD-1816 Cache whether an InjectionPoint is a @Delegate or not
Commit: 5795667ccca19d79b869402ae019507adf8edd85
https://github.com/weld/core/commit/5795667ccca19d79b869402ae019507adf8edd85
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2014-12-15 (Mon, 15 Dec 2014)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/ManagedBean.java
Log Message:
-----------
WELD-1816 Only start request context for @PostConstruct callbacks if any are defined
Compare:
https://github.com/weld/core/compare/569f713ef35b...5795667ccca1