You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/09/03 15:55:59 UTC

[GitHub] [pulsar] guyv opened a new issue #7971: pulsar-client not usable in a jpms (java modules) setup

guyv opened a new issue #7971:
URL: https://github.com/apache/pulsar/issues/7971


   pulsar-client and pulsar-api both contain the packages org.apache.pulsar.common.schema which causes a split package problem when our application is ran on the module path.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] hollander-cegeka edited a comment on issue #7971: pulsar-client not usable in a jpms (java modules) setup

Posted by GitBox <gi...@apache.org>.
hollander-cegeka edited a comment on issue #7971:
URL: https://github.com/apache/pulsar/issues/7971#issuecomment-1018484274


   This is still an issue in version 2.9.1:
   java.lang.module.ResolutionException: Modules pulsar.client and pulsar.client.admin.api export package org.apache.pulsar.common.naming


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] hollander-cegeka commented on issue #7971: pulsar-client not usable in a jpms (java modules) setup

Posted by GitBox <gi...@apache.org>.
hollander-cegeka commented on issue #7971:
URL: https://github.com/apache/pulsar/issues/7971#issuecomment-1018484274


   This is still an issue:
   java.lang.module.ResolutionException: Modules pulsar.client and pulsar.client.admin.api export package org.apache.pulsar.common.naming


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org