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 561be71cf2 Update RELEASE-NOTES.md in preparation for 4.4.2 release 561be71cf2 is described below commit 561be71cf289d7a9a84138c94e3117d3dd7d95db Author: Jean-Baptiste Onofré <jbono...@apache.org> AuthorDate: Sun Oct 16 20:43:09 2022 +0200 Update RELEASE-NOTES.md in preparation for 4.4.2 release --- RELEASE-NOTES.md | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 1b6ced0142..2b75eaa215 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -17,6 +17,83 @@ under the License. --> +## Apache Karaf 4.4.3 + +This is a maintenance release on the 4.4.x series. It includes a bunch of dependency updates and important fixes and new features. + +### ChangeLog + +#### Sub-task + * [KARAF-7554] - Add feature:status command + * [KARAF-7567] - Add GraphQL example + +#### Bug + * [KARAF-6769] - censor parameter does not work when using alias. + * [KARAF-7362] - Override of shellPort by environment variable sometime failed during clean start + * [KARAF-7522] - Duplicate feature name and version cause stack overflow errors + * [KARAF-7535] - Mis-aligned artifacts for el-api + * [KARAF-7538] - Assembly Mojo parameter translatedUrls is unusable + * [KARAF-7550] - MBeanInvocationHandler should throw the cause of InvocationTargetException, not ITE itself + * [KARAF-7556] - pax-jdbc has mismatched pax-transx feature version + * [KARAF-7580] - StringIndexOutOfBoundsException in ShellTable + +#### New Feature + * [KARAF-1381] - Use a history file per instance when possible + * [KARAF-7551] - Extend KarService.install() with noAutoRefreshBundles as Parameter + * [KARAF-7571] - Create feature for Spring Security 5.7.3 + +#### Improvement + * [KARAF-4542] - Add an option to feature:list to list features provided by a given repository + * [KARAF-5194] - Add feature status to feature:version-list command + * [KARAF-6110] - Add an option to shutdown Karaf if a boot features fails or repositories not found + * [KARAF-6319] - Add <stageBootFeatures/> allowing to define the early stage boot features + * [KARAF-6321] - Be able to "control/enable/disable" CTRL-D and logout in the shell + * [KARAF-7423] - Add logback configuration option + * [KARAF-7546] - Add jdk19 section in jre.properties + * [KARAF-7552] - Improving test coverage for feature commands + * [KARAF-7568] - Verify scheme in JAAS JDBCUtils + * [KARAF-7574] - Upgrade to jakarta.el-api 3.0.3 + +#### Wish + * [KARAF-7537] - Password displayed in console using repo-list + +#### Task + * [KARAF-7553] - Add additional dependencies to karaf-bom + +#### Dependency upgrade + * [KARAF-7223] - Upgrade maven artifacts to mitigate CVE-2021-26291 + * [KARAF-7523] - Upgrade to jackson 2.13.3 + * [KARAF-7524] - Upgrade to maven-bundle-plugin 5.1.8 + * [KARAF-7525] - Upgrade to Spring 5.3.22 + * [KARAF-7527] - Upgrade to JNA 5.12.1 + * [KARAF-7528] - Upgrade to sshd 2.9.0 + * [KARAF-7529] - Upgrade to maven-javadoc-plugin 3.3.2 + * [KARAF-7530] - Upgrade to maven-project-info-reports-plugin 3.4.0 + * [KARAF-7531] - Upgrade to maven-remote-resources-plugin 3.0.0 + * [KARAF-7532] - Upgrade to exec-maven-plugin 3.1.0 + * [KARAF-7539] - Upgrade to Felix eventadmin 1.6.4 + * [KARAF-7540] - Upgrade to maven-dependency-tree 3.2.0 + * [KARAF-7542] - Upgrade to narayana 5.13.0.Final + * [KARAF-7557] - Upgrade to Aries SpiFly 1.3.5 + * [KARAF-7558] - Upgrade to Felix ConfigAdmin plugin interpolation 1.2.6 + * [KARAF-7559] - Upgrade to Felix configurator 1.0.16 + * [KARAF-7560] - Upgrade to Felix inventory 1.1.0 + * [KARAF-7561] - Upgrade to Felix WebConsole 4.8.4 + * [KARAF-7562] - Upgrade to sshd 2.9.1 + * [KARAF-7564] - Upgrade to ASM 9.4 + * [KARAF-7566] - Upgrade to Pax Web 8.0.11 + * [KARAF-7569] - Upgrade to Spring 5.3.23 + * [KARAF-7570] - Upgrade to Spring Security 5.6.3 + * [KARAF-7572] - Upgrade to Felix SCR 2.2.4 + * [KARAF-7573] - Upgrade to Aries Proxy 1.1.13 + * [KARAF-7575] - Upgrade to Pax transx 0.5.3 + * [KARAF-7576] - Upgrade to Pax JDBC 1.5.4 + * [KARAF-7578] - Upgrade to maven resolver 1.8.2 + * [KARAF-7579] - Upgrade to Pax URL 2.6.12 + * [KARAF-7581] - Upgrade to commons-pool2 2.11.1 + * [KARAF-7582] - Upgrade to Pax JMS 1.1.1 + * [KARAF-7584] - Upgrade to Felix Http 4.2.2 + ## Apache Karaf 4.4.1 This is a maintenance release on the 4.4.x series. It includes a bunch of dependency updates and important fixes especially about config installation embedded in features.