This is an automated email from the ASF dual-hosted git repository.
jungm pushed a change to branch ee11
in repository https://gitbox.apache.org/repos/asf/tomee.git
from 61ff6be0e7 Prevent StackOverflowError from static get() in
PolicyConfigurationFactory overriding outer class method (in new auth api)
new 8f88cd31ef proper exclusions to not leak old annotations api into
classpath, remove ManagedBeans
new 4a1da9e9b0 fix exmaples compilation
The 2 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:
.../src/main/java/org/apache/openejb/Injector.java | 2 +-
.../openejb/assembler/classic/JndiEncBuilder.java | 5 --
.../apache/openejb/config/AnnotationDeployer.java | 44 --------------
.../java/org/apache/openejb/config/AutoConfig.java | 30 ++--------
.../openejb/config/rules/CheckAnnotationTest.java | 13 -----
.../apache/openejb/meta/ManagedBeanMetaTest.java | 67 ----------------------
.../org/apache/openejb/test/annotated/Red.java | 32 -----------
examples/ejb-examples/pom.xml | 12 ++++
examples/ejb-webservice/pom.xml | 6 ++
examples/moviefun-rest/pom.xml | 6 ++
examples/mp-openapi-reader/pom.xml | 6 ++
examples/mp-rest-client/pom.xml | 6 ++
examples/pojo-webservice/pom.xml | 12 ++++
examples/rest-cdi/pom.xml | 6 ++
examples/rest-on-ejb/pom.xml | 6 ++
examples/rest-xml-json/pom.xml | 6 ++
examples/webservice-attachments/pom.xml | 18 ++++++
examples/webservice-ssl-client-cert/pom.xml | 6 ++
pom.xml | 14 +++++
19 files changed, 110 insertions(+), 187 deletions(-)
delete mode 100644
container/openejb-core/src/test/java/org/apache/openejb/meta/ManagedBeanMetaTest.java
delete mode 100644
container/openejb-core/src/test/java/org/apache/openejb/test/annotated/Red.java