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/02 17:44:52 UTC

[aries-cdi] branch master updated (aeecc86 -> a3651fc)

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 aeecc86  Merge pull request #8 from rotty3000/ARIES-1952
     new 3ce56d6  make the extension Requirement bytecode injector reusable
     new 6671741  cleanup transitive dependencies so they stop leaking into resolutions
     new 69d75d1  ARIES-1953 Do not embed the OSGi converter impl
     new a3651fc  Merge pull request #9 from rotty3000/ARIES-1953

The 191 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:
 cdi-bom/pom.xml                                    |  12 --
 {cdi-spi => cdi-build-tools}/pom.xml               |  58 ++++------
 .../cdi/build/tools/AddExtensionRequirement.java   | 127 +++++++++++++++++++++
 cdi-executable/owb-executable.bndrun               |   4 +-
 cdi-executable/weld-executable.bndrun              |   4 +-
 cdi-extender/pom.xml                               |   3 +-
 cdi-extension-el-jsp/pom.xml                       |  34 ++++++
 cdi-extension-http/pom.xml                         |  34 ++++++
 cdi-extension-mp-config/pom.xml                    |  19 ++-
 .../apache/aries/cdi/extension/mp/config/BB.java   |  60 ----------
 cdi-itests/owb-itest.bndrun                        |   4 +-
 cdi-itests/weld-itest.bndrun                       |   4 +-
 cdi-weld/pom.xml                                   |   6 +
 pom.xml                                            |   5 +-
 14 files changed, 249 insertions(+), 125 deletions(-)
 copy {cdi-spi => cdi-build-tools}/pom.xml (62%)
 create mode 100644 cdi-build-tools/src/main/java/org/apache/aries/cdi/build/tools/AddExtensionRequirement.java
 delete mode 100644 cdi-extension-mp-config/src/main/java/org/apache/aries/cdi/extension/mp/config/BB.java