You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/com.ibm.ws.microprofile.reactive.messaging_fat/fat/src/com/ibm/ws/microprofile/reactive/messaging/fat/kafka/checkpoint/CheckpointKafkaSaslPlainTest.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@
25
25
importjava.util.Map;
26
26
importjava.util.Properties;
27
27
28
+
importcomponenttest.annotation.MaximumJavaLevel;
28
29
importorg.jboss.shrinkwrap.api.ShrinkWrap;
29
30
importorg.jboss.shrinkwrap.api.spec.WebArchive;
30
31
importorg.junit.AfterClass;
@@ -60,6 +61,7 @@
60
61
* Basic test using a kafka broker with TLS enabled
Copy file name to clipboardExpand all lines: dev/com.ibm.ws.microprofile.reactive.messaging_fat/fat/src/com/ibm/ws/microprofile/reactive/messaging/fat/kafka/liberty_login/LibertyLoginModuleTest.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@
19
19
importjava.util.Collections;
20
20
importjava.util.Map;
21
21
22
+
importcomponenttest.annotation.MaximumJavaLevel;
22
23
importorg.apache.kafka.common.config.SaslConfigs;
23
24
importorg.jboss.shrinkwrap.api.ShrinkWrap;
24
25
importorg.jboss.shrinkwrap.api.spec.WebArchive;
@@ -48,6 +49,7 @@
48
49
* Test the login module with an aes encoded password and configured encryption key
Copy file name to clipboardExpand all lines: dev/com.ibm.ws.microprofile.reactive.messaging_fat/fat/src/com/ibm/ws/microprofile/reactive/messaging/fat/kafka/liberty_login/none/LibertyLoginModuleNoEncTest.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@
18
18
19
19
importjava.util.Map;
20
20
21
+
importcomponenttest.annotation.MaximumJavaLevel;
21
22
importorg.apache.kafka.common.config.SaslConfigs;
22
23
importorg.jboss.shrinkwrap.api.ShrinkWrap;
23
24
importorg.jboss.shrinkwrap.api.spec.WebArchive;
@@ -44,6 +45,7 @@
44
45
/**
45
46
* Test the login module with an unencoded password - should still work
Copy file name to clipboardExpand all lines: dev/com.ibm.ws.microprofile.reactive.messaging_fat/fat/src/com/ibm/ws/microprofile/reactive/messaging/fat/kafka/liberty_login/special_chars/LibertyLoginModuleSpecialCharsTest.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@
18
18
19
19
importjava.util.Map;
20
20
21
+
importcomponenttest.annotation.MaximumJavaLevel;
21
22
importorg.apache.kafka.common.config.SaslConfigs;
22
23
importorg.jboss.shrinkwrap.api.ShrinkWrap;
23
24
importorg.jboss.shrinkwrap.api.spec.WebArchive;
@@ -44,6 +45,7 @@
44
45
/**
45
46
* Test the login module with an unencoded password - should still work
Copy file name to clipboardExpand all lines: dev/com.ibm.ws.microprofile.reactive.messaging_fat/fat/src/com/ibm/ws/microprofile/reactive/messaging/fat/kafka/liberty_login/xor/LibertyLoginModuleXorTest.java
Copy file name to clipboardExpand all lines: dev/com.ibm.ws.microprofile.reactive.messaging_fat/fat/src/com/ibm/ws/microprofile/reactive/messaging/fat/kafka/sasl_plain/KafkaSaslPlainTest.java
0 commit comments