You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2019/12/09 03:58:02 UTC

[aries-cdi] branch master updated (34a25c3 -> d7cdceb)

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

rotty3000 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/aries-cdi.git.


    from 34a25c3  Merge pull request #25 from rotty3000/ARIES-1958
     new f33b1e7  stabilize with better handling of CDI.current()
     new d2fde62  ARIES-1958 stabilize
     new d7cdceb  Merge pull request #26 from rotty3000/ARIES-1958

The 228 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:
 .../aries/cdi/container/internal/Activator.java    | 17 ++++++++++++
 .../internal/container/ConfigurationExtension.java | 18 +++++++++++-
 .../internal/container/ConfigurationListener.java  |  9 +++++-
 .../container/internal/provider/CDIProvider.java   | 32 ++++++++++++----------
 cdi-itests/owb-itest.bndrun                        |  2 ++
 cdi-itests/pom.xml                                 | 16 +++++++++++
 .../cdi/test/cases/DisableComponentTests.java      | 22 +++++++--------
 cdi-itests/weld-itest.bndrun                       |  2 ++
 8 files changed, 89 insertions(+), 29 deletions(-)