>>>>> Jean-Baptiste Onofré <j...@nanthrax.net>:

> The Apache Karaf team is pleased to announce Apache Karaf 4.1.6 release!
> This is a maintenance release on the 4.1.x series, bringing fixes and
> dependency updates.


In case someone wonders why there isn't an unofficial deb package[1] for
4.1.5 yet, it's because there is something strange with the output of
commands like e.g. bundle:list.  It looks like the output is lf only,
not cr and lf (or whatever):
karaf@root()> bundle:list
START LEVEL 100 , List Threshold: 50
                                    ID │ State  │ Lvl │ Version │ Name
                                                                      
───┼────────┼─────┼─────────┼───────────────────────────────────────────────────
                                                                      29 │ 
Active │  80 │ 4.1.6   │ Apache Karaf :: OSGi Services :: Event
                                                          ~                     
karaf@root()>

(Well, some line changes are just line feeds but from the above it looks
like not all: the line above "29 active" has the same alignment as the
line that follows it)

karaf 4.1.6 from the binary tarball has normal seeming output for
commands like bundle:list and feature:list on the same terminal input.

The difference between the binary tarball and the deb package is built
from the source tarball and uses some startup jars from debian
dependencies, rather than maven dependencies:
 - OSGi 6
 - jna and jna-platform
 - jansi

Any ideas?

The build platform is
 - amd64
 - debian 9.1 stable (currently "stretch")
 - openjdk-8

Reference:
 [1] 
<https://steinar.bang.priv.no/2018/01/23/installing-apache-karaf-on-debian/>

Reply via email to