This is an automated email from the ASF dual-hosted git repository.
struberg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git.
from e65e2d7 TOMEE-2971 - Updates Tomcat to 9.0.43 (was 9.0.41),
changelog: https://tomcat.apache.org/tomcat-9.0-doc/changelog.html
new 770cb58 TOMEE-2972 handle removed configuration
new b8f40e0 TOMEE-2972 isNullable got removed with CDI-2.0
new edee0d6 TOMEE-2972 upgrade to latest OWB
new 45f1dff TOMEE-2972 move event to parent Delegation
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:
.../java/org/apache/openejb/cdi/CdiEjbBean.java | 2 +-
.../openejb/cdi/ThreadSingletonServiceImpl.java | 1 -
.../org/apache/openejb/cdi/WebappBeanManager.java | 25 ----------
.../openejb/cdi/WebappNotificationManager.java | 58 ++++++++++++++++++++++
.../apache/openejb/cdi/WebappWebBeansContext.java | 8 +++
pom.xml | 2 +-
tck/cdi-embedded/dev-tests.xml | 5 +-
tck/cdi-tomee/dev-tests.xml | 2 +-
8 files changed, 72 insertions(+), 31 deletions(-)
create mode 100644
container/openejb-core/src/main/java/org/apache/openejb/cdi/WebappNotificationManager.java