File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed
operator-framework-core/src
main/java/io/javaoperatorsdk/operator/processing/event/source
test/java/io/javaoperatorsdk/operator/api/reconciler Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 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+ */
Original file line number Diff line number Diff line change 1919import java .util .function .UnaryOperator ;
2020
2121import org .junit .jupiter .api .BeforeEach ;
22+ import org .junit .jupiter .api .Disabled ;
2223import org .junit .jupiter .api .Test ;
2324import org .slf4j .Logger ;
2425import org .slf4j .LoggerFactory ;
3940import io .javaoperatorsdk .operator .sample .simple .TestCustomResource ;
4041
4142import static io .javaoperatorsdk .operator .api .reconciler .PrimaryUpdateAndCacheUtils .DEFAULT_MAX_RETRY ;
43+ import static io .javaoperatorsdk .operator .api .reconciler .PrimaryUpdateAndCacheUtils .compareResourceVersions ;
4244import static org .assertj .core .api .Assertions .assertThat ;
4345import static org .junit .jupiter .api .Assertions .assertThrows ;
4446import static org .mockito .ArgumentMatchers .any ;
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments