File tree Expand file tree Collapse file tree 4 files changed +8
-11
lines changed
src/test/java/io/javaoperatorsdk/operator Expand file tree Collapse file tree 4 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 58
58
<groupId >com.google.testing.compile</groupId >
59
59
<artifactId >compile-testing</artifactId >
60
60
<scope >test</scope >
61
- <exclusions >
62
- <exclusion >
63
- <groupId >com.google.guava</groupId >
64
- <artifactId >guava</artifactId >
65
- </exclusion >
66
- </exclusions >
67
61
</dependency >
68
62
<dependency >
69
63
<groupId >io.fabric8</groupId >
Original file line number Diff line number Diff line change 47
47
* The test ends with "ITS" (Special) since it needs to run separately from other ITs
48
48
* </p>
49
49
*/
50
- @ EnableKubeAPIServer (apiServerFlags = {"--min-request-timeout" , "1" })
50
+ @ EnableKubeAPIServer (apiServerFlags = {"--min-request-timeout" , "1" }, updateKubeConfigFile = true )
51
51
class InformerRelatedBehaviorITS {
52
52
53
53
private static final Logger log = LoggerFactory .getLogger (InformerRelatedBehaviorITS .class );
Original file line number Diff line number Diff line change 5
5
6
6
import org .junit .jupiter .api .Test ;
7
7
import org .junit .jupiter .api .extension .RegisterExtension ;
8
+ import org .slf4j .Logger ;
9
+ import org .slf4j .LoggerFactory ;
8
10
9
11
import io .fabric8 .kubernetes .api .model .HasMetadata ;
10
12
import io .fabric8 .kubernetes .api .model .ObjectMeta ;
22
24
23
25
import com .fasterxml .jackson .core .JsonProcessingException ;
24
26
25
- import static com .google .common .truth .Truth .assertThat ;
26
- import static io .javaoperatorsdk .operator .api .config .ConfigurationService .log ;
27
+ import static org .assertj .core .api .Assertions .assertThat ;
27
28
import static org .awaitility .Awaitility .await ;
28
29
29
30
class MultiVersionCRDIT {
30
31
32
+ private static final Logger log = LoggerFactory .getLogger (MultiVersionCRDIT .class );
33
+
31
34
public static final String CR_V1_NAME = "crv1" ;
32
35
public static final String CR_V2_NAME = "crv2" ;
33
36
Original file line number Diff line number Diff line change 43
43
<sonar .host.url>https://sonarcloud.io</sonar .host.url>
44
44
<fabric8-httpclient-impl .name>okhttp</fabric8-httpclient-impl .name>
45
45
46
- <junit .version>5.9.1 </junit .version>
46
+ <junit .version>5.9.2 </junit .version>
47
47
<fabric8-client .version>6.5.1</fabric8-client .version>
48
48
<slf4j .version>1.7.36</slf4j .version>
49
49
<log4j .version>2.20.0</log4j .version>
57
57
<micrometer-core .version>1.10.6</micrometer-core .version>
58
58
<okhttp .version>4.10.0</okhttp .version>
59
59
<caffeine .version>3.1.3</caffeine .version>
60
- <jenvtest .version>0.5 .0</jenvtest .version>
60
+ <jenvtest .version>0.9 .0</jenvtest .version>
61
61
62
62
<fmt-maven-plugin .version>2.11</fmt-maven-plugin .version>
63
63
<maven-compiler-plugin .version>3.11.0</maven-compiler-plugin .version>
You can’t perform that action at this time.
0 commit comments