You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by gi...@apache.org on 2020/12/02 18:30:38 UTC

[aries-cdi] branch dependabot/maven/junit-junit-4.13.1 updated (19555a0 -> fbf4565)

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

github-bot pushed a change to branch dependabot/maven/junit-junit-4.13.1
in repository https://gitbox.apache.org/repos/asf/aries-cdi.git.


 discard 19555a0  Bump junit from 4.12 to 4.13.1
     add 0d416a8  Bump geronimo-annotation_1.3_spec from 1.1 to 1.3
     add ab5d4c4  Bump johnzon-osgi from 1.2.3 to 1.2.8
     add deedb40  update spifly to 1.3.2
     add ac6c816  persist resolve results
     add 9242268  [ARIES-2017] reduce unsafe warnings for owb impl
     add 08ebf6c  [ARIES-2018] don't create document builder and xpath if no beans.xml is seen
     add e2521fa  [ARIES-2019] basic @Vetoed handling
     add 2d071cb  [ARIES-2020] basic Discovery optimizations
     add aac2b46  Exclude .github from rat check
     add 65bd78e  [maven-release-plugin] prepare release org.apache.aries.cdi-1.1.2
     add e3ff236  [maven-release-plugin] prepare for next development iteration
     add b8753b8  Fix features name
     add dea3060  Improvide Karaf features
     add d31b652  [ARIES-2023] Improve Aries CDI Karaf features repository
     add a5d1966  [maven-release-plugin] prepare release org.apache.aries.cdi-1.1.3
     add 5a84f7e  [maven-release-plugin] prepare for next development iteration
     add 8a8decd  ARIES-2024 Centralize build revision
     add fbf4565  Bump junit from 4.12 to 4.13.1

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (19555a0)
            \
             N -- N -- N   refs/heads/dependabot/maven/junit-junit-4.13.1 (fbf4565)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 cdi-bom/pom.xml                                    |  4 +-
 cdi-build-tools/pom.xml                            |  2 +-
 cdi-executable/owb-executable.bndrun               | 12 +--
 cdi-executable/pom.xml                             |  2 +-
 cdi-executable/weld-executable.bndrun              | 12 +--
 cdi-extender/pom.xml                               |  2 +-
 .../internal/annotated/AnnotatedImpl.java          | 26 ++++++-
 ...otatedMethodImpl.java => CachingAnnotated.java} | 26 +++----
 .../container/internal/container/Discovery.java    | 83 ++++++++++----------
 .../internal/model/BeansModelBuilder.java          |  7 ++
 .../cdi/container/internal/util/Annotates.java     | 85 ++++++++++++--------
 .../aries/cdi/container/internal/util/Maps.java    | 19 -----
 .../cdi/container/internal/util/AnnotatesTest.java | 39 +++++-----
 cdi-extension-el-jsp/pom.xml                       |  2 +-
 cdi-extension-jaxrs/pom.xml                        |  2 +-
 cdi-extension-jndi/pom.xml                         |  2 +-
 cdi-extension-mp-config/owb-itest.bndrun           | 16 ++--
 cdi-extension-mp-config/pom.xml                    |  4 +-
 cdi-extension-mp-config/weld-itest.bndrun          | 16 ++--
 cdi-extension-mp-jwt-auth/owb-itest.bndrun         | 34 ++++----
 cdi-extension-mp-jwt-auth/pom.xml                  |  8 +-
 cdi-extension-mp-jwt-auth/weld-itest.bndrun        | 34 ++++----
 cdi-extension-mp-metrics/owb-itest.bndrun          | 26 +++----
 cdi-extension-mp-metrics/pom.xml                   |  6 +-
 cdi-extension-mp-metrics/weld-itest.bndrun         | 26 +++----
 cdi-extension-servlet-common/pom.xml               |  2 +-
 cdi-extension-servlet-owb/pom.xml                  |  2 +-
 cdi-extension-servlet-weld/pom.xml                 |  2 +-
 cdi-extension-spi/pom.xml                          |  2 +-
 cdi-extra/pom.xml                                  |  2 +-
 cdi-itests/owb-itest.bndrun                        | 24 +++---
 cdi-itests/pom.xml                                 |  2 +-
 .../org/apache/aries/cdi/test/cases/TrimTests.java |  6 +-
 .../java/org/apache/aries/cdi/test/tb17/A.java     |  1 -
 cdi-itests/weld-itest.bndrun                       | 24 +++---
 cdi-karaf/pom.xml                                  | 88 +++++++++++++++++++++
 .../src/main/resources/feature.xml                 | 53 +++++++------
 cdi-owb/pom.xml                                    |  2 +-
 .../cdi/owb/core/OSGiDefiningClassService.java     |  9 ++-
 cdi-spi/pom.xml                                    |  4 +-
 cdi-weld/pom.xml                                   |  2 +-
 karaf/pom.xml                                      | 90 ----------------------
 pom.xml                                            | 12 +--
 43 files changed, 432 insertions(+), 390 deletions(-)
 copy cdi-extender/src/main/java/org/apache/aries/cdi/container/internal/annotated/{AnnotatedMethodImpl.java => CachingAnnotated.java} (51%)
 copy cdi-itests/src/main/java/org/apache/aries/cdi/test/tb8/ContainerBean.java => cdi-extender/src/test/java/org/apache/aries/cdi/container/internal/util/AnnotatesTest.java (52%)
 create mode 100644 cdi-karaf/pom.xml
 rename {karaf => cdi-karaf}/src/main/resources/feature.xml (73%)
 delete mode 100644 karaf/pom.xml