Skip to content

Commit ccaa4e5

Browse files
joe-vullo-ibmGitHub Enterprise
authored andcommitted
Only once (#23)
squash and merge of exactly once work, history is available in the onlyOnce-history branch
1 parent ebc736a commit ccaa4e5

File tree

59 files changed

+5261
-968
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+5261
-968
lines changed

.github/ISSUE_TEMPLATE/BUG-REPORT.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ body:
5757
label: Version
5858
description: What version of our software are you running?
5959
options:
60-
- 1.3.2 (Default)
61-
- older (<1.3.2)
60+
- 2.0.0 (Default)
61+
- older (<2.0.0)
6262
validations:
6363
required: true
6464
- type: textarea

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@ target/
1515
*.iws
1616

1717
# Visual Studio Code
18-
.vscode/
18+
.vscode/
19+
20+
mqjms.log.*
21+
/src/main/resources/simplelogger.properties
22+
.envrc

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COPY --chown=esuser:esgroup --from=builder /opt/kafka/libs/ /opt/kafka/libs/
1010
COPY --chown=esuser:esgroup --from=builder /opt/kafka/config/connect-distributed.properties /opt/kafka/config/
1111
COPY --chown=esuser:esgroup --from=builder /opt/kafka/config/connect-log4j.properties /opt/kafka/config/
1212
RUN mkdir /opt/kafka/logs && chown esuser:esgroup /opt/kafka/logs
13-
COPY --chown=esuser:esgroup target/kafka-connect-mq-source-1.3.2-jar-with-dependencies.jar /opt/kafka/libs/
13+
COPY --chown=esuser:esgroup target/kafka-connect-mq-source-2.0.0-jar-with-dependencies.jar /opt/kafka/libs/
1414

1515
WORKDIR /opt/kafka
1616

LICENSES/CP4I/LA_en

179 KB
Binary file not shown.

LICENSES/CP4I/LI_en

47.2 KB
Binary file not shown.

LICENSES/CP4I/non_ibm_license

2.33 MB
Binary file not shown.

LICENSES/CP4I/notices

2.06 MB
Binary file not shown.

LICENSES/EVENT_AUTOMATION/LA_en

97.5 KB
Binary file not shown.

LICENSES/EVENT_AUTOMATION/LI_en

10.8 KB
Binary file not shown.
71.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)