Hi Christian,

sounds good. Just one short remark: The release_notes.txt file is
outdated (1.6.0 is the latest version), I think a link to the JIRA
releases page would be also ok.

I noticed an exception on startup but it doesn't seem to block anything.

Regards
Dennis

java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at
org.apache.felix.gogo.runtime.CommandSessionImpl.inspect(CommandSessionImpl.java:445)
    at
org.apache.felix.gogo.runtime.CommandSessionImpl.format(CommandSessionImpl.java:422)
    at
org.apache.felix.gogo.runtime.CommandSessionImpl.format(CommandSessionImpl.java:482)
    at org.apache.felix.gogo.runtime.Pipe.doCall(Pipe.java:427)
    at org.apache.felix.gogo.runtime.Pipe.call(Pipe.java:227)
    at org.apache.felix.gogo.runtime.Pipe.call(Pipe.java:59)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.UnknownServiceException: no content-type
    at java.net.URLConnection.getContentHandler(URLConnection.java:1241)
    at java.net.URLConnection.getContent(URLConnection.java:740)
    at java.net.URL.getContent(URL.java:1059)
    ... 14 more


Am 18.09.2017 um 13:21 schrieb Christian Schneider:
> I did some interesting changes to CXF-DOSGi that I think should go
> into a new release soon.
>
> - Update to CF 3.2.0. So DOSGi is now again at the forefront of CXF
>
> - Build multi bundle distro using bnd-export-plugin. This makes the
> distro a lot smaller and also easier to recreate for users to
> customize it for their own distros. This way the distro is now only 15
> MB instead of 22MB before.
>
> - Make it easier to try the multi bundle distro. The distro is now
> directly start-able like the new felix distros. It also includes the
> examples. The distro also uses gogo jline which has shell features
> similar to karaf (history, completion, coloring).
>
> This is the full set of issues. There are 3 open issues which I intend
> to move if no one steps in to work on them:
>
> https://issues.apache.org/jira/projects/DOSGI/versions/12341079
>
> I encourage everyone to give the current snapshot a try:
>
> https://repository.apache.org/content/repositories/snapshots/org/apache/cxf/dosgi/cxf-dosgi-multibundle-distribution/2.3.0-SNAPSHOT/cxf-dosgi-multibundle-distribution-2.3.0-20170918.111439-13-dir.tar.gz
>
>
>
> Christian
>

Reply via email to