GitHub user Alex-Vol-SV opened a pull request:
https://github.com/apache/qpid-jms/pull/20
Issue QPIDJMS-400: Add missing OSGI resolution:=optional to native trâ¦
â¦ansports
The packages io.netty.channel.epoll and io.netty.channel.kqueue need
to be marked as optional since only one of them can be activated at a
time depending on the target platform of choice. The OSGI system fails
to activate the bundle that does not match the platform where the
client is deployed and fails the application activation that attempts
to use it.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/simplivity/qpid-jms bugfix/QPIDJMS-400
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/qpid-jms/pull/20.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 #20
----
commit ac80df9dc0175ab84ec396cef20d8c4faf436d44
Author: Alex Volanis <alexander.volanis@...>
Date: 2018-07-03T00:53:16Z
Issue QPIDJMS-400: Add missing OSGI resolution:=optional to native
transports
The packages io.netty.channel.epoll and io.netty.channel.kqueue need
to be marked as optional since only one of them can be activated at a
time depending on the target platform of choice. The OSGI system fails
to activate the bundle that does not match the platform where the
client is deployed and fails the application activation that attempts
to use it.
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]