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

Commits on Mar 21, 2026

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

Commits on Mar 26, 2026

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

    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
    c2f8f19 View commit details
    Browse the repository at this point in the history
  3. Prevent a VM transport from being used with BrokerView (#1844)

    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
    1 Configuration menu
    Copy the full SHA
    25b4317 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6001f8e View commit details
    Browse the repository at this point in the history
  5. Also validate nested composite URIs used with BrokerView (#1848)

    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 26, 2026
    Configuration menu
    Copy the full SHA
    f485345 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2026

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