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.0.3
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.0.4
Choose a head ref
  • 18 commits
  • 686 files changed
  • 6 contributors

Commits on Feb 25, 2025

  1. Configuration menu
    Copy the full SHA
    2d9d57c View commit details
    Browse the repository at this point in the history
  2. feat: enable deactivation of MDC logging (#2699)

    Signed-off-by: Chris Laprun <[email protected]>
    metacosm authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    b2106f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin (#2703)

    Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.12.1 to 3.14.0.
    - [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
    - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.12.1...maven-compiler-plugin-3.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-compiler-plugin
      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 Feb 26, 2025
    Configuration menu
    Copy the full SHA
    ea57fed View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. docs: blog post on SSA (#2689)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    dfaf06f View commit details
    Browse the repository at this point in the history
  2. docs: add section on otpimisitic locking to SSA blog (#2710)

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

Commits on Feb 28, 2025

  1. Configuration menu
    Copy the full SHA
    7816aca View commit details
    Browse the repository at this point in the history
  2. docs: add author to blog post (#2715)

    Signed-off-by: Attila Mészáros <[email protected]>
    csviri authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    9057d5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18e5824 View commit details
    Browse the repository at this point in the history
  4. chore: bump docsy and hugo fix templating issue (#2714)

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

Commits on Mar 3, 2025

  1. fix: spotless plugin (googleJavaFormat) (#2706)

    Signed-off-by: xstefank <[email protected]>
    xstefank authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    ba2dd39 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. chore(deps): bump org.mockito:mockito-core from 5.15.2 to 5.16.0 (#2718)

    Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.15.2 to 5.16.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v5.15.2...v5.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      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 Mar 4, 2025
    Configuration menu
    Copy the full SHA
    4a40742 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e764a11 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

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

Commits on Mar 11, 2025

  1. Configuration menu
    Copy the full SHA
    15bbe92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fefc87a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b39f73 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. Configuration menu
    Copy the full SHA
    4ae9361 View commit details
    Browse the repository at this point in the history
  2. fix: apiVersion match for standard K8s resources (#2724)

    The HasMetadata.getApiVersion(primaryResourceType) method return "/v1" for
    the ConfigMap type. Since the K8s owner reference uses "v1" instead, the
    secondary resource of a primary ConfigMap will not be tracked correctly.
    
    Proposed fix for #2723
    
    Signed-off-by: Mathias Nicolajsen Kjaergaard <[email protected]>
    mnk authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    a8a15b1 View commit details
    Browse the repository at this point in the history
Loading