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.2.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: v4.2.5
Choose a head ref
  • 3 commits
  • 17 files changed
  • 4 contributors

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    8fe823f View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump mockito-core from 5.1.0 to 5.1.1 (#1745)

    Bumps [mockito-core](https://github.com/mockito/mockito) from 5.1.0 to 5.1.1.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v5.1.0...v5.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:development
      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 31, 2023
    Configuration menu
    Copy the full SHA
    dc22768 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. fix: improvements on informer start and logging (#1749)

    * fix: improvements on informer start and logging
    
    * additional logging
    
    * exception handling fix
    
    * remove comment
    
    * refactor: avoid retrieving name several times
    
    ---------
    
    Co-authored-by: Chris Laprun <metacosm@gmail.com>
    csviri and metacosm authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    1d56ed8 View commit details
    Browse the repository at this point in the history
Loading