Skip to content

Commit c3ef772

Browse files
committed
Update package and group name
1 parent d93c1c8 commit c3ef772

File tree

55 files changed

+119
-118
lines changed

Some content is hidden

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

55 files changed

+119
-118
lines changed

Diff for: CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ unacceptable behaviour to any of the project admins or adam.sandor@container-sol
1414

1515
## Bugs
1616

17-
If you find a bug, please [open an issue](https://github.com/ContainerSolutions/java-operator-sdk/issues)! Do try
17+
If you find a bug, please [open an issue](https://github.com/java-operator-sdk/java-operator-sdk/issues)! Do try
1818
to include all the details needed to recreate your problem. This is likely to include:
1919

2020
- The version of the Operator SDK being used
@@ -24,7 +24,7 @@ to include all the details needed to recreate your problem. This is likely to in
2424
## Building Features and Documentation
2525

2626
If you're looking for something to work on, take look at the issue tracker, in particular any items
27-
labelled [good first issue](https://github.com/ContainerSolutions/java-operator-sdk/labels/good%20first%20issue).
27+
labelled [good first issue](https://github.com/java-operator-sdk/java-operator-sdk/labels/good%20first%20issue).
2828
Please leave a comment on the issue to mention that you have started work, in order to avoid
2929
multiple people working on the same issue.
3030

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ![java-operator-sdk](docs/assets/images/logo.png)
2-
![Java CI with Maven](https://github.com/ContainerSolutions/java-operator-sdk/workflows/Java%20CI%20with%20Maven/badge.svg)
2+
![Java CI with Maven](https://github.com/java-operator-sdk/java-operator-sdk/workflows/Java%20CI%20with%20Maven/badge.svg)
33

44
Build Kubernetes Operators in Java without hassle. Inspired by [operator-sdk](https://github.com/operator-framework/operator-sdk).
55

@@ -57,7 +57,7 @@ Add [dependency](https://search.maven.org/search?q=a:operator-framework) to your
5757

5858
```xml
5959
<dependency>
60-
<groupId>com.github.containersolutions</groupId>
60+
<groupId>io.javaoperatorsdk</groupId>
6161
<artifactId>operator-framework</artifactId>
6262
<version>{see https://search.maven.org/search?q=a:operator-framework for latest version}</version>
6363
</dependency>
@@ -145,7 +145,7 @@ Add [this dependency](https://search.maven.org/search?q=a:spring-boot-operator-f
145145

146146
```xml
147147
<dependency>
148-
<groupId>com.github.containersolutions</groupId>
148+
<groupId>io.javaoperatorsdk</groupId>
149149
<artifactId>spring-boot-operator-framework-starter</artifactId>
150150
<version>{see https://search.maven.org/search?q=a:spring-boot-operator-framework-starter for latest version}</version>
151151
</dependency>

Diff for: docs/DOCS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can read about the common problems what is this operator framework is solvin
1313
## Getting Started
1414

1515
The easiest way to get started with SDK is start [minikube](https://kubernetes.io/docs/tasks/tools/install-minikube/) and
16-
execute one of our [examples](https://github.com/ContainerSolutions/java-operator-sdk/tree/master/samples/mysql-schema)
16+
execute one of our [examples](https://github.com/java-operator-sdk/java-operator-sdk/tree/master/samples/mysql-schema)
1717

1818
Here are the main steps to develop the code and deploy the operator to a Kubernetes cluster. A more detailed and specific
1919
version can be found under `samples/mysql-schema/README.md`.

Diff for: docs/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ Operators are the way to go. This SDK will make it easy for Java developers to e
3030
We are a friendly team of Java and Kubernetes enthusiasts and welcome everyone to contribute in any way to the framework!
3131
Get in touch either on GitHub or our [Discord server](https://discord.gg/DacEhAy), we are always happy to chat and help
3232
you find the right issue to get started. Feel free to stop by for questions, comments or just saying hi.
33-
We have a [code of conduct](https://github.com/ContainerSolutions/java-operator-sdk/blob/master/CODE_OF_CONDUCT.md)
34-
which we strictly enforce, as well as [issues marked for new joiners](https://github.com/ContainerSolutions/java-operator-sdk/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).
33+
We have a [code of conduct](https://github.com/java-operator-sdk/java-operator-sdk/blob/master/CODE_OF_CONDUCT.md)
34+
which we strictly enforce, as well as [issues marked for new joiners](https://github.com/java-operator-sdk/java-operator-sdk/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).
3535

3636
We are also supporting [#HacktoberFest](https://hacktoberfest.digitalocean.com/) and have several issues marked as [good
37-
candidates](https://github.com/ContainerSolutions/java-operator-sdk/issues?q=is%3Aissue+is%3Aopen+label%3A%22hacktoberfest%22+) to pick up during the event.
37+
candidates](https://github.com/java-operator-sdk/java-operator-sdk/issues?q=is%3Aissue+is%3Aopen+label%3A%22hacktoberfest%22+) to pick up during the event.
3838

39-
[Maven](https://mvnrepository.com/artifact/com.github.containersolutions/java-operator-sdk){:.button-text}
40-
[GitHub](https://github.com/ContainerSolutions/java-operator-sdk){:.button-text}
39+
[Maven](https://mvnrepository.com/artifact/io.javaoperatorsdk/java-operator-sdk){:.button-text}
40+
[GitHub](https://github.com/java-operator-sdk/java-operator-sdk){:.button-text}
4141
[Discord](https://discord.gg/DacEhAy){:.button-text}

Diff for: operator-framework/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<groupId>io.javaoperatorsdk</groupId>
88
<artifactId>java-operator-sdk</artifactId>
99
<version>1.3.1-SNAPSHOT</version>
10+
<relativePath>../pom.xml</relativePath>
1011
</parent>
1112

1213
<artifactId>operator-framework</artifactId>

Diff for: pom.xml

+6-5
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<groupId>com.github.containersolutions</groupId>
6+
<groupId>io.javaoperatorsdk</groupId>
77
<artifactId>java-operator-sdk</artifactId>
88
<version>1.3.1-SNAPSHOT</version>
99
<name>Operator SDK for Java</name>
1010
<description>Java SDK for implementing Kubernetes operators</description>
1111
<packaging>pom</packaging>
12-
<url>https://github.com/ContainerSolutions/java-operator-sdk</url>
12+
<url>https://github.com/java-operator-sdk/java-operator-sdk</url>
1313

1414
<licenses>
1515
<license>
@@ -29,14 +29,15 @@
2929
</developers>
3030

3131
<scm>
32-
<connection>scm:git:git://github.com/ContainerSolutions/java-operator-sdk.git</connection>
33-
<developerConnection>scm:git:[email protected]/ContainerSolutions/java-operator-sdk.git</developerConnection>
34-
<url>https://github.com/ContainerSolutions/java-operator-sdk/tree/master</url>
32+
<connection>scm:git:git://github.com/java-operator-sdk/java-operator-sdk.git</connection>
33+
<developerConnection>scm:git:[email protected]/java-operator-sdk/java-operator-sdk.git</developerConnection>
34+
<url>https://github.com/java-operator-sdk/java-operator-sdk/tree/master</url>
3535
</scm>
3636

3737
<properties>
3838
<junit.version>5.7.0</junit.version>
3939
<surefire.version>3.0.0-M5</surefire.version>
40+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4041
</properties>
4142

4243
<modules>

Diff for: samples/common/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<parent>
7-
<groupId>com.github.containersolutions</groupId>
7+
<groupId>io.javaoperatorsdk</groupId>
88
<artifactId>java-operator-sdk-samples</artifactId>
99
<version>1.3.1-SNAPSHOT</version>
1010
</parent>
@@ -22,7 +22,7 @@
2222

2323
<dependencies>
2424
<dependency>
25-
<groupId>com.github.containersolutions</groupId>
25+
<groupId>io.javaoperatorsdk</groupId>
2626
<artifactId>operator-framework</artifactId>
2727
<version>${project.version}</version>
2828
</dependency>

Diff for: samples/common/src/main/java/io/javaoperatorsdk/operator/sample/CustomService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.github.containersolutions.operator.sample;
1+
package io.javaoperatorsdk.operator.sample;
22

33
import io.fabric8.kubernetes.client.CustomResource;
44

Diff for: samples/common/src/main/java/io/javaoperatorsdk/operator/sample/CustomServiceController.java

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
package com.github.containersolutions.operator.sample;
1+
package io.javaoperatorsdk.operator.sample;
22

3-
import com.github.containersolutions.operator.api.Context;
4-
import com.github.containersolutions.operator.api.Controller;
5-
import com.github.containersolutions.operator.api.ResourceController;
6-
import com.github.containersolutions.operator.api.UpdateControl;
3+
import io.javaoperatorsdk.operator.api.Context;
4+
import io.javaoperatorsdk.operator.api.Controller;
5+
import io.javaoperatorsdk.operator.api.ResourceController;
6+
import io.javaoperatorsdk.operator.api.UpdateControl;
77
import io.fabric8.kubernetes.api.model.ServicePort;
88
import io.fabric8.kubernetes.api.model.ServiceSpec;
99
import io.fabric8.kubernetes.client.KubernetesClient;
1010
import org.slf4j.Logger;
1111
import org.slf4j.LoggerFactory;
1212

13-
import java.util.Arrays;
1413
import java.util.Collections;
1514

1615
/**

Diff for: samples/common/src/main/java/io/javaoperatorsdk/operator/sample/ServiceSpec.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.github.containersolutions.operator.sample;
1+
package io.javaoperatorsdk.operator.sample;
22

33
public class ServiceSpec {
44

Diff for: samples/mysql-schema/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<parent>
7-
<groupId>com.github.containersolutions</groupId>
7+
<groupId>io.javaoperatorsdk</groupId>
88
<artifactId>java-operator-sdk-samples</artifactId>
99
<version>1.3.1-SNAPSHOT</version>
1010
</parent>
@@ -22,7 +22,7 @@
2222

2323
<dependencies>
2424
<dependency>
25-
<groupId>com.github.containersolutions</groupId>
25+
<groupId>io.javaoperatorsdk</groupId>
2626
<artifactId>operator-framework</artifactId>
2727
<version>${project.version}</version>
2828
</dependency>
@@ -92,7 +92,7 @@
9292
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
9393
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
9494
<manifestEntries>
95-
<Main-Class>com.github.containersolutions.operator.sample.MySQLSchemaOperator</Main-Class>
95+
<Main-Class>io.javaoperatorsdk.operator.sample.MySQLSchemaOperator</Main-Class>
9696
<Build-Number>1.0</Build-Number>
9797
<Multi-Release>true</Multi-Release>
9898
</manifestEntries>

Diff for: samples/mysql-schema/src/main/java/io/javaoperatorsdk/operator/sample/MySQLSchemaOperator.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
package com.github.containersolutions.operator.sample;
1+
package io.javaoperatorsdk.operator.sample;
22

3-
import com.github.containersolutions.operator.Operator;
3+
import io.javaoperatorsdk.operator.Operator;
44
import io.fabric8.kubernetes.client.Config;
55
import io.fabric8.kubernetes.client.ConfigBuilder;
66
import io.fabric8.kubernetes.client.DefaultKubernetesClient;

Diff for: samples/mysql-schema/src/main/java/io/javaoperatorsdk/operator/sample/Schema.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.github.containersolutions.operator.sample;
1+
package io.javaoperatorsdk.operator.sample;
22

33
import io.fabric8.kubernetes.client.CustomResource;
44

Diff for: samples/mysql-schema/src/main/java/io/javaoperatorsdk/operator/sample/SchemaController.java

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
package com.github.containersolutions.operator.sample;
1+
package io.javaoperatorsdk.operator.sample;
22

3-
import com.github.containersolutions.operator.api.Context;
4-
import com.github.containersolutions.operator.api.Controller;
5-
import com.github.containersolutions.operator.api.ResourceController;
6-
import com.github.containersolutions.operator.api.UpdateControl;
3+
import io.javaoperatorsdk.operator.api.Context;
4+
import io.javaoperatorsdk.operator.api.Controller;
5+
import io.javaoperatorsdk.operator.api.ResourceController;
6+
import io.javaoperatorsdk.operator.api.UpdateControl;
77
import io.fabric8.kubernetes.api.model.Secret;
88
import io.fabric8.kubernetes.api.model.SecretBuilder;
99
import io.fabric8.kubernetes.client.KubernetesClient;

Diff for: samples/mysql-schema/src/main/java/io/javaoperatorsdk/operator/sample/SchemaSpec.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.github.containersolutions.operator.sample;
1+
package io.javaoperatorsdk.operator.sample;
22

33
public class SchemaSpec {
44

Diff for: samples/mysql-schema/src/main/java/io/javaoperatorsdk/operator/sample/SchemaStatus.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.github.containersolutions.operator.sample;
1+
package io.javaoperatorsdk.operator.sample;
22

33
public class SchemaStatus {
44

Diff for: samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<parent>
7-
<groupId>com.github.containersolutions</groupId>
7+
<groupId>io.javaoperatorsdk</groupId>
88
<artifactId>java-operator-sdk</artifactId>
99
<version>1.3.1-SNAPSHOT</version>
1010
</parent>

Diff for: samples/pure-java/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<parent>
7-
<groupId>com.github.containersolutions</groupId>
7+
<groupId>io.javaoperatorsdk</groupId>
88
<artifactId>java-operator-sdk-samples</artifactId>
99
<version>1.3.1-SNAPSHOT</version>
1010
</parent>
@@ -22,7 +22,7 @@
2222

2323
<dependencies>
2424
<dependency>
25-
<groupId>com.github.containersolutions</groupId>
25+
<groupId>io.javaoperatorsdk</groupId>
2626
<artifactId>operator-framework-samples-common</artifactId>
2727
<version>${project.version}</version>
2828
</dependency>

Diff for: samples/pure-java/src/main/java/io/javaoperatorsdk/operator/sample/PureJavaApplicationRunner.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
package com.github.containersolutions.operator.sample;
1+
package io.javaoperatorsdk.operator.sample;
22

3-
import com.github.containersolutions.operator.Operator;
3+
import io.javaoperatorsdk.operator.Operator;
44
import io.fabric8.kubernetes.client.DefaultKubernetesClient;
55
import io.fabric8.kubernetes.client.KubernetesClient;
66

Diff for: samples/spring-boot-auto-config/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<parent>
7-
<groupId>com.github.containersolutions</groupId>
7+
<groupId>io.javaoperatorsdk</groupId>
88
<artifactId>java-operator-sdk-samples</artifactId>
99
<version>1.3.1-SNAPSHOT</version>
1010
</parent>
@@ -22,12 +22,12 @@
2222

2323
<dependencies>
2424
<dependency>
25-
<groupId>com.github.containersolutions</groupId>
25+
<groupId>io.javaoperatorsdk</groupId>
2626
<artifactId>operator-framework-samples-common</artifactId>
2727
<version>${project.version}</version>
2828
</dependency>
2929
<dependency>
30-
<groupId>com.github.containersolutions</groupId>
30+
<groupId>io.javaoperatorsdk</groupId>
3131
<artifactId>spring-boot-operator-framework-starter</artifactId>
3232
<version>${project.version}</version>
3333
</dependency>

Diff for: samples/spring-boot-auto-config/src/main/java/io/javaoperatorsdk/operator/sample/SampleComponent.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
package com.github.containersolutions.operator.sample;
1+
package io.javaoperatorsdk.operator.sample;
22

3-
import com.github.containersolutions.operator.Operator;
3+
import io.javaoperatorsdk.operator.Operator;
44
import io.fabric8.kubernetes.client.KubernetesClient;
55
import org.springframework.stereotype.Component;
66

Diff for: samples/spring-boot-auto-config/src/main/java/io/javaoperatorsdk/operator/sample/SpringBootStarterSampleApplication.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
package com.github.containersolutions.operator.sample;
1+
package io.javaoperatorsdk.operator.sample;
22

3-
import com.github.containersolutions.operator.api.Controller;
3+
import io.javaoperatorsdk.operator.api.Controller;
44
import org.springframework.boot.SpringApplication;
55
import org.springframework.boot.autoconfigure.SpringBootApplication;
66
import org.springframework.context.annotation.ComponentScan;

Diff for: samples/spring-boot-auto-config/src/test/java/io/javaoperatorsdk/operator/sample/SpringBootStarterSampleApplicationIT.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.github.containersolutions.operator.sample;
1+
package io.javaoperatorsdk.operator.sample;
22

33
import org.junit.jupiter.api.Test;
44
import org.springframework.boot.test.context.SpringBootTest;

Diff for: samples/spring-boot-plain/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<parent>
7-
<groupId>com.github.containersolutions</groupId>
7+
<groupId>io.javaoperatorsdk</groupId>
88
<artifactId>java-operator-sdk-samples</artifactId>
99
<version>1.3.1-SNAPSHOT</version>
1010
</parent>
@@ -22,7 +22,7 @@
2222

2323
<dependencies>
2424
<dependency>
25-
<groupId>com.github.containersolutions</groupId>
25+
<groupId>io.javaoperatorsdk</groupId>
2626
<artifactId>operator-framework-samples-common</artifactId>
2727
<version>${project.version}</version>
2828
</dependency>

Diff for: samples/spring-boot-plain/src/main/java/io/javaoperatorsdk/operator/sample/Config.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
package com.github.containersolutions.operator.sample;
1+
package io.javaoperatorsdk.operator.sample;
22

3-
import com.github.containersolutions.operator.Operator;
4-
import com.github.containersolutions.operator.api.ResourceController;
5-
import com.github.containersolutions.operator.processing.retry.GenericRetry;
3+
import io.javaoperatorsdk.operator.Operator;
4+
import io.javaoperatorsdk.operator.api.ResourceController;
5+
import io.javaoperatorsdk.operator.processing.retry.GenericRetry;
66
import io.fabric8.kubernetes.client.DefaultKubernetesClient;
77
import io.fabric8.kubernetes.client.KubernetesClient;
88
import org.springframework.context.annotation.Bean;

Diff for: samples/spring-boot-plain/src/main/java/io/javaoperatorsdk/operator/sample/SpringBootStarterSampleApplication.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.github.containersolutions.operator.sample;
1+
package io.javaoperatorsdk.operator.sample;
22

33
import org.springframework.boot.SpringApplication;
44
import org.springframework.boot.autoconfigure.SpringBootApplication;

Diff for: samples/tomcat/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<parent>
8-
<groupId>com.github.containersolutions</groupId>
8+
<groupId>io.javaoperatorsdk</groupId>
99
<artifactId>java-operator-sdk-samples</artifactId>
1010
<version>1.3.1-SNAPSHOT</version>
1111
</parent>
@@ -26,7 +26,7 @@
2626

2727
<dependencies>
2828
<dependency>
29-
<groupId>com.github.containersolutions</groupId>
29+
<groupId>io.javaoperatorsdk</groupId>
3030
<artifactId>operator-framework</artifactId>
3131
<version>${project.version}</version>
3232
</dependency>
@@ -87,7 +87,7 @@
8787
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
8888
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
8989
<manifestEntries>
90-
<Main-Class>com.github.containersolutions.operator.sample.TomcatOperator</Main-Class>
90+
<Main-Class>io.javaoperatorsdk.operator.sample.TomcatOperator</Main-Class>
9191
<Build-Number>1.0</Build-Number>
9292
<Multi-Release>true</Multi-Release>
9393
</manifestEntries>

Diff for: samples/tomcat/src/main/java/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Manifest-Version: 1.0
2-
Main-Class: com.github.containersolutions.operator.sample.TomcatOperator
2+
Main-Class: io.javaoperatorsdk.operator.sample.TomcatOperator
33

Diff for: samples/tomcat/src/main/java/io/javaoperatorsdk/operator/sample/Tomcat.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.github.containersolutions.operator.sample;
1+
package io.javaoperatorsdk.operator.sample;
22

33
import io.fabric8.kubernetes.client.CustomResource;
44

0 commit comments

Comments
 (0)