You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2023/01/05 15:00:04 UTC

[karaf] branch karaf-4.3.x updated: Update copyright to 2023 and Release Notes in preparation for 4.3.9 release

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

jbonofre pushed a commit to branch karaf-4.3.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.3.x by this push:
     new 65dc04d906 Update copyright to 2023 and Release Notes in preparation for 4.3.9 release
65dc04d906 is described below

commit 65dc04d906c06948c7c550e76cee4bb30e287637
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Jan 5 15:59:34 2023 +0100

    Update copyright to 2023 and Release Notes in preparation for 4.3.9 release
---
 NOTICE           |  2 +-
 RELEASE-NOTES.md | 41 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+), 1 deletion(-)

diff --git a/NOTICE b/NOTICE
index 0d3fb38419..535ac65467 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Karaf
-Copyright 2010-2022 The Apache Software Foundation
+Copyright 2010-2023 The Apache Software Foundation
 
 I. Included Software
 
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index cdd4f53bbe..d8a297ca94 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -17,6 +17,47 @@
     under the License.
 -->
 
+## Apache Karaf 4.3.9
+
+Apache Karaf 4.3.9 is a maintenance release for the 4.3.x series. It contains several fixes, improvements, and a lot of dependency updates.
+
+### ChangeLog
+
+#### Bug
+    * [KARAF-6697] - karaf-maven-plugin verify goal leaks threads
+    * [KARAF-7443] - JMX: rmiRegistryHost=0.0.0.0 Runtime IO exception: no such object in table
+    * [KARAF-7583] - shell:alias command not found in Apache Karaf 4.4.1
+    * [KARAF-7607] - bin/client fails with SSHD IllegalArgumentException
+    * [KARAF-7608] - Override config option by environment variable not possible
+    * [KARAF-7610] - JMX: rmiRegistryHost=0.0.0.0 not working
+
+#### New Feature
+    * [KARAF-1717] - Add markdown format support in the command helper plugin
+    * [KARAF-7068] - Add instance:package command
+
+#### Improvement
+    * [KARAF-7601] - Remove two default ssh algorithms no longer available
+
+#### Wish
+    * [KARAF-7624] - Enable debug port on all interface
+
+#### Dependency upgrade
+    * [KARAF-7411] - Upgrade to easymock 5.0.1
+    * [KARAF-7455] - Upgrade to Aries JAX-RS whiteboard 2.0.2
+    * [KARAF-7599] - Upgrade to jackson 2.14.1
+    * [KARAF-7600] - Upgrade to Pax JDBC 1.5.5
+    * [KARAF-7609] - Upgrade to sshd 2.9.2
+    * [KARAF-7611] - Upgrade to commons-compress 1.22
+    * [KARAF-7613] - Upgrade to Felix ConfigAdmin 1.9.26
+    * [KARAF-7615] - Upgrade to Felix WebConsole DS plugin 2.2.0
+    * [KARAF-7616] - Upgrade to maven-dependency-tree 3.2.1
+    * [KARAF-7617] - Upgrade to xbean 4.22
+    * [KARAF-7619] - Upgrade to narayana 5.13.1.Final
+    * [KARAF-7620] - Upgrade to Apache POM 28
+    * [KARAF-7621] - Upgrade to eclipselink 2.7.11
+    * [KARAF-7625] - Upgrade to CXF 3.5.5
+    * [KARAF-7628] - Upgrade to Apache POM 29
+
 ## Apache Karaf 4.3.8
 
 Apache Karaf 4.3.8 is a maintenance release for 4.3.x series. It contains log of fixes, improvements, and dependencies updates.