This is an automated email from the ASF dual-hosted git repository.
francischuang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git
The following commit(s) were added to refs/heads/main by this push:
new e261a39d9 [CALCITE-6670] Use org.apache.calcite.avatica.shaded as base
package for relocated libraries
e261a39d9 is described below
commit e261a39d96af1ed48425db5309ea56ad5c789088
Author: Istvan Toth <[email protected]>
AuthorDate: Mon Nov 4 15:13:10 2024 +0100
[CALCITE-6670] Use org.apache.calcite.avatica.shaded as base package for
relocated libraries
---
shaded/core/build.gradle.kts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shaded/core/build.gradle.kts b/shaded/core/build.gradle.kts
index 6a8ce5c90..7fd089154 100644
--- a/shaded/core/build.gradle.kts
+++ b/shaded/core/build.gradle.kts
@@ -72,7 +72,7 @@ tasks {
"org.apache.http",
"org.apache.commons"
).forEach {
- relocate(it, "${project.group}.$it")
+ relocate(it, "${project.group}.shaded.$it")
}
CrLfSpec(LineEndings.LF).run {
into("META-INF") {