This is an automated email from the ASF dual-hosted git repository.
stoty pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git
from 38f72891e [CALCITE-6658] Update Jackson from 2.15.2 to 2.15.4 in
Avatica
add 0b2cba671 [CALCITE-6669] Httpcore/Httpclient not relocated in shaded
Avatica jar
No new revisions were added by this update.
Summary of changes:
shaded/core/build.gradle.kts | 3 +-
.../calcite/avatica/shadetest/ShadingTest.java | 69 ++++++++++++++++++++
standalone-server/build.gradle.kts | 4 +-
.../calcite/avatica/shadetest/ShadingTest.java | 73 ++++++++++++++++++++++
4 files changed, 147 insertions(+), 2 deletions(-)
create mode 100644
shaded/core/src/test/java/org/apache/calcite/avatica/shadetest/ShadingTest.java
create mode 100644
standalone-server/src/test/java/org/apache/calcite/avatica/shadetest/ShadingTest.java