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 459e17f Update RELEASE NOTES in preparation for 4.3.1 release
459e17f is described below
commit 459e17f39721332b9c41854cf616e7d45557930d
Author: jbonofre <[email protected]>
AuthorDate: Mon Mar 29 11:11:58 2021 +0200
Update RELEASE NOTES in preparation for 4.3.1 release
---
RELEASE-NOTES.md | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 114 insertions(+)
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 14ad62c..cf2bcec 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -17,6 +17,120 @@
under the License.
-->
+## Apache Karaf 4.3.1
+
+Apache Karaf 4.3.1 is a maintenance release on 4.3.x series.
+
+### ChangeLog
+
+#### Bug
+ * [KARAF-6654] - Remote JMX connection not working with security manager
+ * [KARAF-6772] - Removing JAASLoginService entry in jetty.xml causes an
error (workaround for camel-servlet basic auth) in Karaf 4.2.9
+ * [KARAF-6845] - Cannot read resource files with hash sign in the name
with Felix Framework
+ * [KARAF-6878] - Fix WARNING: package org.apache.karaf.specs.locator not
in java.base
+ * [KARAF-6895] - ssh-commands not properly return
+ * [KARAF-6897] - .kar generated by karaf-maven-plugin does not contain
conditional bundles (no offline support)
+ * [KARAF-6918] - Karaf server SSH connection not happing via ssh.net dll
+ * [KARAF-6923] - Avoid potential XML entity injection in MavenConfigService
+ * [KARAF-6924] - Configurations created via web console are always
persisted as JSON
+ * [KARAF-6948] - Session does not close when using client with command
+ * [KARAF-6949] - HTTP proxy service can throw NullPointerException
+ * [KARAF-6955] - JMX: With rmiRegistryHost = 127.0.0.1, Karaf should
listen only on 127.0.0.1
+ * [KARAF-6963] - Stopping Karaf daemon invokes kill -9, resulting in
failed systemd service
+ * [KARAF-6980] - client/ssh session is not closed anymore until the
idleTimeout
+ * [KARAF-6988] - Error installing json-flattener with wrap command
+ * [KARAF-6989] - Update wrap and classpath pax url features name in the
distribution assembly
+ * [KARAF-6992] - karaf-maven-plugin does not work with decanter boot
feature
+ * [KARAF-6998] - Karaf 4.3 Configurations with array property values calls
@modified every 2 seconds
+ * [KARAF-7008] - client ignores env-variable ORG_APACHE_KARAF_SSH_SSHPORT
+ * [KARAF-7012] - Bundles don't resolve due to java.* package imports
+ * [KARAF-7030] - Karaf client does not exit/return when directly executing
command
+ * [KARAF-7032] - JTA specification/package versions and exports are still
not perfect
+ * [KARAF-7071] - KARAF-6887 Dropped support for JAVA_MAX_MEM
+ * [KARAF-7074] - Resolver parallelism can fail on kubernetes as the
resolverParallelism is not accurate
+
+#### New Feature
+ * [KARAF-6479] - Add features repository JSON format
+ * [KARAF-6904] - Add Pax URL Classpath
+ * [KARAF-6953] - Globally Prevent AutoRefresh Cascade on Feature Install
+
+#### Improvement
+ * [KARAF-6888] - Sort out JMXMP authentication
+ * [KARAF-6917] - Remove -Dcom.sun.management.jmxremote by default
+ * [KARAF-6925] - Support stronger JAAS Encryption algorithms via
spring-security-crypto
+ * [KARAF-6951] - Add regex support in features selection in
add-features-to-repo goal
+ * [KARAF-6956] - Upgrade to Spring 5.2.9.RELEASE_2
+ * [KARAF-6957] - Add Spring 5.3.1 support
+ * [KARAF-6958] - client.bat - Message "Failed to get the session" shown
only for 1ms
+ * [KARAF-7061] - Add default message escaping for Log4J2 configuration to
help prevent log injection attacks
+ * [KARAF-7073] - Upgrade to commons-lang 3.12.0
+ * [KARAF-7077] - Add "verbose" option to bundle:find-class command
+
+#### Wish
+ * [KARAF-6434] - Add CDI examples
+
+#### Task
+ * [KARAF-6894] - Create jetty alias feature
+ * [KARAF-7013] - Add OSGi resolvers in Camel example
+
+#### Dependency upgrade
+ * [KARAF-6870] - Upgrade to Felix Framework 6.0.4
+ * [KARAF-6901] - Upgrade example to use CXF 3.4.0 and Camel 3.6.0
+ * [KARAF-6912] - Upgrade to jline 3.17.1
+ * [KARAF-6914] - Upgrade to Pax Web 7.3.10
+ * [KARAF-6922] - Upgrade to Jetty 9.4.35.v20201120
+ * [KARAF-6960] - Upgrade to Pax Web 7.3.11
+ * [KARAF-6961] - Upgrade to org.osgi.util.promise 1.1.1
+ * [KARAF-6965] - Upgrade to Hibernate 5.4.26.Final
+ * [KARAF-6966] - Upgrade to Hibernate Validator 6.1.7.Final
+ * [KARAF-6970] - Upgrade to Felix EventAdmin 1.6.0
+ * [KARAF-6971] - Upgrade to Felix WebConsole 4.6.0
+ * [KARAF-6972] - Upgrade to Felix Utils 1.11.6
+ * [KARAF-6973] - Upgrade to Felix Http 4.1.4
+ * [KARAF-6974] - Upgrade to Felix Gogo Jline 1.1.8
+ * [KARAF-6976] - Upgrade to Felix Resolver 2.0.2
+ * [KARAF-6977] - Remove ant bundle from bom
+ * [KARAF-6978] - Upgrade to equinox 3.16.100
+ * [KARAF-6979] - Upgrade to jline 3.18.0
+ * [KARAF-6993] - bndlib cleanup and upgrade to bndlib 5.2.0
+ * [KARAF-6994] - Upgrade to Pax Swissbox 1.8.4
+ * [KARAF-6995] - Upgrade to Pax URL 2.6.7
+ * [KARAF-7009] - Upgrade to Pax Logging 2.0.8
+ * [KARAF-7017] - Upgrade to Pax Web 7.3.12
+ * [KARAF-7031] - Upgrade to Jetty 9.4.36.v20210114
+ * [KARAF-7033] - Upgrade to commons-codec 1.15
+ * [KARAF-7034] - Upgrade to Pax CDI 1.1.4
+ * [KARAF-7036] - Upgrade to Aries Proxy 1.1.9
+ * [KARAF-7037] - Upgrade to Aries Blueprint Core 1.10.3 and Blueprint CM
1.3.2
+ * [KARAF-7039] - Upgrade to jackson-databind 2.10.5.1
+ * [KARAF-7041] - Upgrade to ASM 9.1
+ * [KARAF-7043] - Upgrade to junit 4.13.2
+ * [KARAF-7044] - Upgrade to JNA 5.7.0
+ * [KARAF-7045] - Upgrade to Felix CM JSON 1.0.6
+ * [KARAF-7046] - Upgrade to Felix ConfigAdmin 1.9.20
+ * [KARAF-7047] - Upgrade to Felix ConfigAdmin plugin interpolation 1.1.2
+ * [KARAF-7048] - Upgrade to Felix EventAdmin 1.6.2
+ * [KARAF-7049] - Upgrade to Felix Metatype 1.2.4
+ * [KARAF-7050] - Upgrade to Felix SCR 2.1.26
+ * [KARAF-7052] - Upgrade to jline 3.19.0
+ * [KARAF-7053] - Upgrade to Jetty 9.4.38.v20210224
+ * [KARAF-7054] - Upgrade to Pax Web 7.3.13
+ * [KARAF-7057] - Update Pax Transx, Pax JMS and Pax JDBC
+ * [KARAF-7058] - Upgrade to Hibernate 5.4.29.Final
+ * [KARAF-7059] - Upgrade to Hibernate Validator 7.0.1.Final
+ * [KARAF-7060] - Upgrade to eclipselink 2.7.8
+ * [KARAF-7062] - Upgrade to Spring 4.3.30.RELEASE
+ * [KARAF-7063] - Upgrade to Spring 5.2.13.RELEASE
+ * [KARAF-7064] - Upgrade to Spring 5.3.4
+ * [KARAF-7067] - Provide Spring Security 5.4.2_1 feature
+ * [KARAF-7078] - Upgrade to maven-bundle-plugin 5.1.2
+ * [KARAF-7079] - Upgrade to JNA 5.8.0
+ * [KARAF-7080] - Upgrade to Felix Configurator 1.0.14
+ * [KARAF-7081] - Upgrade to Felix Http Jetty 4.1.6
+ * [KARAF-7082] - Upgrade to narayana 5.11.0.Final
+ * [KARAF-7083] - Upgrade to equinox 3.16.200
+ * [KARAF-7085] - Upgrade to Felix Utils 1.11.8
+
## Apache Karaf 4.3.0
Apache Karaf 4.3.0 is the first release on the 4.3.x series. This release is
JDK 11+ compliant, OSGi R7