Skip to content

Commit f4b4024

Browse files
committed
fix: rebase on main after release
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 1530d1f commit f4b4024

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*
2+
* Copyright Java Operator SDK Authors
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/

operator-framework-core/src/test/java/io/javaoperatorsdk/operator/api/reconciler/PrimaryUpdateAndCacheUtilsTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import java.util.function.UnaryOperator;
2020

2121
import org.junit.jupiter.api.BeforeEach;
22+
import org.junit.jupiter.api.Disabled;
2223
import org.junit.jupiter.api.Test;
2324
import org.slf4j.Logger;
2425
import org.slf4j.LoggerFactory;
@@ -39,6 +40,7 @@
3940
import io.javaoperatorsdk.operator.sample.simple.TestCustomResource;
4041

4142
import static io.javaoperatorsdk.operator.api.reconciler.PrimaryUpdateAndCacheUtils.DEFAULT_MAX_RETRY;
43+
import static io.javaoperatorsdk.operator.api.reconciler.PrimaryUpdateAndCacheUtils.compareResourceVersions;
4244
import static org.assertj.core.api.Assertions.assertThat;
4345
import static org.junit.jupiter.api.Assertions.assertThrows;
4446
import static org.mockito.ArgumentMatchers.any;

test-index-processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.javaoperatorsdk</groupId>
2424
<artifactId>java-operator-sdk</artifactId>
25-
<version>5.2.1-SNAPSHOT</version>
25+
<version>5.3.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>test-index-processor</artifactId>

0 commit comments

Comments
 (0)