Repository: karaf Updated Branches: refs/heads/karaf-4.0.x 00c1d82f9 -> a16c3b095
Update RELEASE-NOTES in preparation for the release Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/a16c3b09 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/a16c3b09 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/a16c3b09 Branch: refs/heads/karaf-4.0.x Commit: a16c3b095a6f17fb3641c98cbe56b7e9f69418c5 Parents: 00c1d82 Author: Jean-Baptiste Onofré <[email protected]> Authored: Sat Sep 23 07:08:00 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sat Sep 23 07:08:00 2017 +0200 ---------------------------------------------------------------------- RELEASE-NOTES | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/a16c3b09/RELEASE-NOTES ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 6d7cc82..895e927 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,58 @@ * limitations under the License. */ + Apache Karaf 4.0.10 + =================== + + This is an update patch for Apache Karaf 4.0.x, containing bug fixes and dependency upgrades. + + ChangeLog: + ---------- + +** Bug + * [KARAF-4174] - NullPointerException when running obr:info on a bundle served by cave + * [KARAF-4603] - Nashorn support in Karaf + * [KARAF-5089] - GuardingEventHook may stop filtering listeners if one of the bundles is not valid + * [KARAF-5106] - karaf-maven-plugin hangs the build (probably when having cyclic deps in the features def) + * [KARAF-5109] - endorsed and ext directories are not set properly when using instance start + * [KARAF-5167] - Instance etc folder is not sync automatically + * [KARAF-5171] - Upgrade to ServiceMix Specs 2.9.0 + * [KARAF-5189] - Uninstalling a kar cause feature uninstall exception + * [KARAF-5197] - Features deployed from a KAR file do not respect the feature's install setting + * [KARAF-5245] - Running karaf.bat inside a "Program Files (x86)" directory + * [KARAF-5304] - checkRootInstance function in karaf script fails under AIX + * [KARAF-5315] - Race condition during shutdown using SIGTERM + * [KARAF-5330] - Require a specific role to access the SSH console + * [KARAF-5338] - Unable to access the local JMX server on OSX + * [KARAF-5375] - feature:stop command does not stop the bundles + * [KARAF-5377] - Speed up repository loading + +** Dependency upgrade + * [KARAF-4921] - Upgrade to pax-logging 1.10.0 + * [KARAF-5085] - Upgrade to Aries JPA 2.6.1 + * [KARAF-5087] - Upgrade to Spring 4.3.7.RELEASE + * [KARAF-5151] - Upgrade to Aries Transaction Manager 1.3.3 + * [KARAF-5153] - Upgrade to Felix BundleRepository 2.0.10 + * [KARAF-5154] - Upgrade to Felix Framework 5.6.4 + * [KARAF-5157] - Upgrade to Felix Resolver 1.14.0 + * [KARAF-5158] - Upgrade to Felix SCR 2.0.10 + * [KARAF-5159] - Upgrade to Felix WebConsole 4.3.4 + * [KARAF-5160] - Upgrade to Equinox Region 1.2.101.v20150831-1342 + * [KARAF-5214] - Upgrade to Pax Logging 1.10.1 + * [KARAF-5293] - Upgrade to Apache POM 18 + * [KARAF-5379] - Upgrade Pax-Web to 4.3.4 + +** Documentation + * [KARAF-5357] - Help string for feature:stop is incorrect + +** Improvement + * [KARAF-3825] - Add ability to shutdown Karaf with a disabled shutdown port + * [KARAF-5205] - Add -r/--refresh option to bundle:update command + * [KARAF-5241] - Improve RBAC logging for JMX + +** Task + * [KARAF-5148] - Replace use of org.json + Apache Karaf 4.0.9 ==================
