Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/activemq
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d8ce713
Choose a base ref
...
head repository: apache/activemq
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6bb0a02
Choose a head ref
  • 6 commits
  • 70 files changed
  • 2 contributors

Commits on Apr 2, 2026

  1. Configuration menu
    Copy the full SHA
    76b9710 View commit details
    Browse the repository at this point in the history
  2. Ensure AMQP protocol marshals messages before passing to broker (#1859)…

    … (#1860)
    
    This change brings the behaior inline with other protocols and will
    prevent a future race condition during copy/dispatch as the data will
    already be marshaled.
    
    This closes #1858
    
    (cherry picked from commit e8f10dd)
    cshannon authored Apr 2, 2026
    Configuration menu
    Copy the full SHA
    5af8422 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2026

  1. AMQ-9810 - Add additional validation for MQTT control packets

    Validate that the remaining length field is the correct number of bytes
    
    (cherry picked from commit 165e80b)
    cshannon committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    7ec363b View commit details
    Browse the repository at this point in the history
  2. AMQ-9810 - Add additional validation for MQTT wireformat

    Validate that the remaining length field is the correct number of bytes
    in MQTTWireFormat
    
    (cherry picked from commit d0df9e2)
    cshannon committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    4977d14 View commit details
    Browse the repository at this point in the history
  3. Properly handle SSL handshake updates (#1886)

    Handle different handshake state changes in NIOSSL transports
    cshannon authored Apr 8, 2026
    Configuration menu
    Copy the full SHA
    32bd50f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bb0a02 View commit details
    Browse the repository at this point in the history
Loading