-
Notifications
You must be signed in to change notification settings - Fork 236
Comparing changes
Open a pull request
base repository: operator-framework/java-operator-sdk
base: main
head repository: KimDoubleB/java-operator-sdk
compare: master
- 19 commits
- 31 files changed
- 6 contributors
Commits on Oct 15, 2021
-
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>
Configuration menu - View commit details
-
Copy full SHA for 5431289 - Browse repository at this point
Copy the full SHA 5431289View commit details
Commits on Oct 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 30dcf72 - Browse repository at this point
Copy the full SHA 30dcf72View commit details
Commits on Oct 22, 2021
-
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>
Configuration menu - View commit details
-
Copy full SHA for f9ee9b2 - Browse repository at this point
Copy the full SHA f9ee9b2View commit details
Commits on Oct 26, 2021
-
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]>
Configuration menu - View commit details
-
Copy full SHA for fb15a1e - Browse repository at this point
Copy the full SHA fb15a1eView commit details
Commits on Oct 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f188473 - Browse repository at this point
Copy the full SHA f188473View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c0a630 - Browse repository at this point
Copy the full SHA 7c0a630View commit details
Commits on Oct 28, 2021
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 0cc0512 - Browse repository at this point
Copy the full SHA 0cc0512View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24ac6ed - Browse repository at this point
Copy the full SHA 24ac6edView commit details
Commits on Oct 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3f9c9ce - Browse repository at this point
Copy the full SHA 3f9c9ceView commit details -
fix: replace jandex plugin by Quarkus detection of beans.xml files
This allows to not run into compatibility between index versions.
Configuration menu - View commit details
-
Copy full SHA for f0ca4ca - Browse repository at this point
Copy the full SHA f0ca4caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0287c0c - Browse repository at this point
Copy the full SHA 0287c0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d9e4fe - Browse repository at this point
Copy the full SHA 0d9e4feView commit details
Commits on Nov 1, 2021
-
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>
Configuration menu - View commit details
-
Copy full SHA for d7b63b3 - Browse repository at this point
Copy the full SHA d7b63b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5891ced - Browse repository at this point
Copy the full SHA 5891cedView commit details
Commits on Nov 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 767858d - Browse repository at this point
Copy the full SHA 767858dView commit details
Commits on Nov 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ebc3539 - Browse repository at this point
Copy the full SHA ebc3539View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e6e170 - Browse repository at this point
Copy the full SHA 7e6e170View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d4018b - Browse repository at this point
Copy the full SHA 6d4018bView commit details
Commits on Nov 4, 2021
-
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>
Configuration menu - View commit details
-
Copy full SHA for b137794 - Browse repository at this point
Copy the full SHA b137794View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...master