-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleaned apache config section, http client dependencies as optional
- Loading branch information
1 parent
0733c45
commit 5d68871
Showing
18 changed files
with
121 additions
and
135 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
2 changes: 1 addition & 1 deletion
2
...sions/amazon-dynamodb/deployment/src/test/resources/async-tls-filestore-config.properties
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,6 @@ | ||
quarkus.dynamodb.aws.region=us-east-1 | ||
|
||
quarkus.dynamodb.async-client.tls-managers-provider.type=FILE_STORE | ||
quarkus.dynamodb.async-client.tls-managers-provider.type=file-store | ||
quarkus.dynamodb.async-client.tls-managers-provider.file-store.path=/tmp/file.key | ||
quarkus.dynamodb.async-client.tls-managers-provider.file-store.type=pkcs11 | ||
quarkus.dynamodb.async-client.tls-managers-provider.file-store.password=thePassword |
2 changes: 1 addition & 1 deletion
2
...sions/amazon-dynamodb/deployment/src/test/resources/default-credentials-config.properties
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,6 @@ | ||
quarkus.dynamodb.aws.region=us-east-2 | ||
|
||
quarkus.dynamodb.aws.credentials.type=DEFAULT | ||
quarkus.dynamodb.aws.credentials.type=default | ||
quarkus.dynamodb.aws.credentials.default-provider.async-credential-update-enabled=true | ||
quarkus.dynamodb.aws.credentials.default-provider.reuse-last-provider-enabled=true | ||
|
2 changes: 1 addition & 1 deletion
2
...mazon-dynamodb/deployment/src/test/resources/process-credentials-broken-config.properties
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,2 +1,2 @@ | ||
quarkus.dynamodb.aws.credentials.type=PROCESS | ||
quarkus.dynamodb.aws.credentials.type=process | ||
|
2 changes: 1 addition & 1 deletion
2
...sions/amazon-dynamodb/deployment/src/test/resources/profile-credentials-config.properties
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,5 +1,5 @@ | ||
quarkus.dynamodb.aws.region=us-east-2 | ||
|
||
quarkus.dynamodb.aws.credentials.type=PROFILE | ||
quarkus.dynamodb.aws.credentials.type=profile | ||
quarkus.dynamodb.aws.credentials.profile-provider.profile-name=myprofile | ||
|
2 changes: 1 addition & 1 deletion
2
...amazon-dynamodb/deployment/src/test/resources/static-credentials-broken-config.properties
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 +1 @@ | ||
quarkus.dynamodb.aws.credentials.type=STATIC | ||
quarkus.dynamodb.aws.credentials.type=static |
4 changes: 2 additions & 2 deletions
4
...nsions/amazon-dynamodb/deployment/src/test/resources/sync-apache-broken-config.properties
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,4 +1,4 @@ | ||
quarkus.dynamodb.sync-client.type = APACHE | ||
quarkus.dynamodb.sync-client.max-connections = -10 | ||
quarkus.dynamodb.sync-client.type = apache | ||
quarkus.dynamodb.sync-client.apache.max-connections = -10 | ||
|
||
|
6 changes: 3 additions & 3 deletions
6
.../amazon-dynamodb/deployment/src/test/resources/sync-apache-broken-proxy-config.properties
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,6 @@ | ||
quarkus.dynamodb.sync-client.type = APACHE | ||
quarkus.dynamodb.sync-client.proxy.enabled = true | ||
quarkus.dynamodb.sync-client.proxy.endpoint = http://user:[email protected]?foo=bar | ||
quarkus.dynamodb.sync-client.type = apache | ||
quarkus.dynamodb.sync-client.apache.proxy.enabled = true | ||
quarkus.dynamodb.sync-client.apache.proxy.endpoint = http://user:[email protected]?foo=bar | ||
|
||
|
||
|
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
Oops, something went wrong.