You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ta...@apache.org on 2020/07/28 08:34:03 UTC

[openwebbeans] branch master updated (756fdc5 -> efb7506)

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

tandraschko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git.


    from 756fdc5  Merge pull request #29 from cocorossello/master
     new a1bdec1  Veto at package level test
     new 4caab3a  Merge branch 'master' of https://github.com/apache/openwebbeans
     new 1c710d9  PR comments
     new a38b13a  remove redundant code
     new bf8a4a3  Revert "remove redundant code"
     new 220dc97  this is not needed for the performance problem
     new efb7506  Merge pull request #30 from cocorossello/master

The 3888 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:
 .../org/apache/webbeans/config/BeansDeployer.java    |  2 +-
 .../test/concepts/vetoes/VetoedPackageTest.java      | 20 ++++++++++++++++++++
 .../concepts/vetoes/vetoedpackage/package-info.java  |  4 ++++
 .../vetoes/vetoedpackage/subpackage/VetoedBean.java  |  4 ++++
 4 files changed, 29 insertions(+), 1 deletion(-)
 create mode 100644 webbeans-impl/src/test/java/org/apache/webbeans/test/concepts/vetoes/VetoedPackageTest.java
 create mode 100644 webbeans-impl/src/test/java/org/apache/webbeans/test/concepts/vetoes/vetoedpackage/package-info.java
 create mode 100644 webbeans-impl/src/test/java/org/apache/webbeans/test/concepts/vetoes/vetoedpackage/subpackage/VetoedBean.java