Skip to content

Commit 170d6ba

Browse files
authored
rename: change group id and maven artifacts (#875)
* rename: change groupId and maven artifacts names * and the scala samples as well * fix plugin deps * more referneces to io.kalix in samples
1 parent 22d7cd0 commit 170d6ba

File tree

79 files changed

+329
-328
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+329
-328
lines changed

.circleci/config.yml

Lines changed: 77 additions & 77 deletions
Large diffs are not rendered by default.

maven-java/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# akkaserverless-maven-java
1+
# kalix-maven-java
22

33
This Maven parent project bundles projects to support the Apache Maven/Java toolchain.
44

55
Please navigate to each project's README to comprehend what is provided in detail.
66

7-
* [akkaserverless-maven-plugin](akkaserverless-maven-plugin/README.md)
8-
* [akkaserverless-maven-archetype](akkaserverless-maven-archetype-value-entity/README.md)
9-
* [akkaserverless-maven-archetype-event-sourced-entity](akkaserverless-maven-archetype-event-sourced-entity/README.md)
7+
* [kalix-maven-plugin](kalix-maven-plugin/README.md)
8+
* [kalix-maven-archetype](kalix-maven-archetype-value-entity/README.md)
9+
* [kalix-maven-archetype-event-sourced-entity](kalix-maven-archetype-event-sourced-entity/README.md)
1010

1111
See instructions for local building and testing in [Contributing](../CONTRIBUTING.md).
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# akkaserverless-maven-archetype-event-sourced-entity
1+
# kalix-maven-archetype-event-sourced-entity
22

3-
This archetype can be used to generate a project suitable for a service using an Event-sourced Entity with [Akka Serverless](https://www.lightbend.com/akka-serverless).
3+
This archetype can be used to generate a project suitable for a service using an Event-sourced Entity with [Kalix](https://www.lightbend.com/akka-serverless).
44

55
**The Maven project created from the archetype will contain an Event Sourced entity protobuf definition.**
66

7-
For the latest release see [GitHub releases](https://github.com/lightbend/akkaserverless-java-sdk/releases).
7+
For the latest release see [GitHub releases](https://github.com/lightbend/kalix-jvm-sdk/releases).
88

99
To kickstart a project on Linux and macOS:
1010

1111
```
1212
mvn \
1313
archetype:generate \
14-
-DarchetypeGroupId=com.akkaserverless \
15-
-DarchetypeArtifactId=akkaserverless-maven-archetype-event-sourced-entity \
14+
-DarchetypeGroupId=io.kalix \
15+
-DarchetypeArtifactId=kalix-maven-archetype-event-sourced-entity \
1616
-DarchetypeVersion=LATEST
1717
```
1818

@@ -21,7 +21,7 @@ To kickstart a project on Windows 10 or later:
2121
```
2222
mvn ^
2323
archetype:generate ^
24-
-DarchetypeGroupId=com.akkaserverless ^
25-
-DarchetypeArtifactId=akkaserverless-maven-archetype-event-sourced-entity ^
24+
-DarchetypeGroupId=io.kalix ^
25+
-DarchetypeArtifactId=kalix-maven-archetype-event-sourced-entity ^
2626
-DarchetypeVersion=LATEST
2727
```

maven-java/akkaserverless-maven-archetype-value-entity/pom.xml renamed to maven-java/kalix-maven-archetype-event-sourced-entity/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33

4-
<artifactId>akkaserverless-maven-archetype</artifactId>
4+
<artifactId>kalix-maven-archetype-event-sourced-entity</artifactId>
55
<version>0.10.6</version>
66
<packaging>maven-archetype</packaging>
77
<parent>
8-
<groupId>com.akkaserverless</groupId>
9-
<artifactId>akkaserverless-maven-java</artifactId>
8+
<groupId>io.kalix</groupId>
9+
<artifactId>kalix-maven-java</artifactId>
1010
<version>0.10.6</version>
1111
</parent>
1212

13-
<name>Akka Serverless Maven Archetype (Value entity)</name>
14-
<description>This archetype can be used to generate a project suitable for the general development of Akka Serverless applications</description>
13+
<name>Kalix Maven Archetype (Event Sourced entity)</name>
14+
<description>This archetype can be used to generate a project suitable for the general development of Kalix applications</description>
1515
<url>https://www.lightbend.com/akka-serverless</url>
1616

1717
<build>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ mvn compile
2525
#[[
2626
## Running Locally
2727
]]#
28-
In order to run your application locally, you must run the Akka Serverless proxy. The included `docker-compose` file contains the configuration required to run the proxy for a locally running application.
29-
It also contains the configuration to start a local Google Pub/Sub emulator that the Akka Serverless proxy will connect to.
28+
In order to run your application locally, you must run the Kalix proxy. The included `docker-compose` file contains the configuration required to run the proxy for a locally running application.
29+
It also contains the configuration to start a local Google Pub/Sub emulator that the Kalix proxy will connect to.
3030
To start the proxy, run the following command from this directory:
3131

3232
```
@@ -67,9 +67,9 @@ and configure a Docker Registry to upload your docker image to.
6767

6868
You will need to update the `dockerImage` property in the `pom.xml` and refer to
6969
[Configuring registries](https://developer.lightbend.com/docs/akka-serverless/projects/container-registries.html)
70-
for more information on how to make your docker image available to Akka Serverless.
70+
for more information on how to make your docker image available to Kalix.
7171

72-
Finally, you can use the [Akka Serverless Console](https://console.akkaserverless.com)
72+
Finally, you can use the [Kalix Console](https://console.kalix.io)
7373
to create a project and then deploy your service into the project either by using `mvn deploy` which
7474
will also conveniently package and publish your docker image prior to deployment, or by first packaging and
7575
publishing the docker image through `mvn clean package docker:push -DskipTests` and then deploying the image
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
version: "3"
33
services:
44
akka-serverless-proxy:
5-
image: gcr.io/kalix-public/kalix-proxy:0.10.0-M4
6-
command: -Dconfig.resource=dev-mode.conf -Dakkaserverless.proxy.eventing.support=google-pubsub-emulator
5+
image: gcr.io/kalix-public/kalix-proxy:0.10.0-M3
6+
command: -Dconfig.resource=dev-mode.conf -Dkalix.proxy.eventing.support=google-pubsub-emulator
77
ports:
88
- "9000:9000"
99
extra_hosts:
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<jdk.target>11</jdk.target>
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2121

22-
<akkaserverless-sdk.version>@project.version@</akkaserverless-sdk.version>
22+
<kalix-sdk.version>@project.version@</kalix-sdk.version>
2323
<akka-grpc.version>2.1.2</akka-grpc.version>
2424
</properties>
2525

@@ -234,9 +234,9 @@
234234
</plugin>
235235

236236
<plugin>
237-
<groupId>com.akkaserverless</groupId>
238-
<artifactId>akkaserverless-maven-plugin</artifactId>
239-
<version>${D}{akkaserverless-sdk.version}</version>
237+
<groupId>io.kalix</groupId>
238+
<artifactId>kalix-maven-plugin</artifactId>
239+
<version>${D}{kalix-sdk.version}</version>
240240
<executions>
241241
<execution>
242242
<goals>
@@ -296,14 +296,14 @@
296296

297297
<dependencies>
298298
<dependency>
299-
<groupId>com.akkaserverless</groupId>
299+
<groupId>io.kalix</groupId>
300300
<artifactId>kalix-java-sdk</artifactId>
301-
<version>${D}{akkaserverless-sdk.version}</version>
301+
<version>${D}{kalix-sdk.version}</version>
302302
</dependency>
303303
<dependency>
304-
<groupId>com.akkaserverless</groupId>
304+
<groupId>io.kalix</groupId>
305305
<artifactId>kalix-java-sdk-testkit</artifactId>
306-
<version>${D}{akkaserverless-sdk.version}</version>
306+
<version>${D}{kalix-sdk.version}</version>
307307
<scope>test</scope>
308308
</dependency>
309309
<dependency>

0 commit comments

Comments
 (0)