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: main
Choose a base ref
...
head repository: KimDoubleB/java-operator-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 31 files changed
  • 6 contributors

Commits on Oct 15, 2021

  1. chore(deps): bump micrometer-core from 1.7.4 to 1.7.5 (#606)

    Bumps [micrometer-core](https://github.com/micrometer-metrics/micrometer) from 1.7.4 to 1.7.5.
    - [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
    - [Commits](micrometer-metrics/micrometer@v1.7.4...v1.7.5)
    
    ---
    updated-dependencies:
    - dependency-name: io.micrometer:micrometer-core
      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 15, 2021
    Configuration menu
    Copy the full SHA
    5431289 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

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

Commits on Oct 22, 2021

  1. chore(deps): bump spring-boot.version from 2.5.5 to 2.5.6 (#617)

    Bumps `spring-boot.version` from 2.5.5 to 2.5.6.
    
    Updates `spring-boot-dependencies` from 2.5.5 to 2.5.6
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.5.5...v2.5.6)
    
    Updates `spring-boot-maven-plugin` from 2.5.5 to 2.5.6
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v2.5.5...v2.5.6)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.boot:spring-boot-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 Oct 22, 2021
    Configuration menu
    Copy the full SHA
    f9ee9b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. chore(deps): bump awaitility from 4.1.0 to 4.1.1

    Bumps [awaitility](https://github.com/awaitility/awaitility) from 4.1.0 to 4.1.1.
    - [Release notes](https://github.com/awaitility/awaitility/releases)
    - [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt)
    - [Commits](awaitility/awaitility@awaitility-4.1.0...awaitility-4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.awaitility:awaitility
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and metacosm committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    fb15a1e View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    f188473 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c0a630 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. fix: restart event handler (#632)

    Properly start event handler when starting the event source. 
    Minor clean-ups.
    Fixes #630
    Co-authored-by: csviri <[email protected]>
    metacosm and csviri authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    0cc0512 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24ac6ed View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Configuration menu
    Copy the full SHA
    3f9c9ce View commit details
    Browse the repository at this point in the history
  2. fix: replace jandex plugin by Quarkus detection of beans.xml files

    This allows to not run into compatibility between index versions.
    metacosm committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    f0ca4ca View commit details
    Browse the repository at this point in the history
  3. fix: improve duplicated controller detection, add tests

    While we originally planned to make it possible to register controllers
    with the same CR but with different version (see #637), that behavior
    should actually be forbidden since only one CR version can be served,
    see #94 for more details.
    metacosm committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    0287c0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d9e4fe View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. chore(deps): bump formatter-maven-plugin from 2.16.0 to 2.17.0 (#644)

    Bumps [formatter-maven-plugin](https://github.com/revelc/formatter-maven-plugin) from 2.16.0 to 2.17.0.
    - [Release notes](https://github.com/revelc/formatter-maven-plugin/releases)
    - [Changelog](https://github.com/revelc/formatter-maven-plugin/blob/main/CHANGELOG.md)
    - [Commits](revelc/formatter-maven-plugin@formatter-maven-plugin-2.16.0...formatter-maven-plugin-2.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: net.revelc.code.formatter:formatter-maven-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 Nov 1, 2021
    Configuration menu
    Copy the full SHA
    d7b63b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5891ced View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

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

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    ebc3539 View commit details
    Browse the repository at this point in the history
  2. fix: typo in docs (#649)

    csviri authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    7e6e170 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d4018b View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. chore(deps): bump auto-service from 1.0 to 1.0.1 (#652)

    Bumps [auto-service](https://github.com/google/auto) from 1.0 to 1.0.1.
    - [Release notes](https://github.com/google/auto/releases)
    - [Commits](google/auto@auto-value-1.0...auto-common-1.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.auto.service:auto-service
      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 4, 2021
    Configuration menu
    Copy the full SHA
    b137794 View commit details
    Browse the repository at this point in the history
Loading