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

asf-gitbox-commits pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git


    from 73afe563d [OWB-1463] avoid to overallocate too much
     new 7a2aeae05 OWB-1463 extend StartupPerformanceTest with more beans to 
boot
     new 515bde7c9 add integration test for skipping classes on NoClassDefFound

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/it/{properties => noclassdeffound}/pom.xml |  28 ++---
 .../test/spi/deployer/NcdfAvailableBean.java}      |   7 +-
 .../test/spi/deployer/NcdfBrokenBean.java}         |   8 +-
 .../test/spi/deployer/NcdfMissingDependency.java}  |   6 +-
 .../test/spi/deployer/NoClassDefFoundBootTest.java |  72 +++++++++++++
 .../src/test/resources/META-INF/beans.xml          |  19 ++++
 webbeans-impl/src/it/properties/pom.xml            |   2 +-
 .../corespi/scanner/AbstractMetaDataDiscovery.java |   7 --
 .../test/performance/StartupPerformanceTest.java   | 118 +++++++++++++++++++++
 9 files changed, 230 insertions(+), 37 deletions(-)
 copy webbeans-impl/src/it/{properties => noclassdeffound}/pom.xml (83%)
 copy 
webbeans-impl/src/{test/java/org/apache/webbeans/test/component/classscanning/NcdfClassA.java
 => 
it/noclassdeffound/src/test/java/org/apache/webbeans/test/spi/deployer/NcdfAvailableBean.java}
 (85%)
 copy 
webbeans-impl/src/{test/java/org/apache/webbeans/test/component/classscanning/NcdfClassB.java
 => 
it/noclassdeffound/src/test/java/org/apache/webbeans/test/spi/deployer/NcdfBrokenBean.java}
 (82%)
 copy 
webbeans-impl/src/{test/java/org/apache/webbeans/test/component/classscanning/NcdfClassA.java
 => 
it/noclassdeffound/src/test/java/org/apache/webbeans/test/spi/deployer/NcdfMissingDependency.java}
 (89%)
 create mode 100644 
webbeans-impl/src/it/noclassdeffound/src/test/java/org/apache/webbeans/test/spi/deployer/NoClassDefFoundBootTest.java
 create mode 100644 
webbeans-impl/src/it/noclassdeffound/src/test/resources/META-INF/beans.xml

Reply via email to