Details
Description
To make the existing phoenix-client, I'm proposing the following changes:
1) Add additional relocations of some packages
Add a new "embedded" classifier to phoenix-client that does the following:
2) Exclude the slf4j-log4j12 binding. Apparently this isn't pulled in directly from phoenix-core itself, but transitively from other projects. It's generally considered best practice to not impose a log binding on downstream projects. The slf4j-log4j12 jar will still be in the phoenix tarball's /lib folder.
3) Create a source jar for phoenix-client embedded.
4) Create a dependency-reduced pom, so that the client can be used directly in downstream projects without having to exclude transitive artifacts.
5) rename the jar to match the final name in the repository: phoenix-client-
{version}.jar There is now a symlink phoenix-{version}-client.jar to maintain backwards compatibility.
Attachments
Attachments
Issue Links
- fixes
-
PHOENIX-5446 Support Protobuf shaded clients (thin + thick)
- Closed
- relates to
-
BIGTOP-3298 Bump Phoenix to 4.15.0-HBase-1.5
- Resolved