-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump aerospike-reactor-client from 4.4.10 to 5.1.11 (aerospike-commun…
…ity#95) * Bump aerospike-reactor-client from 4.4.10 to 5.1.11 Bumps [aerospike-reactor-client](https://github.com/aerospike/aerospike-client-java-reactive) from 4.4.10 to 5.1.11. - [Release notes](https://github.com/aerospike/aerospike-client-java-reactive/releases) - [Commits](https://github.com/aerospike/aerospike-client-java-reactive/commits/5.1.11) --- updated-dependencies: - dependency-name: com.aerospike:aerospike-reactor-client dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Bump spring-data-aerospike to 3.3.1 and aerospike-client to 5.1.11 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anastasiia Smirnova <[email protected]>
- Loading branch information
1 parent
2a178bd
commit aef3187
Showing
6 changed files
with
20 additions
and
6 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
1 change: 1 addition & 0 deletions
1
...ng-boot-starter-data-aerospike-example/reactive/src/main/resources/application.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,3 +1,4 @@ | ||
spring.aerospike.hosts=${embedded.aerospike.host}:${embedded.aerospike.port} | ||
spring.aerospike.write.sendKey=true | ||
spring.data.aerospike.namespace=${embedded.aerospike.namespace} | ||
spring.data.aerospike.scans-enabled=true |
1 change: 1 addition & 0 deletions
1
spring-boot-starter-data-aerospike-example/sync/src/main/resources/application.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,3 +1,4 @@ | ||
spring.aerospike.hosts=${embedded.aerospike.host}:${embedded.aerospike.port} | ||
spring.aerospike.write.sendKey=true | ||
spring.data.aerospike.namespace=${embedded.aerospike.namespace} | ||
spring.data.aerospike.scans-enabled=true |