Repository: karaf Updated Branches: refs/heads/karaf-3.0.x 5fa123923 -> e7243ab9d
Prepare 3.0.6 release Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/e7243ab9 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/e7243ab9 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/e7243ab9 Branch: refs/heads/karaf-3.0.x Commit: e7243ab9d61d3869a1a74de55f5cc30b9dbb72d8 Parents: 5fa1239 Author: Jean-Baptiste Onofré <[email protected]> Authored: Tue Feb 9 12:52:32 2016 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Tue Feb 9 12:52:32 2016 +0100 ---------------------------------------------------------------------- RELEASE-NOTES | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/e7243ab9/RELEASE-NOTES ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 9460258..fc2fec6 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,66 @@ * limitations under the License. */ + Apache Karaf 3.0.6 + ================== + + This is an update patch for Apache Karaf 3.0.x, containing many bug fixes, dependency updates, and some improvements. + + Changelog + --------- + +** Bug + * [KARAF-2522] - Boot feature bundle failure forces other bundles to start regardless 'start' flag + * [KARAF-3303] - "keyStoreAvailabilityTimeout" is treated as boolean in JMX configuration + * [KARAF-3443] - Deployed KAR files may be installed in the wrong order. + * [KARAF-3964] - cygpath call in "start" to convert CLASSPATH should first verify it's set + * [KARAF-4024] - role.policy "group" ceased to function + * [KARAF-4028] - karaf-wrapper-main.jar generated by wrapper is corrupted + * [KARAF-4054] - Impossible to execute SELECT using JMX + * [KARAF-4062] - Karaf client does now work after installing BouncyCastle + * [KARAF-4066] - Features command bundle should recover if FeatureService unavailable initially + * [KARAF-4075] - ConcurrentModificationException when installing wrapped bundles + * [KARAF-4080] - Karaf 3.0.5 demo POMs contain a few invalid path references + * [KARAF-4123] - Provide a more dynamic default for serviceUrl configuration + * [KARAF-4150] - bin/status fails if KARAF_DEBUG is set + * [KARAF-4246] - sshd 0.14.0 breaks client timeout + * [KARAF-4267] - Remove derby config from windows karaf.bat + * [KARAF-4282] - Wrapper set KARAF_DATA to null in the generated wrapper.conf file + * [KARAF-4293] - SyncopeLoginModule could potentialy receive wrong message format + * [KARAF-4318] - Generated distribution archive contains double entries when using resources + +** Dependency upgrade + * [KARAF-4135] - Upgrade commons-collections to version 3.2.2 + * [KARAF-4238] - Upgrade to Pax URL 2.4.5 + * [KARAF-4266] - Upgrade to Spring 4.2.4.RELEASE + * [KARAF-4286] - Upgrade Felix Utils to version 1.8.2 + * [KARAF-4287] - Upgrade Felix Fileinstall to version 3.5.2 + * [KARAF-4289] - Upgrade to ServiceMix Specs 2.6.0 + * [KARAF-4292] - Upgrade Felix Eventadmin to version 1.4.6 + +** Documentation + * [KARAF-3679] - Change current documentation from Scalate to Asciidoc + +** Improvement + * [KARAF-3100] - Add Option To Create Config Files For Feature Configs Instead Of Importing Directly Into Config Admin + * [KARAF-3551] - Extend Karaf Instance interface with getRmiRegistryHost, getRmiServerHost, getSshHost + * [KARAF-3871] - Offer bundle:diag (without args) output via JMX + * [KARAF-4166] - Add karaf.lock.slave.block property to prevent a slave instance to start + * [KARAF-4175] - Reduce time and memory allocation in feature installation logic + * [KARAF-4187] - Make karaf-maven-plugin @threadSafe + +** New Feature + * [KARAF-545] - Config file creation and update from features descriptor + * [KARAF-1047] - feature:uninstall command may provide -r option + * [KARAF-4240] - Provide Asciidoc command help printer + +** Test + * [KARAF-1897] - Use dynamic port allocation of integration tests + +** Wish + * [KARAF-3853] - Use configured Java path to startup wrapper + + Apache Karaf 3.0.5 ==================
