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: operator-framework/java-operator-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.2.1
Choose a base ref
...
head repository: operator-framework/java-operator-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.2.2
Choose a head ref
  • 15 commits
  • 32 files changed
  • 5 contributors

Commits on Dec 4, 2025

  1. chore: bump version to 5.2.2-SNAPSHOT (#3085)

    Signed-off-by: Chris Laprun <metacosm@gmail.com>
    metacosm authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    8d5ed3f View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. chore(deps): bump io.micrometer:micrometer-core from 1.16.0 to 1.16.1 (

    …#3088)
    
    Bumps [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer) from 1.16.0 to 1.16.1.
    - [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
    - [Commits](micrometer-metrics/micrometer@v1.16.0...v1.16.1)
    
    ---
    updated-dependencies:
    - dependency-name: io.micrometer:micrometer-core
      dependency-version: 1.16.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 10, 2025
    Configuration menu
    Copy the full SHA
    dc8172c View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump org.mockito:mockito-core from 5.20.0 to 5.21.0 (#3090)

    Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.20.0 to 5.21.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v5.20.0...v5.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-version: 5.21.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 10, 2025
    Configuration menu
    Copy the full SHA
    1223035 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2025

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

Commits on Dec 17, 2025

  1. chore(deps): bump org.apache.maven:maven-plugin-api (#3096)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    bb51f65 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump log4j.version from 2.25.2 to 2.25.3 (#3095)

    Bumps `log4j.version` from 2.25.2 to 2.25.3.
    
    Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.25.2 to 2.25.3
    
    Updates `org.apache.logging.log4j:log4j-core` from 2.25.2 to 2.25.3
    
    Updates `org.apache.logging.log4j:log4j2-core` from 2.25.2 to 2.25.3
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl
      dependency-version: 2.25.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.logging.log4j:log4j-core
      dependency-version: 2.25.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.logging.log4j:log4j2-core
      dependency-version: 2.25.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    ff376f3 View commit details
    Browse the repository at this point in the history
  3. fix: time unit in PeriodicCleanerExpectationManager and integration t…

    …est (#3092)
    
    ---------
    
    Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
    csviri authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    ff3edb7 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2025

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

Commits on Dec 20, 2025

  1. chore(deps): bump org.apache.logging.log4j:log4j-core (#3101)

    Bumps org.apache.logging.log4j:log4j-core from 2.20.0 to 2.25.3.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.logging.log4j:log4j-core
      dependency-version: 2.25.3
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 20, 2025
    Configuration menu
    Copy the full SHA
    eba5dad View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2025

  1. improve: log error in NodeExecutor (#3102)

    Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
    csviri authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    9f6c8c1 View commit details
    Browse the repository at this point in the history
  2. Add @sample annotation for expectation pattern releated integration t…

    …ests (#3100)
    
    Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
    csviri authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    a29c009 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2026

  1. fix: typos in Sample annotations (#3108)

    Signed-off-by: xstefank <xstefank122@gmail.com>
    xstefank authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    3ba9424 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2026

  1. chore(deps): bump org.junit:junit-bom from 6.0.1 to 6.0.2 (#3110)

    Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 6.0.1 to 6.0.2.
    - [Release notes](https://github.com/junit-team/junit-framework/releases)
    - [Commits](junit-team/junit-framework@r6.0.1...r6.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit:junit-bom
      dependency-version: 6.0.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    2d5a740 View commit details
    Browse the repository at this point in the history
  2. fix: stop thread pools when an error occurs during startup (#3107)

    Signed-off-by: Gerard de Leeuw <gdeleeuw@leeuwit.nl>
    lion7 authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    b775767 View commit details
    Browse the repository at this point in the history
  3. improve: run PRs for every branch (#3111)

    Not sure why it seemed to be a good idea ti limit this on certain branches,
    with this PR we will run the workflow all the time, it helps especially with PRs
    on which we work together, and other may target branches of a PR with new additions.
    
    Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
    csviri authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    c6416e0 View commit details
    Browse the repository at this point in the history
Loading