(karaf) branch karaf-4.4.x updated: Update RELEASE-NOTES.md in preparation for 4.4.5 release
This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch karaf-4.4.x in repository https://gitbox.apache.org/repos/asf/karaf.git The following commit(s) were added to refs/heads/karaf-4.4.x by this push: new 8c7bec476b Update RELEASE-NOTES.md in preparation for 4.4.5 release 8c7bec476b is described below commit 8c7bec476b2cccedc4cb2da690ddab0eda5fa0a0 Author: JB Onofré AuthorDate: Thu Jan 4 18:44:11 2024 +0100 Update RELEASE-NOTES.md in preparation for 4.4.5 release --- RELEASE-NOTES.md | 42 ++ 1 file changed, 42 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index ca7227a0be..285bcd08d1 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -17,6 +17,48 @@ under the License. --> +## Apache Karaf 4.4.5 + +This is a maintenance release on the 4.4.x series. It includes a bunch of dependency updates and fixes. + +### ChangeLog + + Bug +* [KARAF-6210] - NoClassDefFoundError: org/apache/karaf/shell/api/action/Action when starting Karaf +* [KARAF-6606] - felix.fileinstall.filename property is not available via ConfigMBean +* [KARAF-7753] - Key authentication doesn't work with ecdsa keys +* [KARAF-7769] - Karaf webconsole plugins don't work since Felix WebConsole update +* [KARAF-7773] - WAB ServletContextListener.contextInitialized invoked multiple times during re-deploy (and with wrong context) +* [KARAF-7775] - Installing shell feature causes org.apache.karaf.config.core refresh +* [KARAF-7779] - Problem installing feature with fragment bundle for existing host bundle + + Improvement +* [KARAF-7751] - fix additional Reproducible Builds issues + + Dependency upgrade +* [KARAF-7727] - Upgrade to org.osgi.util.promise 1.3.0 +* [KARAF-7755] - Upgrade maven-compiler-plugin to 3.11.0 +* [KARAF-7757] - Upgrade maven-enforcer-plugin to 3.4.1 +* [KARAF-7758] - Upgrade maven-surefire-plugin to 3.1.2 +* [KARAF-7759] - Upgrade maven-remote-resources-plugin to 3.1.0 +* [KARAF-7760] - Upgrade maven-source-plugin to 3.3.0 +* [KARAF-7761] - Upgrade maven-resources-plugin to 3.3.1 +* [KARAF-7762] - Upgrade build-helper-maven-plugin to 3.4.0 +* [KARAF-7771] - Upgrade to ASM 9.6 +* [KARAF-7772] - Upgrade to sshd 2.11.0 +* [KARAF-7781] - Upgrade to maven-plugin-annotations 3.10.2 +* [KARAF-7782] - Upgrade to commons-io 2.15.1 +* [KARAF-7783] - Upgrade to commons-logging 1.3.0 +* [KARAF-7784] - Upgrade to JNA 5.14.0 +* [KARAF-7785] - Upgrade to Aries Proxy 1.1.14 +* [KARAF-7786] - Upgrade to Aries SpiFly 1.3.7 +* [KARAF-7787] - Upgrade to commons-compress 1.25.0 +* [KARAF-7788] - Upgrade to commons-lang3 3.14.0 +* [KARAF-7789] - Upgrade to xbean 4.24 +* [KARAF-7790] - Upgrade to jansi 2.4.1 +* [KARAF-7791] - Upgrade to Pax Web 8.0.24 / Jetty 9.4.53.v20231009 +* [KARAF-7793] - Upgrade to PAX Logging 2.2.6 + ## Apache Karaf 4.4.4 This is a maintenance release on the 4.4.x series. It includes a bunch of dependency updates and fixes.
[BUILD-FAILURE]: Job 'Karaf/karaf-runtime/main [main] [483]'
BUILD-FAILURE: Job 'Karaf/karaf-runtime/main [main] [483]': Check console output at "https://ci-builds.apache.org/job/Karaf/job/karaf-runtime/job/main/483/";>Karaf/karaf-runtime/main [main] [483]"
(karaf) branch karaf-4.4.x updated: KARAF-7775: Move config shell commands in a dedicated bundle
This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch karaf-4.4.x in repository https://gitbox.apache.org/repos/asf/karaf.git The following commit(s) were added to refs/heads/karaf-4.4.x by this push: new 26e01debc1 KARAF-7775: Move config shell commands in a dedicated bundle 26e01debc1 is described below commit 26e01debc1add5e7b88bb9a4d28adcf14f1450a8 Author: JB Onofré AuthorDate: Wed Jan 3 17:11:05 2024 +0100 KARAF-7775: Move config shell commands in a dedicated bundle (cherry picked from commit 43fcb6175483864dd7e5e5d4be0e4f9e2963424b) --- .../framework/src/main/feature/feature.xml | 2 + .../features/standard/src/main/feature/feature.xml | 4 +- config/{ => command}/pom.xml | 56 +++-- .../apache/karaf/config/command/CancelCommand.java | 0 .../karaf/config/command/ConfigCommandSupport.java | 0 .../command/ConfigPropertyCommandSupport.java | 2 +- .../apache/karaf/config/command/DeleteCommand.java | 0 .../apache/karaf/config/command/EditCommand.java | 2 +- .../apache/karaf/config/command/ExistsCommand.java | 0 .../karaf/config/command/InstallCommand.java | 0 .../apache/karaf/config/command/ListCommand.java | 0 .../apache/karaf/config/command/MetaCommand.java | 9 +- .../karaf/config/command/PropAppendCommand.java| 2 +- .../karaf/config/command/PropDelCommand.java | 0 .../karaf/config/command/PropGetCommand.java | 2 +- .../karaf/config/command/PropListCommand.java | 0 .../karaf/config/command/PropSetCommand.java | 2 +- .../apache/karaf/config/command/UpdateCommand.java | 0 .../command/completers/ConfigurationCompleter.java | 0 .../completers/ConfigurationPropertyCompleter.java | 7 +- .../config/command/completers/MetaCompleter.java | 2 +- .../src/main/resources/OSGI-INF/bundle.info| 0 .../src/main/resources}/command/edit.txt | 0 .../karaf/config/command/EditCommandTest.java | 0 .../karaf/config/command/MockCommandSession.java | 0 .../karaf/config/command/UpdateCommandTest.java| 0 config/{ => core}/pom.xml | 7 +- .../org/apache/karaf/config/core/ConfigMBean.java | 0 .../apache/karaf/config/core/ConfigRepository.java | 0 .../karaf/config/core}/MetaServiceCaller.java | 2 +- .../karaf/config/core/impl/ConfigMBeanImpl.java| 0 .../config/core/impl/ConfigRepositoryImpl.java | 0 .../config/core/impl/JsonConfigInstaller.java | 0 .../config/core/impl/KarafConfigurationPlugin.java | 0 .../karaf/config/core/impl/osgi/Activator.java | 0 .../OSGI-INF/metatype/metatype.properties | 4 +- .../main/resources/OSGI-INF/metatype/metatype.xml | 0 .../config/core/impl/ConfigMBeanImplTest.java | 0 .../core/impl/FelixFileInstallFilenameTest.java| 0 .../config/core/impl/JsonConfigInstallerTest.java | 0 .../core/impl/KarafConfigurationPluginTest.java| 0 .../org.example.Arrays~no_update_required.cfg.json | 0 .../org.example.Arrays~update_required.cfg.json| 0 config/{ => core}/src/test/resources/test.cfg | 0 config/pom.xml | 140 ++--- 45 files changed, 45 insertions(+), 198 deletions(-) diff --git a/assemblies/features/framework/src/main/feature/feature.xml b/assemblies/features/framework/src/main/feature/feature.xml index d339d8555d..a30ae6c578 100644 --- a/assemblies/features/framework/src/main/feature/feature.xml +++ b/assemblies/features/framework/src/main/feature/feature.xml @@ -33,6 +33,7 @@ mvn:org.osgi/org.osgi.util.function/${org.osgi.util.function.version} mvn:org.osgi/org.osgi.util.promise/${org.osgi.util.promise.version} +mvn:org.apache.felix/org.apache.felix.metatype/${felix.metatype.version} mvn:org.apache.felix/org.apache.felix.coordinator/${felix.coordinator.version} mvn:org.apache.felix/org.apache.felix.converter/${felix.converter.version} mvn:org.apache.felix/org.apache.felix.configadmin/${felix.configadmin.version} @@ -59,6 +60,7 @@ mvn:org.osgi/org.osgi.util.function/${org.osgi.util.function.version} mvn:org.osgi/org.osgi.util.promise/${org.osgi.util.promise.version} +mvn:org.apache.felix/org.apache.felix.metatype/${felix.metatype.version} mvn:org.apache.felix/org.apache.felix.coordinator/${felix.coordinator.version} mvn:org.apache.felix/org.apache.felix.converter/${felix.converter.version} mvn:org.apache.felix/org.apache.felix.configadmin/${felix.configadmin.version} diff --git a/assemblies/features/standard/src/main/feature/feature.xml b/assemblies/features/standard/src/main/feature/feature.xml index 183d91ab4d..462b177562 100644 --- a/assemblies/features/standard/src/main/feature/feature.xml +++ b/assemblies/features/standard/src/main/feature/featur
(karaf) branch main updated: KARAF-7775: Move config shell commands in a dedicated bundle
This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/karaf.git The following commit(s) were added to refs/heads/main by this push: new 43fcb61754 KARAF-7775: Move config shell commands in a dedicated bundle new 5f17217bfb Merge pull request #1814 from jbonofre/KARAF-7775 43fcb61754 is described below commit 43fcb6175483864dd7e5e5d4be0e4f9e2963424b Author: JB Onofré AuthorDate: Wed Jan 3 17:11:05 2024 +0100 KARAF-7775: Move config shell commands in a dedicated bundle --- .../framework/src/main/feature/feature.xml | 2 + .../features/standard/src/main/feature/feature.xml | 4 +- config/{ => command}/pom.xml | 56 +++-- .../apache/karaf/config/command/CancelCommand.java | 0 .../karaf/config/command/ConfigCommandSupport.java | 0 .../command/ConfigPropertyCommandSupport.java | 2 +- .../apache/karaf/config/command/DeleteCommand.java | 0 .../apache/karaf/config/command/EditCommand.java | 2 +- .../apache/karaf/config/command/ExistsCommand.java | 0 .../karaf/config/command/InstallCommand.java | 0 .../apache/karaf/config/command/ListCommand.java | 0 .../apache/karaf/config/command/MetaCommand.java | 9 +- .../karaf/config/command/PropAppendCommand.java| 2 +- .../karaf/config/command/PropDelCommand.java | 0 .../karaf/config/command/PropGetCommand.java | 2 +- .../karaf/config/command/PropListCommand.java | 0 .../karaf/config/command/PropSetCommand.java | 2 +- .../apache/karaf/config/command/UpdateCommand.java | 0 .../command/completers/ConfigurationCompleter.java | 0 .../completers/ConfigurationPropertyCompleter.java | 7 +- .../config/command/completers/MetaCompleter.java | 2 +- .../src/main/resources/OSGI-INF/bundle.info| 0 .../src/main/resources}/command/edit.txt | 0 .../karaf/config/command/EditCommandTest.java | 0 .../karaf/config/command/MockCommandSession.java | 0 .../karaf/config/command/UpdateCommandTest.java| 0 config/{ => core}/pom.xml | 7 +- .../org/apache/karaf/config/core/ConfigMBean.java | 0 .../apache/karaf/config/core/ConfigRepository.java | 0 .../karaf/config/core}/MetaServiceCaller.java | 2 +- .../karaf/config/core/impl/ConfigMBeanImpl.java| 0 .../config/core/impl/ConfigRepositoryImpl.java | 0 .../config/core/impl/JsonConfigInstaller.java | 0 .../config/core/impl/KarafConfigurationPlugin.java | 0 .../karaf/config/core/impl/osgi/Activator.java | 0 .../OSGI-INF/metatype/metatype.properties | 4 +- .../main/resources/OSGI-INF/metatype/metatype.xml | 0 .../config/core/impl/ConfigMBeanImplTest.java | 0 .../core/impl/FelixFileInstallFilenameTest.java| 0 .../config/core/impl/JsonConfigInstallerTest.java | 0 .../core/impl/KarafConfigurationPluginTest.java| 0 .../org.example.Arrays~no_update_required.cfg.json | 0 .../org.example.Arrays~update_required.cfg.json| 0 config/{ => core}/src/test/resources/test.cfg | 0 config/pom.xml | 140 ++--- 45 files changed, 45 insertions(+), 198 deletions(-) diff --git a/assemblies/features/framework/src/main/feature/feature.xml b/assemblies/features/framework/src/main/feature/feature.xml index d339d8555d..a30ae6c578 100644 --- a/assemblies/features/framework/src/main/feature/feature.xml +++ b/assemblies/features/framework/src/main/feature/feature.xml @@ -33,6 +33,7 @@ mvn:org.osgi/org.osgi.util.function/${org.osgi.util.function.version} mvn:org.osgi/org.osgi.util.promise/${org.osgi.util.promise.version} +mvn:org.apache.felix/org.apache.felix.metatype/${felix.metatype.version} mvn:org.apache.felix/org.apache.felix.coordinator/${felix.coordinator.version} mvn:org.apache.felix/org.apache.felix.converter/${felix.converter.version} mvn:org.apache.felix/org.apache.felix.configadmin/${felix.configadmin.version} @@ -59,6 +60,7 @@ mvn:org.osgi/org.osgi.util.function/${org.osgi.util.function.version} mvn:org.osgi/org.osgi.util.promise/${org.osgi.util.promise.version} +mvn:org.apache.felix/org.apache.felix.metatype/${felix.metatype.version} mvn:org.apache.felix/org.apache.felix.coordinator/${felix.coordinator.version} mvn:org.apache.felix/org.apache.felix.converter/${felix.converter.version} mvn:org.apache.felix/org.apache.felix.configadmin/${felix.configadmin.version} diff --git a/assemblies/features/standard/src/main/feature/feature.xml b/assemblies/features/standard/src/main/feature/feature.xml index 2bbb0c56a1..f4636e9c71 100644 --- a/assemblies/features/standard/src/main/feature/feature.xml +++ b/assemblies/features/standard/src/main/feature/feature.xml @@ -630,6 +630,7
Re: [PR] KARAF-7775: Move config shell commands in a dedicated bundle [karaf]
jbonofre merged PR #1814: URL: https://github.com/apache/karaf/pull/1814 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@karaf.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org