Commit 9ad88a1
committed
chore: revert to Java 8 syntax
I didn't realise we were still using Java 8 to build the
connector. Given that it has been deprecated in Kafka since v3.0
this doesn't seem like the right choice, but that feels like too
significant a change to include in this pull request, so for now
I'll just remove the newer syntax I'd used.
Signed-off-by: Dale Lane <[email protected]>1 parent 892c7f8 commit 9ad88a1
File tree
2 files changed
+14
-6
lines changed- src
- main/java/com/ibm/eventstreams/connect/mqsource
- test/java/com/ibm/eventstreams/connect/mqsource/builders
2 files changed
+14
-6
lines changedLines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
776 | 777 | | |
777 | 778 | | |
778 | 779 | | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
779 | 784 | | |
780 | | - | |
781 | 785 | | |
782 | 786 | | |
783 | 787 | | |
| |||
Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| |||
0 commit comments