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 2021/12/09 02:50:27 UTC

[GitHub] [pulsar] murong00 opened a new pull request #13202: Add package management filesystem storage into the distribution lib

murong00 opened a new pull request #13202:
URL: https://github.com/apache/pulsar/pull/13202


   ### Motivation
   The package management filesystem storage jar is currently not included in the distribution package, when using this provider it will throws exception as below:
   ```
   java.io.IOException: java.lang.ClassNotFoundException: org.apache.pulsar.packages.management.storage.filesystem.FileSystemPackagesStorageProvider
   ```
   
   ### Modifications
   
   Add `pulsar-package-filesystem-storage.jar` to the distribution module.
   
   ### Documentation
     
   - [x] `no-need-doc` 
   
   
   


-- 
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] merlimat merged pull request #13202: Add package management filesystem storage into the distribution lib

Posted by GitBox <gi...@apache.org>.
merlimat merged pull request #13202:
URL: https://github.com/apache/pulsar/pull/13202


   


-- 
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