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: activemq-5.19.3
Choose a base ref
...
head repository: apache/activemq
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: activemq-5.19.4
Choose a head ref
  • 8 commits
  • 52 files changed
  • 4 contributors

Commits on Mar 21, 2026

  1. Configuration menu
    Copy the full SHA
    7b0f08b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2026

  1. Configuration menu
    Copy the full SHA
    9cd1bfd View commit details
    Browse the repository at this point in the history
  2. Fix FactoryFinder path resolution in Windows (#1831) (#1837)

    This update ensures forward slashes are alow used for classpath
    resolution, even on all Windows versions. Also add extra validation
    to prevent path separators (slashes) in factory key names. Lastly added
    some more tests for validation
    
    This closes #1830
    
    (cherry picked from commit bedb108)
    cshannon authored Mar 26, 2026
    Configuration menu
    Copy the full SHA
    422dbf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61bbd5d View commit details
    Browse the repository at this point in the history
  4. Prevent a VM transport from being used with BrokerView (#1845)

    This prevents a VM transport URI from being used when adding a connector
    or a network connector through the Broker MBean
    
    (cherry picked from commit ef53b5b)
    cshannon authored Mar 26, 2026
    Configuration menu
    Copy the full SHA
    0ce7560 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    744fb35 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2026

  1. Also validate nested composite URIs used with BrokerView (#1849)

    Add a check for VM transports that are in a nested composite URI
    
    This is a follow on to #1840
    
    (cherry picked from commit 70caa1b)
    cshannon authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    9bb9ee6 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2026

  1. Configuration menu
    Copy the full SHA
    2c1b9ee View commit details
    Browse the repository at this point in the history
Loading