File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed
src/main/java/com/ibm/eventstreams/connect/mqsink Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 5757 label : Version
5858 description : What version of our software are you running?
5959 options :
60- - 1.5.1 (Default)
60+ - 1.5.2 (Default)
61+ - 1.5.1
6162 - older (<1.5.1)
6263 validations :
6364 required : true
Original file line number Diff line number Diff line change @@ -15,10 +15,9 @@ Please delete options that are not relevant.
1515
1616## How Has This Been Tested?
1717
18- <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
19-
20- - [ ] Test A
21- - [ ] Test B -->
18+ - [ ] E2E
19+ - [ ] Unit Test
20+ - [ ] Integration Test
2221
2322## Checklist
2423
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Checkstyle and Tests
33on :
44 pull_request :
55 branches :
6- - ' master '
6+ - ' main '
77 types : [opened, synchronize, reopened]
88
99jobs :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ COPY --chown=esuser:esgroup --from=builder /opt/kafka/libs/ /opt/kafka/libs/
1818COPY --chown=esuser:esgroup --from=builder /opt/kafka/config/ /opt/kafka/config/
1919
2020RUN mkdir /opt/kafka/logs && chown esuser:esgroup /opt/kafka/logs
21- COPY --chown=esuser:esgroup target/kafka-connect-*-jar-with-dependencies.jar /opt/kafka/libs /
21+ COPY --chown=esuser:esgroup target/kafka-connect-*-jar-with-dependencies.jar /opt/connectors /
2222
2323WORKDIR /opt/kafka
2424
Original file line number Diff line number Diff line change 2020 <groupId >com.ibm.eventstreams.connect</groupId >
2121 <artifactId >kafka-connect-mq-sink</artifactId >
2222 <packaging >jar</packaging >
23- <version >1.5.1 </version >
23+ <version >1.5.2 </version >
2424 <name >kafka-connect-mq-sink</name >
2525 <organization >
2626 <name >IBM Corporation</name >
6363 <dependency >
6464 <groupId >com.ibm.mq</groupId >
6565 <artifactId >com.ibm.mq.allclient</artifactId >
66- <version >9.1.5.0 </version >
66+ <version >9.3.3.1 </version >
6767 </dependency >
6868
6969 <dependency >
7070 <groupId >junit</groupId >
7171 <artifactId >junit</artifactId >
72- <version >4.13.1 </version >
72+ <version >4.13.2 </version >
7373 <scope >test</scope >
7474 </dependency >
7575 <dependency >
7676 <groupId >org.slf4j</groupId >
7777 <artifactId >slf4j-log4j12</artifactId >
78- <version >1.7.25 </version >
78+ <version >2.0.7 </version >
7979 <scope >test</scope >
8080 </dependency >
8181
8484 <dependency >
8585 <groupId >org.testcontainers</groupId >
8686 <artifactId >testcontainers</artifactId >
87- <version >1.17.2 </version >
87+ <version >1.17.6 </version >
8888 <scope >test</scope >
8989 </dependency >
9090 </dependencies >
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ public class MQSinkConnector extends SinkConnector {
153153 public static final String CONFIG_DISPLAY_MQ_RETRY_BACKOFF_MS = "Retry backoff (ms)" ;
154154
155155
156- public static String version = "1.5.1 " ;
156+ public static String version = "1.5.2 " ;
157157
158158 private Map <String , String > configProps ;
159159
You can’t perform that action at this time.
0 commit comments