Skip to content

Commit 0a0c785

Browse files
Remove GCP provider module for release preparation
1 parent 5cacbd8 commit 0a0c785

File tree

46 files changed

+0
-4099
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+0
-4099
lines changed

.github/workflows/run-tests.yaml

-12
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,11 @@ jobs:
2626

2727
- name: Install dependencies
2828
run: mvn install -DskipTests
29-
30-
- name: Set GCP environment variables
31-
run : |
32-
echo "GOOGLE_APPLICATION_CREDENTIALS=$HOME/.gcp/config.json" >> $GITHUB_ENV
3329

3430
- name: Prepare certificate and properties files
3531
run: |
3632
mkdir -p $HOME/.azure
3733
mkdir -p $HOME/.oci
38-
mkdir -p $HOME/.gcp
3934
4035
# Prepare certificate
4136
echo "${{ secrets.TEST_AZURE_CERTIFICATE }}" > $HOME/.azure/ojdbc-plugin-test-app.pem
@@ -89,10 +84,6 @@ jobs:
8984
OCI_PASSWORD_PAYLOAD_OCID_KEY=${{ secrets.TEST_OCI_PASSWORD_PAYLOAD_OCID_KEY }}\n
9085
" >> ojdbc-provider-oci/test.properties
9186
92-
# Generate GCP config
93-
echo "${{ secrets.TEST_GCP_CONFIG }}" > $HOME/.gcp/config.json
94-
echo "${{ secrets.GCP_TEST_PROPERTIES }}" > ojdbc-provider-gcp/test.properties
95-
9687
- name: Run tests with Maven
9788
run: mvn -B test --file pom.xml
9889

@@ -105,6 +96,3 @@ jobs:
10596
rm $HOME/.azure/ojdbc-plugin-test-app.pem
10697
rm ojdbc-provider-azure/ojdbc-provider-test-app.pfx
10798
rm ojdbc-provider-azure/test.properties
108-
109-
rm $HOME/.gcp/config.json
110-
rm ojdbc-provider-gcp/test.properties

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ contain providers for a particular cloud platform:
1111
<dd>Providers for integration with Oracle Cloud Infrastructure (OCI)</dd>
1212
<dt><a href="ojdbc-provider-azure/README.md">Oracle JDBC Azure Providers</a></dt>
1313
<dd>Providers for integration with Microsoft Azure</dd>
14-
<dt><a href="ojdbc-provider-gcp/README.md">Oracle JDBC GCP Providers</a></dt>
15-
<dd>Providers for integration with Google Cloud Platform</dd>
1614
</dl>
1715
And the last one contains a provider for Open Telemetry:
1816
<dl>
@@ -122,8 +120,6 @@ this project:
122120

123121
[ojdbc-provider-azure](ojdbc-provider-azure/README.md#installation)
124122

125-
[ojdbc-provider-gcp](ojdbc-provider-gcp/README.md#installation)
126-
127123
[ojdbc-provider-opentelemetry](ojdbc-provider-opentelemetry/README.md#installation)
128124

129125
Each module listed above is distributed on the Maven Central Repository as a

ojdbc-provider-gcp/README.md

-371
This file was deleted.

ojdbc-provider-gcp/example-secret-manager-wallet.properties

-77
This file was deleted.

ojdbc-provider-gcp/example-test.properties

-133
This file was deleted.

ojdbc-provider-gcp/example-vault.properties

-65
This file was deleted.

0 commit comments

Comments
 (0)