This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/main/org.apache.maven.plugin-tools-maven-plugin-annotations-3.15.2
in repository https://gitbox.apache.org/repos/asf/karaf.git
omit 498ca03308 Bump org.apache.maven.plugin-tools:maven-plugin-annotations
add 635421f36b Bump jackson.version from 2.20.0 to 2.20.1 (#2139)
add 6ec670a750 Bump commons-io:commons-io from 2.20.0 to 2.21.0 (#2143)
add f8b77944d0 Update issue tracker (#2129)
add 91a3809a05 Bump xbean.version from 4.27 to 4.28 (#2137)
add 9c2cab5162 Do not use properties with dots in org.ops4j.pax.logging
config (Fixes #2121) (#2138)
add 7b5bbd9d9e Bump org.apache.maven.plugins:maven-plugin-plugin from
3.15.1 to 3.15.2 (#2133)
add 72f7f7f9d3 Set features and kar artifact to the corresponding mojo
(#2114)
add c9d7663786 Add .vscode in .gitignore (#2151)
add 3be38094a9 Upgrade to JLine 3.22.0 (#2155)
add 4269c057a0 Bump cxf.version from 3.6.8 to 3.6.9 (#2153)
add 00a4cf0d5d Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0
(#2154)
add 5f5677d739 Upgrade to jline 3.30.6 (#2163)
add 6ee380995d Bump bouncycastle.version from 1.82 to 1.83 (#2170)
add 703fc1b1d5 Fix LogServiceLogback to find root logger correctly and add
support for basic variable substitution (#2172)
add 3b0463af72 Add apache-karaf-integration distribution. (#2167)
add d99f547224 [#2117] Feature: Add ability to specify keystore type in
JAAS keystore (#2175)
add bc928d0c79 Bump org.apache.maven.plugin-tools:maven-plugin-annotations
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 (498ca03308)
\
N -- N -- N
refs/heads/dependabot/maven/main/org.apache.maven.plugin-tools-maven-plugin-annotations-3.15.2
(bc928d0c79)
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:
.gitignore | 2 +-
.../pom.xml | 44 ++-----
.../src/main/distribution/LICENSE | 125 +++++++++++++-----
.../src/main/distribution/NOTICE | 3 -
.../src/main/distribution}/README.md | 7 +-
.../resources/etc/org.ops4j.pax.logging.cfg | 4 +-
assemblies/features/{specs => integration}/pom.xml | 32 +++--
.../integration/src/main/feature/feature.xml | 55 ++++++++
assemblies/features/pom.xml | 1 +
assemblies/pom.xml | 1 +
bom/artifacts/pom.xml | 7 +
.../karaf.profile/org.ops4j.pax.logging.cfg | 4 +-
.../karaf.profile/org.ops4j.pax.logging.cfg#static | 4 +-
.../blueprint/config/impl/NamespaceHandler.java | 9 ++
.../resources/OSGI-INF/blueprint/karaf-jaas.xml | 6 +
.../{karaf-jaas-1.1.0.xsd => karaf-jaas-1.2.0.xsd} | 3 +-
.../apache/karaf/jaas/config/KeystoreInstance.java | 2 +
.../jaas/config/impl/ResourceKeystoreInstance.java | 20 ++-
.../core/internal/LogServiceLogbackXmlImpl.java | 100 ++++++++++++--
.../core/internal/LogServiceLog4j2XmlImplTest.java | 102 +++++++--------
.../core/internal/LogServiceLogbackXmlTest.java | 144 ++++++++++++++++++---
.../src/test/resources/logback.xml | 16 ++-
pom.xml | 18 +--
.../karaf/shell/impl/console/JLineTerminal.java | 15 +++
.../karaf/shell/impl/console/KarafTerminal.java | 14 +-
.../impl/console/osgi/LocalConsoleManager.java | 17 ++-
tooling/karaf-maven-plugin/pom.xml | 2 +-
.../tooling/features/GenerateDescriptorMojo.java | 25 +++-
28 files changed, 584 insertions(+), 198 deletions(-)
copy assemblies/{apache-karaf => apache-karaf-integration}/pom.xml (88%)
copy assemblies/{apache-karaf =>
apache-karaf-integration}/src/main/distribution/LICENSE (77%)
copy assemblies/{apache-karaf-minimal =>
apache-karaf-integration}/src/main/distribution/NOTICE (88%)
copy {examples =>
assemblies/apache-karaf-integration/src/main/distribution}/README.md (69%)
copy assemblies/features/{specs => integration}/pom.xml (80%)
create mode 100644 assemblies/features/integration/src/main/feature/feature.xml
copy
jaas/blueprint/config/src/main/resources/org/apache/karaf/jaas/blueprint/config/{karaf-jaas-1.1.0.xsd
=> karaf-jaas-1.2.0.xsd} (97%)
copy
features/core/src/test/resources/org/apache/karaf/features/internal/service/cycle/c-references-a.xml
=> log/src/test/resources/logback.xml (67%)