Skip to content

Commit 6aeff7d

Browse files
committed
Rename links and build.gradle properties that contains eventstore website
1 parent aeebeab commit 6aeff7d

File tree

3 files changed

+24
-25
lines changed

3 files changed

+24
-25
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Please ensure that the following steps have been undertaken before marking pull
4747
- Ensure that commits are atomic units of work, and that the message follows our [Commit Message Template][commit-template]. A good way to do this is to configure your local clone of the repository to use our included template, by running: `git config commit.template .git.commit.template` in the root directory of the clone.
4848

4949

50-
[conduct]: https://github.com/EventStore/EventStoreDB-Client-Java/tree/master/CODE-OF-CONDUCT.md
50+
[conduct]: https://github.com/Kurrent/Kurrent-Client-Java/tree/master/CODE-OF-CONDUCT.md
5151
[apache2]: https://www.apache.org/licenses/LICENSE-2.0
52-
[commit-template]: https://github.com/EventStore/EventStoreDB-Client-Java/tree/master/.git.commit.template
53-
[github-repo]: https://github.com/EventStore/EventStoreDB-Client-Java
52+
[commit-template]: https://github.com/Kurrent/Kurrent-Client-Java/tree/master/.git.commit.template
53+
[github-repo]: https://github.com/Kurrent/Kurrent-Client-Java
5454
[drafts]: https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests#draft-pull-requests

README.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# EventStoreDB Client SDK for Java
1+
# Kurrent Client SDK for Java
22

3-
EventStoreDB is the event-native database, where business events are immutably stored and streamed. Designed for event-sourced, event-driven, and microservices architectures.
3+
KurrentDB is the event-native database, where business events are immutably stored and streamed. Designed for event-sourced, event-driven, and microservices architectures.
44

5-
This repository contains an [EventStoreDB][es] Client SDK written in Java for use with languages on the JVM. It is
5+
This repository contains an [KurrentDB][kurrent] Client SDK written in Java for use with languages on the JVM. It is
66
compatible with Java 8 and above.
77

88
*Note: This client is currently under active development and further API changes are expected. Feedback is very welcome.*
99

1010
## Documentation
11-
* General documentation can be found in [Event Store GRPC Docs].
12-
* The latest stable version Javadoc can be found here: https://eventstore.github.io/EventStoreDB-Client-Java
11+
* General documentation can be found in [Kurrent GRPC Docs].
12+
* The latest stable version Javadoc can be found here: https://kurrent.github.io/Kurrent-Client-Java
1313

1414
## Access to binaries
1515
EventStore Ltd publishes GA (general availability) versions to [Maven Central].
@@ -31,8 +31,7 @@ repositories {
3131

3232
## Developing
3333

34-
The SDK is built using [`Gradle`][gradle]. Integration tests run against a server using Docker, with the [EventStoreDB gRPC
35-
Client Test Container][container].
34+
The SDK is built using [`Gradle`][gradle]. Integration tests run against a server using Docker, with the [Kurrent gRPC Client Test Container][container].
3635

3736
### Run tests
3837

@@ -46,7 +45,7 @@ Specific docker images can be specified via the enviroment variable `EVENTSTORE_
4645

4746
For more information about Open Telemetry, refer to the [official documentation](https://opentelemetry.io/docs/what-is-opentelemetry/).
4847

49-
## EventStoreDB Server Compatibility
48+
## KurrentDB Server Compatibility
5049

5150
This client is compatible with version `20.6.1` upwards.
5251

@@ -173,32 +172,32 @@ Information on support can be found on our website: [Event Store Support][suppor
173172

174173
## Documentation
175174

176-
Documentation for EventStoreDB can be found in the [docs].
175+
Documentation for KurrentDB can be found in the [docs].
177176

178177
Bear in mind that this client is not yet properly documented. We are working hard on a new version of the documentation.
179178

180179
## Security
181180

182-
If you find a vulnerability in our software, please contact us. You can find how to reach out us and report it at https://www.eventstore.com/security#security
181+
If you find a vulnerability in our software, please contact us. You can find how to reach out us and report it at https://www.kurrent.io/security#security
183182
Thank you very much for supporting our software.
184183

185184
## Communities
186185

187186
- [Discuss](https://discuss.eventstore.com/)
188-
- [Discord (Event Store)](https://discord.gg/Phn9pmCw3t)
187+
- [Discord (Kurrent)](https://discord.gg/Phn9pmCw3t)
189188

190189
## Contributing
191190

192191
All contributions to the SDK are made via GitHub Pull Requests, and must be licensed under the Apache 2.0 license. Please
193192
review our [Contributing Guide][contributing] and [Code of Conduct][code-of-conduct] for more information.
194193

195-
[es]: https://eventstore.com
194+
[kurrent]: https://kurrent.io
196195
[gradle]: https://gradle.org
197-
[container]: https://github.com/EventStore/EventStore-Client-gRPC-TestData
198-
[contributing]: https://github.com/EventStore/EventStoreDB-Client-Java/tree/master/CONTRIBUTING.md
199-
[code-of-conduct]: https://github.com/EventStore/EventStoreDB-Client-Java/tree/master/CODE-OF-CONDUCT.md
200-
[support]: https://eventstore.com/support/
201-
[docs]: https://developers.eventstore.com/server/v21.6/installation/
196+
[container]: https://github.com/Kurrent/Kurrent-Client-gRPC-TestData
197+
[contributing]: https://github.com/Kurrent/Kurrent-Client-Java/tree/master/CONTRIBUTING.md
198+
[code-of-conduct]: https://github.com/Kurrent/Kurrent-Client-Java/tree/master/CODE-OF-CONDUCT.md
199+
[support]: https://kurrent.io/support/
200+
[docs]: https://developers.eventstore.com/server/v24.6/quick-start/installation/
202201
[discuss]: https://discuss.eventstore.com/
203202
[Maven Central]: https://search.maven.org/artifact/com.eventstore/db-client-java
204-
[Event Store GRPC Docs]: https://developers.eventstore.com/clients/grpc
203+
[Kurrent GRPC Docs]: https://developers.eventstore.com/clients/grpc

db-client-java/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,12 @@ publishing {
205205
// packaging 'jar'
206206
// optionally artifactId can be defined here
207207
description = 'EventStoreDB gRPC Java client'
208-
url = 'https://eventstore.com'
208+
url = 'https://kurrent.io'
209209

210210
scm {
211-
connection = 'https://github.com/EventStore/EventStoreDB-Client-Java.git'
212-
developerConnection = 'https://github.com/EventStore/EventStoreDB-Client-Java.git'
213-
url = 'https://github.com/EventStore/EventStoreDB-Client-Java'
211+
connection = 'https://github.com/Kurrent/Kurrent-Client-Java.git'
212+
developerConnection = 'https://github.com/Kurrent/Kurrent-Client-Java.git'
213+
url = 'https://github.com/Kurrent/Kurrent-Client-Java'
214214
}
215215

216216
licenses {

0 commit comments

Comments
 (0)