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/08/25 09:05:51 UTC

[openwebbeans] branch master updated (2f9f032 -> 2b84bf3)

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 2f9f032  [OWB-1345] based on hwaastad PR, upgrade webbeans-gradle shadow version to 6.0.0
     new 05e6268  Merge pull request #1 from apache/master
     new b3d0f17  Merge pull request #2 from apache/master
     new 9bf0096  OWB-1346 prevent scanning of generated proxies
     new 09e75a2  OWB-1346 added Vetoed test
     new 2b84bf3  Merge pull request #31 from a-rekkusu/master

The 3898 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:
 .../webbeans/proxy/AbstractProxyFactory.java       |  5 +++++
 .../webbeans/test/proxy/ProxyVetoedTest.java       | 24 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)
 create mode 100644 webbeans-impl/src/test/java/org/apache/webbeans/test/proxy/ProxyVetoedTest.java