Skip to content

Fix generics #634

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 22 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
5431289
chore(deps): bump micrometer-core from 1.7.4 to 1.7.5 (#606)
dependabot[bot] Oct 15, 2021
30dcf72
fix: re-schedule generics (#614)
csviri Oct 20, 2021
f9ee9b2
chore(deps): bump spring-boot.version from 2.5.5 to 2.5.6 (#617)
dependabot[bot] Oct 22, 2021
fb15a1e
chore(deps): bump awaitility from 4.1.0 to 4.1.1
dependabot[bot] Oct 26, 2021
f188473
fix: prevent double registration of same CR with different controllers
metacosm Oct 26, 2021
b437fef
Informer based CustomResourceEventSource and caching (#581)
csviri Oct 12, 2021
6a3503a
chore: update version to 2.0.0-SNAPSHOT
metacosm Oct 12, 2021
f4b6b7f
Reschedule delete (#600)
csviri Oct 13, 2021
1c9f257
Refined Interface of `EventSource` and `EventSourceManager` (#597)
csviri Oct 13, 2021
cb62f6c
Removing events from context (#596)
csviri Oct 13, 2021
7fc1c64
fix: cache handling on update (#604)
csviri Oct 20, 2021
60660ed
feat: Only one scheduled event (re-schedul / retry) at one time (#609)
csviri Oct 20, 2021
bea733d
feat: Cloner interface for Custom Resource instead of ObjectMapper (#…
csviri Oct 20, 2021
1a3558b
fix: EventSourceManager and ResourceController interface enhancements…
csviri Oct 26, 2021
8199a05
feat!: adapt monitoring code to new implementation
metacosm Oct 21, 2021
a5c481b
feat: removing Event using DefaultEvent instead, renamed DefaultEvent…
csviri Oct 27, 2021
d244948
refactor!: replace Closeable by explicit Stoppable interface
metacosm Oct 27, 2021
d857aca
refactor: fix generics
metacosm Oct 27, 2021
77b6556
chore: clean-up
metacosm Oct 27, 2021
ec53e03
fix: potential performance issue
metacosm Oct 27, 2021
fba211e
chore: clean-up
metacosm Oct 27, 2021
81412a6
fix: more generics fixes
metacosm Oct 27, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: update version to 2.0.0-SNAPSHOT
  • Loading branch information
metacosm committed Oct 28, 2021
commit 6a3503ab9dbef08244a414b1fcbf5fd809daed56
2 changes: 1 addition & 1 deletion micrometer-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>java-operator-sdk</artifactId>
<groupId>io.javaoperatorsdk</groupId>
<version>1.9.9-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion operator-framework-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.javaoperatorsdk</groupId>
<artifactId>java-operator-sdk</artifactId>
<version>1.9.9-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion operator-framework-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>java-operator-sdk</artifactId>
<groupId>io.javaoperatorsdk</groupId>
<version>1.9.9-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion operator-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>java-operator-sdk</artifactId>
<groupId>io.javaoperatorsdk</groupId>
<version>1.9.9-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.javaoperatorsdk</groupId>
<artifactId>java-operator-sdk</artifactId>
<version>1.9.9-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<name>Operator SDK for Java</name>
<description>Java SDK for implementing Kubernetes operators</description>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion samples/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.javaoperatorsdk</groupId>
<artifactId>java-operator-sdk-samples</artifactId>
<version>1.9.9-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>operator-framework-samples-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.javaoperatorsdk</groupId>
<artifactId>java-operator-sdk</artifactId>
<version>1.9.9-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>java-operator-sdk-samples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/pure-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.javaoperatorsdk</groupId>
<artifactId>java-operator-sdk-samples</artifactId>
<version>1.9.9-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>operator-framework-samples-pure-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/spring-boot-plain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.javaoperatorsdk</groupId>
<artifactId>java-operator-sdk-samples</artifactId>
<version>1.9.9-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>operator-framework-samples-spring-boot-plain</artifactId>
Expand Down