[
https://issues.apache.org/jira/browse/BOOKKEEPER-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Kelly updated BOOKKEEPER-792:
----------------------------------
Attachment: 0001-Split-the-bookkeeper-client-from-the-server.patch
Fixed findbugs issue (excludes was missing for protobuf files). Also removed
shading in bookkeeper-server, as that was causing problems in the tests. I plan
to create another jira to create another module (bookkeeper-client-bigjar)
which has all dependencies shaded, so that anyone with conflicts can pull that
version in and people without conflicts can use the smaller bookkeeper-client
dependency.
> Split bookkeeper client into a separate maven module
> ----------------------------------------------------
>
> Key: BOOKKEEPER-792
> URL: https://issues.apache.org/jira/browse/BOOKKEEPER-792
> Project: Bookkeeper
> Issue Type: Bug
> Reporter: Ivan Kelly
> Assignee: Ivan Kelly
> Fix For: 4.4.0
>
> Attachments: 0001-Split-the-bookkeeper-client-from-the-server.patch,
> 0001-Split-the-bookkeeper-client-from-the-server.patch
>
>
> Right now, to include bookkeeper as a dependency, you need to include
> org.apache.bookkeeper:bookkeeper-server
> This pulls in all the bookkeeper-server code, and all the server dependencies
> as well as the client. The server dependencies are larger than the client
> dependencies. For one thing, it pulls in jna and log4j which should never be
> pulled in from the client.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)