GitHub user kemitix opened a pull request:
https://github.com/apache/brooklyn-ui/pull/74
Support for karaf 4.2.1 and running under JDK 11
Works with apache/brooklyn-server#1002
Removes the use of a `Service-Component` which is no longer supported by
`karaf`.
Specifies the pax-web component versions as a property.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kemitix/brooklyn-ui jdk-11-runnable
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-ui/pull/74.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 #74
----
commit 72dbeaaa1f861f82a04807b8ef6aa60e340d844e
Author: Paul Campbell <paul.campbell@...>
Date: 2018-09-19T12:18:23Z
Remove deprecated/unsupported generic Service-Component
commit 5dd496e168a7f9b6620064ec7182a9ad29bf5f03
Author: Paul Campbell <paul.campbell@...>
Date: 2018-09-26T10:16:04Z
Require that eclipse use karaf-maven-plugin 4.2.1 or later
commit 01d2172ad43bf99135c4aecf8a187f7bf16de9ad
Author: Paul Campbell <paul.campbell@...>
Date: 2018-09-26T10:16:50Z
Specify pax-web component versions as a property
----
---