This is an automated email from the ASF dual-hosted git repository.
jgallimore pushed a change to branch tomee-8.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
from ea77d58d42 [TOMEE-4053] Dependency properties cleanup
new 4068152e37 Optionally cache type resolution failure at runtime as a
performance enhancement
new 3f275a37e9 Merge remote-tracking branch 'origin/tomee-8.x' into
cache-lookup-failures
new 0ae4bc85e9 Fix missing assigment of startup field, and add unit test
new 27fc134370 Merge pull request #971 from
jgallimore/cache-lookup-failures
The 14237 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:
boms/tomee-microprofile-api/pom.xml | 55 +++++++++++
boms/tomee-microprofile/pom.xml | 55 +++++++++++
boms/tomee-plume-api/pom.xml | 55 +++++++++++
boms/tomee-plume/pom.xml | 66 +++++++++++++
boms/tomee-plus-api/pom.xml | 55 +++++++++++
boms/tomee-plus/pom.xml | 66 +++++++++++++
boms/tomee-webprofile-api/pom.xml | 55 +++++++++++
boms/tomee-webprofile/pom.xml | 77 ++++++++++++++++
.../openejb/cdi/WebAppInjectionResolver.java | 93 ++++++++++++++++++-
.../openejb/cdi/InjectionResolverCacheTest.java | 102 +++++++++++++++++++++
10 files changed, 676 insertions(+), 3 deletions(-)
create mode 100755
container/openejb-core/src/test/java/org/apache/openejb/cdi/InjectionResolverCacheTest.java