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

rzo1 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git


    from f48b820578 TOMEE-4189 - Ports the fix for 
https://bz.apache.org/bugzilla/show_bug.cgi?id=66507 to Tomcat 10.0.27
     new 54f39ced6a TOMEE-4112 - Ports "Cache lookup failures" from 
https://github.com/apache/tomee/pull/971 to TomEE 9.x by @jgallimore
     new 412131f580 TOMEE-4203 - Updates smallrye mp impls + apis (still MP 
5.0) (Port from c1ad82889adf29c77f857399d57a33915233b393)
     new 8a17542c56 TOMEE-4204 - Upgrade Bouncycastle to 1.73
     new da21b3474b TOMEE-4112 further fix to cache lookup results for empty 
result sets in EAR files

The 4 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                |   2 +-
 boms/tomee-microprofile/pom.xml                    |  58 ++++--------
 boms/tomee-plume-api/pom.xml                       |   2 +-
 boms/tomee-plume/pom.xml                           |  58 ++++--------
 boms/tomee-plus-api/pom.xml                        |   2 +-
 boms/tomee-plus/pom.xml                            |  58 ++++--------
 boms/tomee-webprofile/pom.xml                      |  24 ++++-
 ...adSingletonService.java => AppBeanManager.java} |  17 ++--
 ...ebBeansContext.java => AppWebBeansContext.java} |  37 +-------
 .../openejb/cdi/ThreadSingletonServiceImpl.java    |  10 +-
 .../openejb/cdi/WebAppInjectionResolver.java       | 103 +++++++++++++++++++--
 .../openejb/cdi/InjectionResolverCacheTest.java    | 102 ++++++++++++++++++++
 pom.xml                                            |  12 +--
 server/openejb-client/pom.xml                      |   2 +-
 server/openejb-cxf/pom.xml                         |  21 ++++-
 tomee/tomee-embedded/pom.xml                       |   2 +-
 16 files changed, 327 insertions(+), 183 deletions(-)
 copy 
container/openejb-core/src/main/java/org/apache/openejb/cdi/{ThreadSingletonService.java
 => AppBeanManager.java} (72%)
 mode change 100644 => 100755
 copy 
container/openejb-core/src/main/java/org/apache/openejb/cdi/{WebappWebBeansContext.java
 => AppWebBeansContext.java} (59%)
 mode change 100644 => 100755
 create mode 100644 
container/openejb-core/src/test/java/org/apache/openejb/cdi/InjectionResolverCacheTest.java

Reply via email to