-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: Add missing changelog entry for Java 23 * feat(trino): Add 469 * chore(trino): Remove unused patch directories * chore: Update changelog * chore(issue_templates): Reminder about update supported-versions * chore(issue_templates): Hint to raise demo PRs against main * chore: Add missing changelog entry for trino-cli
- Loading branch information
1 parent
55ed493
commit 70dc187
Showing
20 changed files
with
81 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
# This image is only used in integration tests and demos. | ||
# It's therefore ok if we only support a single version at a time. | ||
versions = [ | ||
{ | ||
"product": "455", | ||
"java-base": "22", | ||
"product": "469", | ||
"java-base": "23", | ||
}, | ||
] |
29 changes: 22 additions & 7 deletions
29
...exporter/1.0.1/001-cyclonedx-plugin.patch → ...tches/469/0001-Add-cyclonedx-plugin.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,43 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Nick Larsen <[email protected]> | ||
Date: Tue, 4 Feb 2025 10:49:16 +0100 | ||
Subject: Add cyclonedx plugin | ||
|
||
--- | ||
pom.xml | 18 ++++++++++++++++++ | ||
1 file changed, 18 insertions(+) | ||
|
||
diff --git a/pom.xml b/pom.xml | ||
index 01b434c..35c3697 100644 | ||
index 0d27151d77..b1682d7ab3 100644 | ||
--- a/pom.xml | ||
+++ b/pom.xml | ||
@@ -278,6 +278,23 @@ | ||
</execution> | ||
</executions> | ||
@@ -2850,6 +2850,24 @@ | ||
</excludes> | ||
</configuration> | ||
</plugin> | ||
+ <plugin> | ||
+ <groupId>org.cyclonedx</groupId> | ||
+ <artifactId>cyclonedx-maven-plugin</artifactId> | ||
+ <version>2.8.0</version> | ||
+ <version>2.9.1</version> | ||
+ <configuration> | ||
+ <projectType>application</projectType> | ||
+ <schemaVersion>1.5</schemaVersion> | ||
+ <schemaVersion>1.6</schemaVersion> | ||
+ <skipNotDeployed>false</skipNotDeployed> | ||
+ </configuration> | ||
+ <executions> | ||
+ <execution> | ||
+ <phase>package</phase> | ||
+ <goals> | ||
+ <goal>makeBom</goal> | ||
+ </goals> | ||
+ <phase>package</phase> | ||
+ </execution> | ||
+ </executions> | ||
+ </plugin> | ||
</plugins> | ||
</build> | ||
|
||
|
||
base-commit: 39ef08e249549a6616916539f4ad21032d084c7a | ||
-- | ||
2.40.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
upstream = "https://github.com/trinodb/trino" | ||
base = "39ef08e249549a6616916539f4ad21032d084c7a" |
28 changes: 0 additions & 28 deletions
28
trino/stackable/patches/trino-storage/451/001-cyclonedx-plugin.patch
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.