[
https://issues.apache.org/jira/browse/CALCITE-7329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Istvan Toth updated CALCITE-7329:
---------------------------------
Docs Text:
The shaded Avatica client uberJAR, avatica-1.xx.0-SNAPSHOT-shadow.jar
no longer includes the slf4j-api classes.
This ensures compatibility wit both SLF4j 1.x and 2.x , but if the classpath
does not already include slf4j-api, then it will be necessary to add slf4j-api
to the classpath.
was:
The shaded Avatica client uberJAR, avatica-1.xx.0-SNAPSHOT-shadow.jar
no longer includes the slf4j-api classes.
This ensures compatibility wit both slfj 1.x and 2.x , but if the classpath
does not already include slf4j-api, then it will be necessary to add slf4j-api
to the classpath.
> Remove slf4j-api from avatica-shadow jar
> ----------------------------------------
>
> Key: CALCITE-7329
> URL: https://issues.apache.org/jira/browse/CALCITE-7329
> Project: Calcite
> Issue Type: Improvement
> Components: avatica
> Reporter: Istvan Toth
> Assignee: Istvan Toth
> Priority: Major
> Labels: pull-request-available
>
> Currently the shaded (shadowed) avatica client JAR includes slf4j-api 1.7.36.
> This causes conflicts with applications using slf4j2.
> I propose removing slf4j-api from the shaded JAR.
> This is an incomaptible change, consumers that do not already add slf4j-api
> to their classpath, will need to add it explicity after this change.
> (In most cases they should already have slf4j-api on the classpath)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)