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 2022/02/01 00:32:50 UTC

[aries-cdi] branch master updated (1b39afd -> 00c63d9)

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 1b39afd  Bump org.osgi.test.bom from 1.0.0 to 1.0.1
     add b3684bb  persist updated resolutions
     add 55446d6  ARIES-2067 Avoid NPE during startup
     add 372d23d  ARIES-2068 Don't log an error just if the config admin isn't available yet
     add cbe42d7  ARIES-2068 Don't log an error just if the config admin isn't available yet
     add d772078  cleanup unused value
     add 00c63d9  update tested java versions

No new revisions were added by this update.

Summary of changes:
 .github/workflows/maven.yml                        |  2 +-
 cdi-executable/owb-executable.bndrun               | 12 ++++-----
 cdi-executable/weld-executable.bndrun              |  8 +++---
 .../internal/container/ContainerBootstrap.java     | 29 ++++++++++++++++-----
 .../internal/container/ContainerState.java         |  2 --
 cdi-itests/owb-itest.bndrun                        | 30 +++++++++++-----------
 cdi-itests/weld-itest.bndrun                       | 24 ++++++++---------
 .../cdi/owb/core/OWBCDIContainerInitializer.java   | 21 ++++++++++++++-
 pom.xml                                            |  3 +--
 9 files changed, 81 insertions(+), 50 deletions(-)