-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MQ V2 OSS release #136
MQ V2 OSS release #136
Commits on Jul 13, 2023
-
squash and merge of exactly once work, history is available in the onlyOnce-history branch
Configuration menu - View commit details
-
Copy full SHA for ccaa4e5 - Browse repository at this point
Copy the full SHA ccaa4e5View commit details
Commits on Aug 3, 2023
-
feat: Update mq image to latest (ibm-messaging#45)
Contributes to: event-integration/qp-planning#10883 Signed-off-by: Joel Hanson <[email protected]>
Joel Hanson authored and GitHub Enterprise committedAug 3, 2023 Configuration menu - View commit details
-
Copy full SHA for cd7f112 - Browse repository at this point
Copy the full SHA cd7f112View commit details
Commits on Sep 11, 2023
-
fix: Include appropriate license in packaging (ibm-messaging#46)
* fix:L Include appropriate license in packaging Include appropriate license in packaging Contributes to: event-integration/eventstreams-planning#11171 Signed-off-by: neeraj-laad<[email protected]> Signed-off-by: neeraj-laad <[email protected]> * fix: Move Licenses folder under META-INF Move Licenses folder under META-INF Contributes to: event-integration/eventstreams-planning#11171 Signed-off-by: neeraj-laad <[email protected]> * fix: update license in README update license in README Contributes to: event-integration/eventstreams-planning#11171 Signed-off-by: neeraj-laad <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 29439aa - Browse repository at this point
Copy the full SHA 29439aaView commit details
Commits on Feb 20, 2024
-
fix: fix the no-auth MQ integration tests (ibm-messaging#48)
We use the latest tag MQ image in our integration tests. In December, MQ's container image removed the no-auth svrconn channel so this breaks the connector tests that try to make connections to MQ without credentials. This commit adds a custom MQSC script to configure the queue manager to restore the previous behaviour. The MQSourceTaskAuthIT tests still test the ability to connect to a queue manager with auth credentials, so this commit means we still test connecting with and without credentials. Contributes-to: event-integration/eventstreams-planning#12427 Signed-off-by: Dale Lane <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a595a15 - Browse repository at this point
Copy the full SHA a595a15View commit details
Commits on Mar 12, 2024
-
refactor: delegate config validation to Kafka Connect (ibm-messaging#50)
* feat: pull in changes from origin Contributes to: event-integration/eventstreams-planning#12467 Signed-off-by: Joel Hanson <[email protected]> * feat: Fix suggested review comments Contributes to: event-integration/eventstreams-planning#12467 Signed-off-by: Joel Hanson <[email protected]> --------- Signed-off-by: Joel Hanson <[email protected]>
Joel Hanson authored and GitHub Enterprise committedMar 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 956db2d - Browse repository at this point
Copy the full SHA 956db2dView commit details
Commits on May 24, 2024
-
fix: avoid dead-locking the SourceTask if all commits aren't received (…
…ibm-messaging#51) * chore: comment updates - no functional changes Fixed some weird line-wrapping in the existing comments, edited comments that were technically inaccurate, and added some extra clarification to comments ahead of changes in the next commit. Signed-off-by: Dale Lane <[email protected]> * test: new unit tests that illustrate desired behaviour poll() should quickly return an empty list if we are still waiting for a previous batch to complete, but throw an exception if this happens too many times. Signed-off-by: Dale Lane <[email protected]> * fix: avoid deadlocking poll calls when commitRecord isnt called Signed-off-by: Dale Lane <[email protected]> * chore: prepare new release I also removed an invalid config option that was included in the pom.xml at some point. Signed-off-by: Dale Lane <[email protected]> * feat: Address review comments Contributes to: event-integration/eventstreams-planning#0 Signed-off-by: Joel Hanson <[email protected]> * fix: Update kafka connect-api and connect-json version Contributes to: event-integration/eventstreams-planning#0 Signed-off-by: Joel Hanson <[email protected]> --------- Signed-off-by: Dale Lane <[email protected]> Signed-off-by: Joel Hanson <[email protected]> Co-authored-by: Joel Hanson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 523b5da - Browse repository at this point
Copy the full SHA 523b5daView commit details
Commits on May 28, 2024
-
feat: Automate mq source release (ibm-messaging#52)
Contributes to: event-integration/eventstreams-planning#0 Signed-off-by: Joel Hanson <[email protected]>
Joel Hanson authored and GitHub Enterprise committedMay 28, 2024 Configuration menu - View commit details
-
Copy full SHA for f041bd8 - Browse repository at this point
Copy the full SHA f041bd8View commit details -
fix: travis release (ibm-messaging#53)
Contributes to: event-integration/eventstreams-planning#0 Signed-off-by: Joel Hanson <[email protected]>
Joel Hanson authored and GitHub Enterprise committedMay 28, 2024 Configuration menu - View commit details
-
Copy full SHA for c44624d - Browse repository at this point
Copy the full SHA c44624dView commit details
Commits on Jul 23, 2024
-
Merge remote-tracking branch 'event-integration/kafka-connect-mq-sour…
…ce/main' into mqv2-ossrelease
Priyanka K U authored and Priyanka K U committedJul 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 45acaa6 - Browse repository at this point
Copy the full SHA 45acaa6View commit details
Commits on Aug 7, 2024
-
feat: Addressing review comments
Contributes to: event-integration/eventstreams-planning#12988 Signed-off-by: Priyanka.K.U [email protected] feat: updated versions in pom.xml Contributes to: event-integration/eventstreams-planning#12988 Signed-off-by: Priyanka.K.U [email protected] feat: Addressing review comments Contributes to: event-integration/eventstreams-planning#12988 Signed-off-by: Priyanka.K.U [email protected] feat: Addressing review comments Contributes to: event-integration/eventstreams-planning#12988 Signed-off-by: Priyanka.K.U [email protected] Updated BUG Report Template Contributes to: event-integration/eventstreams-planning#12988 Signed-off-by: Priyanka.K.U [email protected] feat: updated copyright year 2024 Contributes to: event-integration/eventstreams-planning#12988 Signed-off-by: Priyanka.K.U [email protected] feat: addressed the review comments and updated the version to 2.1.0 Contributes to: event-integration/eventstreams-planning#12988 Signed-off-by: Priyanka.K.U [email protected] feat: updated the License folder Contributes to: event-integration/eventstreams-planning#12988 Signed-off-by: Priyanka.K.U [email protected] feat: Updated License and Travis for MQ 2.0.2 Contributes to: event-integration/eventstreams-planning#12988 Signed-off-by: Priyanka.K.U [email protected]
Priyanka K U authored and Priyanka K U committedAug 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 55fb578 - Browse repository at this point
Copy the full SHA 55fb578View commit details