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.1.4
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: main
Choose a head ref
  • 12 commits
  • 39 files changed
  • 6 contributors

Commits on Oct 13, 2025

  1. fix: main version to 5.1.5-SNAPSHOT (#2992)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    792ee8d View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

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

Commits on Oct 17, 2025

  1. fix: reducing log level of failure to patch in handleErrorStatusHandl…

    …er (#2983)
    
    closes: #2981
    
    Signed-off-by: Steve Hawkins <[email protected]>
    shawkins authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    b351b52 View commit details
    Browse the repository at this point in the history
  2. fix: typo (#3005)

    Signed-off-by: Chris Laprun <[email protected]>
    metacosm authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    3db519a View commit details
    Browse the repository at this point in the history
  3. feat: CI for java 25 (#2947)

    * feat: java 25 support
    
    Signed-off-by: Attila Mészáros <[email protected]>
    
    * use zulu distribution
    
    Signed-off-by: Attila Mészáros <[email protected]>
    
    * fix
    
    Signed-off-by: Attila Mészáros <[email protected]>
    
    * latest google format
    
    Signed-off-by: Attila Mészáros <[email protected]>
    
    * chore: use temurin distribution again, adjust versions
    
    Signed-off-by: Chris Laprun <[email protected]>
    
    ---------
    
    Signed-off-by: Attila Mészáros <[email protected]>
    Signed-off-by: Chris Laprun <[email protected]>
    Co-authored-by: Chris Laprun <[email protected]>
    csviri and metacosm authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    d6e76d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. Improve PodTemplateSpec sanitizer for GKE Autopilot compatibility (#3012

    )
    
    * test: update type parameters in SSABasedGenericKubernetesResourceMatcherTest for better type safety
    * fix: improve PodTemplateSpec sanitizer for GKE Autopilot compatibility
    
    Signed-off-by: David Sondermann <[email protected]>
    Donnerbart authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    fa288d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2025

  1. improve: showcase issue where updating the spec with SSA removes the …

    …finalizer (#2848)
    
    Signed-off-by: Attila Mészáros <[email protected]>
    csviri authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    a25ddb1 View commit details
    Browse the repository at this point in the history
  2. improve: showcase initialized spec deleted when adding finalizer with…

    … SSA with same fieldManager (#2847)
    
    Signed-off-by: Attila Mészáros <[email protected]>
    csviri authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    61ed0ef View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. chore(deps): bump org.apache.maven.plugin-tools:maven-plugin-annotati…

    …ons (#3023)
    
    Bumps [org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) from 3.15.1 to 3.15.2.
    - [Release notes](https://github.com/apache/maven-plugin-tools/releases)
    - [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.15.1...maven-plugin-tools-3.15.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
      dependency-version: 3.15.2
      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>
    dependabot[bot] authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    385f1a3 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump org.apache.maven.plugins:maven-plugin-plugin (#3022)

    Bumps [org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) from 3.15.1 to 3.15.2.
    - [Release notes](https://github.com/apache/maven-plugin-tools/releases)
    - [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.15.1...maven-plugin-tools-3.15.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-plugin-plugin
      dependency-version: 3.15.2
      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>
    dependabot[bot] authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    358ed4e View commit details
    Browse the repository at this point in the history
  3. improve: Small health check improvements (#3021)

    Signed-off-by: David Sondermann <[email protected]>
    Donnerbart authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    6127066 View commit details
    Browse the repository at this point in the history
Loading