Skip to content

Commit

Permalink
Remove remainging cassandra mentions in docs and it tests (#4158)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Dumas <simon.dumas@epfl.ch>
  • Loading branch information
imsdu and Simon Dumas authored Aug 15, 2023
1 parent 7f9ffa0 commit fd8f9e4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
12 changes: 6 additions & 6 deletions docs/src/main/paradox/docs/delta/api/assets/version.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"@context": "https://bluebrain.github.io/nexus/contexts/version.json",
"delta": "1.5.0",
"delta": "1.9.0",
"dependencies": {
"blazegraph": "2.1.6-RC",
"postgresql": "15.4",
"elasticsearch": "8.8.1",
"remoteStorage": "1.8.0"
},
"plugins": {
"archive": "1.8.0",
"blazegraph": "1.8.0",
"composite-views": "1.8.0",
"elasticsearch": "1.8.0",
"storage": "1.8.0"
"archive": "1.9.0",
"blazegraph": "1.9.0",
"composite-views": "1.9.0",
"elasticsearch": "1.9.0",
"storage": "1.9.0"
}
}
2 changes: 1 addition & 1 deletion docs/src/main/paradox/docs/delta/api/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
GET /v1/version
```

This endpoint returns information about the running Delta instance: Delta version, plugin versions and service dependency versions(e.g Cassandra).
This endpoint returns information about the running Delta instance: Delta version, plugin versions and service dependency versions(e.g PostgreSQL).

Example
: @@snip [version.json](assets/version.json)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ object VersionSpec {

final case class DependenciesBundle(
blazegraph: String,
cassandra: Option[String],
postgres: Option[String],
elasticsearch: String,
remoteStorage: String
Expand Down

0 comments on commit fd8f9e4

Please sign in to comment.