Skip to content

Commit

Permalink
Remove Phoenix5 connector support
Browse files Browse the repository at this point in the history
Shaded Phoenix 5.1.3 client brings over 60 Critical and High CVEs into the Trino codebase.

5.1.4-SNAPSHOT version doesn't bring any significant improvement to this situation.
  • Loading branch information
wendigo committed Mar 28, 2024
1 parent 2bbe19e commit 850f793
Show file tree
Hide file tree
Showing 52 changed files with 1 addition and 6,923 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ jobs:
!:trino-oracle,
!:trino-orc,
!:trino-parquet,
!:trino-phoenix5,
!:trino-pinot,
!:trino-postgresql,
!:trino-raptor-legacy,
Expand Down Expand Up @@ -478,7 +477,6 @@ jobs:
- { modules: plugin/trino-mysql }
- { modules: plugin/trino-opensearch }
- { modules: plugin/trino-oracle }
- { modules: plugin/trino-phoenix5 }
- { modules: plugin/trino-pinot }
- { modules: plugin/trino-postgresql }
- { modules: plugin/trino-raptor-legacy }
Expand Down
6 changes: 0 additions & 6 deletions core/trino-server/src/main/provisio/trino.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,12 +236,6 @@
</artifact>
</artifactSet>

<artifactSet to="plugin/phoenix5">
<artifact id="${project.groupId}:trino-phoenix5:zip:${project.version}">
<unpack />
</artifact>
</artifactSet>

<artifactSet to="plugin/pinot">
<artifact id="${project.groupId}:trino-pinot:zip:${project.version}">
<unpack />
Expand Down
2 changes: 0 additions & 2 deletions docs/release-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@

## Oracle connector

## Phoenix connector

## Pinot connector

## PostgreSQL connector
Expand Down
1 change: 0 additions & 1 deletion docs/src/main/sphinx/connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ MongoDB <connector/mongodb>
MySQL <connector/mysql>
OpenSearch <connector/opensearch>
Oracle <connector/oracle>
Phoenix <connector/phoenix>
Pinot <connector/pinot>
PostgreSQL <connector/postgresql>
Prometheus <connector/prometheus>
Expand Down
288 changes: 0 additions & 288 deletions docs/src/main/sphinx/connector/phoenix.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/src/main/sphinx/release/release-312.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- Improve support for correlated subqueries containing redundant `LIMIT` clauses. ({issue}`441`)
- Add a new {ref}`uuid-type` type to represent UUIDs. ({issue}`755`)
- Add {func}`uuid` function to generate random UUIDs. ({issue}`786`)
- Add {doc}`/connector/phoenix`. ({issue}`672`)
- Add Phoenix connector. ({issue}`672`)
- Make semantic error name available in client protocol. ({issue}`790`)
- Report operator statistics when `experimental.work-processor-pipelines`
is enabled. ({issue}`788`)
Expand Down
Loading

0 comments on commit 850f793

Please sign in to comment.