Skip to content

Commit e493122

Browse files
Bump org.apache.calcite.avatica:avatica-core from 1.27.0 to 1.28.0 (#2360)
* Bump org.apache.calcite.avatica:avatica-core from 1.27.0 to 1.28.0 Bumps [org.apache.calcite.avatica:avatica-core](https://github.com/apache/calcite-avatica) from 1.27.0 to 1.28.0. - [Commits](apache/calcite-avatica@rel/avatica-1.27.0...rel/avatica-1.28.0) --- updated-dependencies: - dependency-name: org.apache.calcite.avatica:avatica-core dependency-version: 1.28.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fix expected test results --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sualeh Fatehi <sualeh@hotmail.com>
1 parent 6263110 commit e493122

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

schemacrawler-dbtest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
<dependency>
201201
<groupId>org.apache.calcite.avatica</groupId>
202202
<artifactId>avatica-core</artifactId>
203-
<version>1.27.0</version>
203+
<version>1.28.0</version>
204204
<scope>test</scope>
205205
<exclusions>
206206
<exclusion>

schemacrawler-dbtest/src/test/resources/testCalciteWithConnection.txt

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
System Information
44
========================================================================
55

6-
generated by SchemaCrawler 17.1.3
7-
generated on 2025-11-01 18:04:33
6+
generated by SchemaCrawler 17.11.1
7+
generated on 2026-05-16 17:07:49
88
database version Calcite 1.41.0
99
driver version Calcite JDBC Driver 1.41.0
1010

@@ -549,6 +549,11 @@ AVATICA_USER [driver property]
549549
not required
550550
value null
551551

552+
BEARER_TOKEN [driver property]
553+
554+
not required
555+
value null
556+
552557
CASE_SENSITIVE [driver property]
553558

554559
not required
@@ -754,6 +759,16 @@ TIME_ZONE [driver property]
754759
not required
755760
value null
756761

762+
TOKEN_FILE [driver property]
763+
764+
not required
765+
value null
766+
767+
TOKEN_PROVIDER_CLASS [driver property]
768+
769+
not required
770+
value null
771+
757772
TOPDOWN_OPT [driver property]
758773

759774
not required

0 commit comments

Comments
 (0)