This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a change to branch owb_2.0.x
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git


    from 3feacc662 Merge pull request #127 from 
jgallimore/owb_2.0.x-owb-cdi-junit
     new cdc9a5793 fix: maven dependency to Gradle not found and NPE in 
previous plugin version
     new f93bfea82 fix(#OWB-1450): remove non working cache on proxies per AT
     new ab45ce695 fix(#OWB-1450): Interceptor proxy memory leak. Add caching 
at an higher level

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                            |   2 +-
 webbeans-gradle/pom.xml                            |   4 +
 .../TrackingAnnotatedTypeConfiguratorImpl.java     | 522 +++++++++++++++++++++
 .../container/InterceptionFactoryImpl.java         | 120 +++--
 .../webbeans/portable/AnnotatedTypeImpl.java       |   2 +-
 .../proxy/InterceptorDecoratorProxyFactory.java    |  13 -
 .../org/apache/webbeans/util/WebBeansUtil.java     |   8 +
 .../TrackingAnnotatedTypeConfiguratorImplTest.java | 251 ++++++++++
 .../InterceptorDecoratorProxyFactoryTest.java      |  74 ++-
 9 files changed, 949 insertions(+), 47 deletions(-)
 create mode 100644 
webbeans-impl/src/main/java/org/apache/webbeans/configurator/TrackingAnnotatedTypeConfiguratorImpl.java
 create mode 100644 
webbeans-impl/src/test/java/org/apache/webbeans/configurator/TrackingAnnotatedTypeConfiguratorImplTest.java

Reply via email to