GitHub user kemitix opened a pull request:
https://github.com/apache/brooklyn-server/pull/1002
Bump karaf to 4.2.1 to allow running under JDK 11
This upgrades the `karaf` container to the 4.2.1 release. This version of
`karaf` supports running under Java 11.
Additional dependencies have been added to support `brooklyn-server`
running under Java 11.
An unused import on a Corba package has been removed.
This PR works in tandem with PR ?? for `brooklyn-ui`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kemitix/brooklyn-server jdk-11-runnable
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/1002.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1002
----
commit 72fb6d70961876b7ba74716260ac54bc552ebbf0
Author: Paul Campbell <paul.campbell@...>
Date: 2018-09-18T09:49:28Z
Use non-jdk versions of JAXB and JAva Activation
JAXB and Java Activation are no longer bundled as part of JDK 9.
commit 1c0bf3b6c5467346fb0cc2a82e9c8675b9755cf8
Author: Paul Campbell <paul.campbell@...>
Date: 2018-09-19T09:35:33Z
Remove unused import
commit 92ef30532bd3cd91b73c8f1667c19a0b078eeceb
Author: Paul Campbell <paul.campbell@...>
Date: 2018-09-19T16:31:17Z
Bump karaf from 4.1.6 to 4.2.1
commit 65116a48f26c3b24ef870fe4e6e17a8ed35ab9bd
Author: Paul Campbell <paul.campbell@...>
Date: 2018-09-25T13:51:43Z
Remove unused import
commit c643a5010885db59aeca7dca82eedc3254b51f45
Author: Paul Campbell <paul.campbell@...>
Date: 2018-09-26T10:13:20Z
Add required dependencies to karaf feature.xml
With Karaf 4.2.x, these dependencies are not included automatically for some
reason, so need to be explicitly defined.
----
---