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: v4.9.6
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: v4.9.7
Choose a head ref
  • 18 commits
  • 22 files changed
  • 7 contributors

Commits on Nov 7, 2024

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

Commits on Nov 8, 2024

  1. feat: allow manually specifying CRDs in test extension (#2569)

    * feat: allow manually specifying CRDs in test extension
    
    This is useful when using a contract-first approach where the Java
    classes are generated from the CRD instead of the reverse.
    
    Fixes #2561
    
    Signed-off-by: Chris Laprun <[email protected]>
    
    * refactor: register CRDs via resource name instead of class
    
    Signed-off-by: Chris Laprun <[email protected]>
    
    ---------
    
    Signed-off-by: Chris Laprun <[email protected]>
    metacosm authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    07e744b View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

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

Commits on Nov 14, 2024

  1. chore(deps): bump org.apache.commons:commons-lang3 from 3.16.0 to 3.1…

    …7.0 (#2523)
    
    Bumps org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-lang3
      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 Nov 14, 2024
    Configuration menu
    Copy the full SHA
    cc9333a View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. chore(deps): bump org.mockito:mockito-core from 5.13.0 to 5.14.2 (#2577)

    Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.13.0 to 5.14.2.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v5.13.0...v5.14.2)
    
    ---
    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 Nov 15, 2024
    Configuration menu
    Copy the full SHA
    0372f83 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump org.apache.maven.plugins:maven-plugin-plugin (#2575)

    Bumps [org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) from 3.15.0 to 3.15.1.
    - [Release notes](https://github.com/apache/maven-plugin-tools/releases)
    - [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.15.0...maven-plugin-tools-3.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-plugin-plugin
      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 Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d2f3f17 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump log4j.version from 2.23.1 to 2.24.1 (#2576)

    Bumps `log4j.version` from 2.23.1 to 2.24.1.
    
    Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.23.1 to 2.24.1
    
    Updates `org.apache.logging.log4j:log4j-core` from 2.23.1 to 2.24.1
    
    Updates `org.apache.logging.log4j:log4j2-core` from 2.23.1 to 2.24.1
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.logging.log4j:log4j-slf4j-impl
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.logging.log4j:log4j-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.logging.log4j:log4j2-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>
    Co-authored-by: Attila Mészáros <[email protected]>
    dependabot[bot] and csviri authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    0df6c52 View commit details
    Browse the repository at this point in the history
  4. docs: fix rendering of placeholders in metrics table and add anchor f…

    …or operator SDK metrics (#2580)
    
    Signed-off-by: David Sondermann <[email protected]>
    Donnerbart authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    41c8ee1 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. chore(deps): bump com.google.cloud.tools:jib-maven-plugin (#2588)

    Bumps [com.google.cloud.tools:jib-maven-plugin](https://github.com/GoogleContainerTools/jib) from 3.4.3 to 3.4.4.
    - [Release notes](https://github.com/GoogleContainerTools/jib/releases)
    - [Commits](https://github.com/GoogleContainerTools/jib/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.cloud.tools:jib-maven-plugin
      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 Nov 18, 2024
    Configuration menu
    Copy the full SHA
    c6549ac View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin (#2590)

    Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.0 to 3.5.2.
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.5.0...surefire-3.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-surefire-plugin
      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 Nov 18, 2024
    Configuration menu
    Copy the full SHA
    9b3d7a4 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin (#2589)

    Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.5 to 3.2.7.
    - [Release notes](https://github.com/apache/maven-gpg-plugin/releases)
    - [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.2.5...maven-gpg-plugin-3.2.7)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-gpg-plugin
      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 Nov 18, 2024
    Configuration menu
    Copy the full SHA
    3fadd16 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    5f140b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    512c549 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34f1d81 View commit details
    Browse the repository at this point in the history
  4. improve: simpler api for adding additional CRD file (#2574)

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

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    52dd173 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump io.micrometer:micrometer-core from 1.13.3 to 1.14.1 (

    …#2596)
    
    Bumps [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer) from 1.13.3 to 1.14.1.
    - [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
    - [Commits](micrometer-metrics/micrometer@v1.13.3...v1.14.1)
    
    ---
    updated-dependencies:
    - dependency-name: io.micrometer:micrometer-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 Nov 20, 2024
    Configuration menu
    Copy the full SHA
    9ad77ae View commit details
    Browse the repository at this point in the history
  3. Method signature mismatched with javadoc and implementation (#2587)

    * refactor: add unit tests for DefaultManagedDependentResourceContext
    
    Signed-off-by: Robert Young <[email protected]>
    
    * fix: implementation of put should return value instead of Optional
    
    Signed-off-by: Chris Laprun <[email protected]>
    
    * fix: update test name
    
    Signed-off-by: Robert Young <[email protected]>
    
    ---------
    
    Signed-off-by: Robert Young <[email protected]>
    Signed-off-by: Chris Laprun <[email protected]>
    Co-authored-by: Chris Laprun <[email protected]>
    robobario and metacosm authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    1f6cf2c View commit details
    Browse the repository at this point in the history
Loading