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/03/18 15:07:18 UTC

[aries] branch trunk updated (8f732c1 -> 58ffb28)

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

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


    from 8f732c1  Ignore Intellij Idea project files
     new c8df2ab  [CDI] eat own dog food (don't use DS for test scenario)
     new 15ec055  [CDI] add missing license and notice files
     new 0525af3  [CDI] remove unused
     new 58ffb28  [CDI] bnd 4.2.0 and other simplifications

The 5638 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:
 {web/web-urlhandler => cdi/cdi-bom}/LICENSE        |   0
 {web/web-urlhandler => cdi/cdi-bom}/NOTICE         |   0
 {web/web-urlhandler => cdi/cdi-executable}/LICENSE |   0
 {web/web-urlhandler => cdi/cdi-executable}/NOTICE  |   0
 cdi/cdi-executable/executable.bndrun               |  25 +++--
 cdi/cdi-executable/pom.xml                         |  86 +---------------
 .../cdi-extension-el-jsp}/LICENSE                  |   0
 .../cdi-extension-el-jsp}/NOTICE                   |   0
 cdi/cdi-itests/itest.bndrun                        |  34 +++----
 cdi/cdi-itests/jul-logging.properties              |  13 ---
 cdi/cdi-itests/pom.xml                             | 111 +++------------------
 .../aries/cdi/test/cases/AbstractTestCase.java     |   2 -
 .../cdi/test/components/ServiceBundleScope.java    |  31 +++---
 .../cdi/test/components/ServicePrototypeScope.java |  22 ++--
 .../cdi/test/components/ServiceSingletonFour.java  |   9 +-
 .../cdi/test/components/ServiceSingletonOne.java   |   9 +-
 .../cdi/test/components/ServiceSingletonThree.java |   9 +-
 .../cdi/test/components/ServiceSingletonTwo.java   |   9 +-
 .../aries/cdi/test/components/package-info.java    |   3 +
 cdi/pom.xml                                        |   2 +-
 20 files changed, 102 insertions(+), 263 deletions(-)
 copy {web/web-urlhandler => cdi/cdi-bom}/LICENSE (100%)
 copy {web/web-urlhandler => cdi/cdi-bom}/NOTICE (100%)
 copy {web/web-urlhandler => cdi/cdi-executable}/LICENSE (100%)
 copy {web/web-urlhandler => cdi/cdi-executable}/NOTICE (100%)
 copy {web/web-urlhandler => cdi/cdi-extension-el-jsp}/LICENSE (100%)
 copy {web/web-urlhandler => cdi/cdi-extension-el-jsp}/NOTICE (100%)
 delete mode 100644 cdi/cdi-itests/jul-logging.properties
 create mode 100644 cdi/cdi-itests/src/main/java/org/apache/aries/cdi/test/components/package-info.java