Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions core/trino-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,36 @@
<code>java.method.removed</code>
<old>method boolean io.airlift.slice.Slice::hasByteArray()</old>
</item>
<item>
<ignore>true</ignore>
<code>java.class.externalClassExposedInAPI</code>
<new>interface io.opentelemetry.api.logs.LogRecordBuilder</new>
<justification>Upgrade to new opentelemetry version</justification>
</item>
<item>
<ignore>true</ignore>
<code>java.class.externalClassExposedInAPI</code>
<new>interface io.opentelemetry.api.logs.Logger</new>
<justification>Upgrade to new opentelemetry version</justification>
</item>
<item>
<ignore>true</ignore>
<code>java.class.externalClassExposedInAPI</code>
<new>interface io.opentelemetry.api.logs.LoggerBuilder</new>
<justification>Upgrade to new opentelemetry version</justification>
</item>
<item>
<ignore>true</ignore>
<code>java.class.externalClassExposedInAPI</code>
<new>interface io.opentelemetry.api.logs.LoggerProvider</new>
<justification>Upgrade to new opentelemetry version</justification>
</item>
<item>
<ignore>true</ignore>
<code>java.class.externalClassExposedInAPI</code>
<new>enum io.opentelemetry.api.logs.Severity</new>
<justification>ADD YOUR EXPLANATION FOR THE NECESSITY OF THIS CHANGE</justification>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This sentence should be updated.

</item>
</differences>
</revapi.differences>
</analysisConfiguration>
Expand Down
40 changes: 24 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@
<dep.avro.version>1.11.1</dep.avro.version>
<dep.packaging.version>${dep.airlift.version}</dep.packaging.version>
<dep.takari.version>2.1.1</dep.takari.version>
<dep.aws-sdk.version>1.12.505</dep.aws-sdk.version>
<dep.aws-sdk-v2.version>2.20.93</dep.aws-sdk-v2.version>
<dep.aws-sdk.version>1.12.530</dep.aws-sdk.version>
<dep.aws-sdk-v2.version>2.20.127</dep.aws-sdk-v2.version>
<dep.jsonwebtoken.version>0.11.5</dep.jsonwebtoken.version>
<dep.oracle.version>21.9.0.0</dep.oracle.version>
<dep.drift.version>1.21</dep.drift.version>
Expand All @@ -173,17 +173,19 @@
<dep.confluent.version>7.3.1</dep.confluent.version>
<dep.kafka-clients.version>3.3.2</dep.kafka-clients.version>
<dep.casandra.version>4.14.0</dep.casandra.version>
<dep.minio.version>8.4.5</dep.minio.version>
<dep.minio.version>8.5.4</dep.minio.version>
<dep.iceberg.version>1.3.0</dep.iceberg.version>
<dep.protobuf.version>3.23.2</dep.protobuf.version>
<dep.wire.version>4.5.0</dep.wire.version>
<dep.opentelemetry.version>1.29.0</dep.opentelemetry.version>
<!-- Netty 4.1.94.Final breaks Apache Arrow -->
<dep.netty.version>4.1.96.Final</dep.netty.version>
<dep.jna.version>5.13.0</dep.jna.version>
<dep.okio.version>3.3.0</dep.okio.version>
<dep.flyway.version>9.21.0</dep.flyway.version>
<dep.flyway.version>9.21.1</dep.flyway.version>
<dep.parquet.version>1.13.1</dep.parquet.version>
<dep.jmh.version>1.37</dep.jmh.version>
<dep.junit.version>5.10.0</dep.junit.version>

<dep.docker.images.version>81</dep.docker.images.version>

Expand Down Expand Up @@ -251,7 +253,7 @@
<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-bom</artifactId>
<version>3.40.0</version>
<version>3.41.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -407,7 +409,7 @@
<dependency>
<groupId>com.clearspring.analytics</groupId>
<artifactId>stream</artifactId>
<version>2.9.5</version>
<version>2.9.8</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -450,7 +452,7 @@
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>3.1.6</version>
<version>3.1.8</version>
</dependency>

<dependency>
Expand All @@ -462,7 +464,7 @@
<dependency>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
<version>1.5.2-3</version>
<version>1.5.5-5</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -536,7 +538,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>oauth2-oidc-sdk</artifactId>
<version>10.13</version>
<version>10.13.2</version>
<classifier>jdk11</classifier>
</dependency>

Expand Down Expand Up @@ -573,7 +575,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.15</version>
<version>1.16.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -1480,7 +1482,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.5</version>
<version>1.14.6</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -1589,7 +1591,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
<version>3.13.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -1680,7 +1682,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
<version>3.8.4</version>
<version>3.9.4</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -1792,13 +1794,19 @@
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.33.0</version>
<version>3.37.0</version>
</dependency>

<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.5.1</version>
<version>4.0.0</version>
</dependency>

<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<version>4.0.2</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -2369,7 +2377,7 @@
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<!-- legacy version which Surefire seems to need for some reason -->
<version>1.9.3</version>
<version>1.10.0</version>
<type>jar</type>
<repositoryType>MAIN</repositoryType>
</DynamicDependency>
Expand Down
2 changes: 1 addition & 1 deletion testing/trino-plugin-reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<artifactId>plexus-xml</artifactId>
</dependency>

<dependency>
Expand Down
7 changes: 7 additions & 0 deletions testing/trino-product-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,13 @@
<scope>runtime</scope>
</dependency>

<!-- TODO: move it to airlift -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
Expand Down