Skip to content
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

Merged
merged 10 commits into from
Aug 7, 2024
Merged

Commits on Jul 13, 2023

  1. Only once (ibm-messaging#23)

    squash and merge of exactly once work, history is available in the onlyOnce-history branch
    jvulloibm authored and GitHub Enterprise committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    ccaa4e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. 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 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    cd7f112 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. 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]>
    neeraj-laad authored and GitHub Enterprise committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    29439aa View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. 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]>
    dalelane authored and GitHub Enterprise committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a595a15 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. 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 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    956db2d View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. 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]>
    2 people authored and GitHub Enterprise committed May 24, 2024
    Configuration menu
    Copy the full SHA
    523b5da View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. 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 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    f041bd8 View commit details
    Browse the repository at this point in the history
  2. 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 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    c44624d View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Merge remote-tracking branch 'event-integration/kafka-connect-mq-sour…

    …ce/main' into mqv2-ossrelease
    Priyanka K U authored and Priyanka K U committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    45acaa6 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. 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 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    55fb578 View commit details
    Browse the repository at this point in the history