ANierbeck / Karaf-Vertx

Showcase to demonstrate Vertx in OSGi and especially in Karaf
Apache License 2.0
20 stars 5 forks source link

upgrade vertx to 3.5.1 #31

Closed gadieichhorn closed 6 years ago

gadieichhorn commented 6 years ago

I am trying to upgrade to latest available vertx 3.5.1

        <vertx.version>3.5.1</vertx.version>
        <netty.version>4.1.19.Final</netty.version>

IT stopped working (part of the build), any idea why?

ANierbeck commented 6 years ago

I'll try to verify this, but right now the build fails for me completely ... so need to check that beforehand.

gadieichhorn commented 6 years ago

I ended up wrapping the vertx jars again with exposed impl package. looking forward to see your solution :)

ANierbeck commented 6 years ago

see https://github.com/ANierbeck/Karaf-Vertx/pull/32

gadieichhorn commented 6 years ago

seemed to work, thanks :)