Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update stargate to v2.0.1 #2

Merged
merged 1 commit into from
Nov 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>io.stargate</groupId>
<artifactId>sgv2-api-parent</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</parent>
<artifactId>sgv3-docsapi</artifactId>
<version>3.0.0-SNAPSHOT</version>
<properties>
<stargate.version>2.0.0</stargate.version>
<stargate.version>2.0.1</stargate.version>
<failsafe.useModulePath>false</failsafe.useModulePath>
<quarkus.container-image.group>stargateio</quarkus.container-image.group>
<quarkus.container-image.name>docsapi</quarkus.container-image.name>
Expand Down
39 changes: 0 additions & 39 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,6 @@ quarkus:
paths: /v3/*
policy: authenticated

# TODO START remove after 2.0.1 released
cache:
caffeine:
# keyspace cache for the schema management
keyspace-cache:
maximum-size: 1000
expire-after-access: PT5M
metrics-enabled: true
grpc:
# all the clients' setup, only bridge
clients:
bridge:
host: localhost
port: 8091
retry: true
max-hedged-attempts: 0
dev-mode:
force-server-start: false.
# TODO END remove after 2.0.1 released

# built-in micrometer properties
micrometer:
binder:
Expand All @@ -67,22 +47,3 @@ quarkus:
# adapt path of the open api definitions
smallrye-openapi:
path: /api/docs/openapi

# TODO START remove after 2.0.1 released
"%dev":

# disable retries in the data store config and enable fall back
stargate:
data-store:
bridge-fallback-enabled: true

io:
stargate:
sgv2:
api:
common:
properties:
datastore:
configuration:
DataStorePropertiesConfiguration/fetchSupportedFeatures/Retry/maxRetries: 0
# TODO END remove after 2.0.1 released