Skip to content

Commit 4b5af71

Browse files
committed
Upgrade to Trino 476
1 parent b0a84fb commit 4b5af71

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

custom-docker/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ EOF
1717
ARCHITECTURES=(amd64 arm64 ppc64le)
1818
# Set the desires Trino version. This version is also used automatically in the
1919
# Dockerfile.
20-
TRINO_VERSION=475
20+
TRINO_VERSION=476
2121
TAG_PREFIX=trino-custom
2222

2323
while getopts ":a:r:t:h" o; do

trino-server-custom/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ characteristics:
4949
* `ml` functions plugin from `trino-server-core` removed.
5050
* `geospatial` functions plugin from `trino-server-core` removed.
5151

52-
The project is configured for Trino 475.
52+
The project is configured for Trino 476.
5353

5454
## Building
5555

trino-server-custom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<description>Trino - Server custom tarball package</description>
1414

1515
<properties>
16-
<dep.trino.version>475</dep.trino.version>
16+
<dep.trino.version>476</dep.trino.version>
1717
<dep.takari.version>2.2.0</dep.takari.version>
1818
<air.check.skip-checkstyle>true</air.check.skip-checkstyle>
1919
<air.check.skip-enforcer>false</air.check.skip-enforcer>

trino-server-rpm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ The RPM archive contains the application, all plugins, the necessary default
2121
configuration files, default setups, and integration with the operating system
2222
to start as a service.
2323

24-
The project is configured for Trino 475.
24+
The project is configured for Trino 476.
2525

2626
## Building
2727

2828
The build requirements for the project are identical to Trino build requirements:
2929

3030
* Linux or MacOS
31-
* Java 23
31+
* Java 24
3232

3333
Download and extract or clone the repository to work with the `trino-packages`
3434
directory locally on your machine.

trino-server-rpm/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
<url>https://trino.io</url>
1515

1616
<properties>
17-
<project.build.targetJdk>23</project.build.targetJdk>
18-
<air.java.version>23.0.0</air.java.version>
17+
<project.build.targetJdk>24</project.build.targetJdk>
18+
<air.java.version>24.0.0</air.java.version>
1919
<air.check.skip-spotbugs>true</air.check.skip-spotbugs>
2020
<air.check.skip-pmd>true</air.check.skip-pmd>
2121
<air.check.skip-jacoco>true</air.check.skip-jacoco>
2222
<air.check.skip-duplicate-finder>true</air.check.skip-duplicate-finder>
2323
<air.modernizer.java-version>8</air.modernizer.java-version>
2424

25-
<dep.trino.version>475</dep.trino.version>
25+
<dep.trino.version>476</dep.trino.version>
2626
<server.tar.package>trino-server-${dep.trino.version}</server.tar.package>
2727
<rpm.skipSigning>true</rpm.skipSigning>
2828
</properties>

0 commit comments

Comments
 (0)