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-6.2.1
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-6.2.2
Choose a head ref
  • 9 commits
  • 62 files changed
  • 3 contributors

Commits on Feb 12, 2026

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

Commits on Feb 15, 2026

  1. Bump jolokia-version from 2.4.3 to 2.5.0 (#1663)

    Bumps `jolokia-version` from 2.4.3 to 2.5.0.
    
    Updates `org.jolokia:jolokia-server-core` from 2.4.3 to 2.5.0
    - [Release notes](https://github.com/jolokia/jolokia/releases)
    - [Commits](jolokia/jolokia@v2.4.3...v2.5.0)
    
    Updates `org.jolokia:jolokia-service-jmx` from 2.4.3 to 2.5.0
    
    Updates `org.jolokia:jolokia-service-serializer` from 2.4.3 to 2.5.0
    
    ---
    updated-dependencies:
    - dependency-name: org.jolokia:jolokia-server-core
      dependency-version: 2.5.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.jolokia:jolokia-service-jmx
      dependency-version: 2.5.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.jolokia:jolokia-service-serializer
      dependency-version: 2.5.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and jbonofre committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    06d8423 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2026

  1. Improve FactoryFinder Validation (#1793) (#1799)

    Also modernizes with generics and adds improved testing
    
    Co-authored-by: Christopher L. Shannon <[email protected]>
    jbonofre and cshannon authored Mar 18, 2026
    Configuration menu
    Copy the full SHA
    b0ca555 View commit details
    Browse the repository at this point in the history
  2. Backport: remove the annotation on the ProtocolConverterTest (#1793) (#…

    …1801)
    
    * Backport: remove parallel annotation on ProtocolConverterTest (#1793)
    
    * Cleanup import
    jbonofre authored Mar 18, 2026
    Configuration menu
    Copy the full SHA
    0544699 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

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

Commits on Mar 20, 2026

  1. Configuration menu
    Copy the full SHA
    e2b8793 View commit details
    Browse the repository at this point in the history
  2. fix(assembly): add missing jolokia-core to assembly descriptor (#1808)

    The jolokia-core artifact (containing org.jolokia.core.api.LogHandler)
    is a transitive dependency of jolokia-server-core in Jolokia 2.x but
    was not listed in the assembly descriptor's explicit includes, causing
    a NoClassDefFoundError at runtime.
    jbonofre authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    f224dc7 View commit details
    Browse the repository at this point in the history
  3. Bump jackson-version from 2.21.0 to 2.21.1 (#1709) (#1810)

    Bumps `jackson-version` from 2.21.0 to 2.21.1.
    
    Updates `com.fasterxml.jackson.core:jackson-core` from 2.21.0 to 2.21.1
    - [Commits](FasterXML/jackson-core@jackson-core-2.21.0...jackson-core-2.21.1)
    
    Updates `com.fasterxml.jackson.core:jackson-databind` from 2.21.0 to 2.21.1
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.21.0 to 2.21.1
    - [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.21.0...jackson-dataformat-xml-2.21.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-core
      dependency-version: 2.21.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-version: 2.21.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
      dependency-version: 2.21.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    jbonofre and dependabot[bot] authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    a56b352 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ace8c0c View commit details
    Browse the repository at this point in the history
Loading