-
Notifications
You must be signed in to change notification settings - Fork 30
Comparing changes
Open a pull request
base repository: microsoftgraph/msgraph-sdk-java-core
base: v3.2.0
head repository: microsoftgraph/msgraph-sdk-java-core
compare: v3.2.1
- 10 commits
- 13 files changed
- 6 contributors
Commits on Sep 3, 2024
-
Updated Java version to 21 in workflows and mockito from inline to core
Microsoft Graph DevX Tooling authored and Microsoft Graph DevX Tooling committedSep 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 86fbeef - Browse repository at this point
Copy the full SHA 86fbeefView commit details
Commits on Sep 4, 2024
-
Updated version in sonar cloud
Microsoft Graph DevX Tooling authored and Microsoft Graph DevX Tooling committedSep 4, 2024 Configuration menu - View commit details
-
Copy full SHA for e4231a0 - Browse repository at this point
Copy the full SHA e4231a0View commit details -
Merge pull request #1731 from microsoftgraph/1723-replace-mockito-inl…
…ine-by-mockito-core Updates Java version to 21 in workflows and Mockito from inline to core
Configuration menu - View commit details
-
Copy full SHA for cbbcdb9 - Browse repository at this point
Copy the full SHA cbbcdb9View commit details
Commits on Sep 5, 2024
-
chore(deps): bump com.github.spotbugs from 6.0.21 to 6.0.22
Bumps com.github.spotbugs from 6.0.21 to 6.0.22. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 0172adc - Browse repository at this point
Copy the full SHA 0172adcView commit details -
Merge pull request #1732 from microsoftgraph/dependabot/gradle/com.gi…
…thub.spotbugs-6.0.22 chore(deps): bump com.github.spotbugs from 6.0.21 to 6.0.22
Configuration menu - View commit details
-
Copy full SHA for 962501a - Browse repository at this point
Copy the full SHA 962501aView commit details
Commits on Sep 9, 2024
-
chore(deps): bump the open-telemetry group across 2 directories with …
…2 updates Bumps the open-telemetry group with 2 updates in the / directory: [io.opentelemetry:opentelemetry-api](https://github.com/open-telemetry/opentelemetry-java) and [io.opentelemetry:opentelemetry-context](https://github.com/open-telemetry/opentelemetry-java). Bumps the open-telemetry group with 2 updates in the /java-8 directory: [io.opentelemetry:opentelemetry-api](https://github.com/open-telemetry/opentelemetry-java) and [io.opentelemetry:opentelemetry-context](https://github.com/open-telemetry/opentelemetry-java). Updates `io.opentelemetry:opentelemetry-api` from 1.41.0 to 1.42.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-java@v1.41.0...v1.42.0) Updates `io.opentelemetry:opentelemetry-context` from 1.41.0 to 1.42.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-java@v1.41.0...v1.42.0) Updates `io.opentelemetry:opentelemetry-api` from 1.41.0 to 1.42.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-java@v1.41.0...v1.42.0) Updates `io.opentelemetry:opentelemetry-context` from 1.41.0 to 1.42.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-java@v1.41.0...v1.42.0) --- updated-dependencies: - dependency-name: io.opentelemetry:opentelemetry-api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: open-telemetry - dependency-name: io.opentelemetry:opentelemetry-context dependency-type: direct:production update-type: version-update:semver-minor dependency-group: open-telemetry - dependency-name: io.opentelemetry:opentelemetry-api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: open-telemetry - dependency-name: io.opentelemetry:opentelemetry-context dependency-type: direct:production update-type: version-update:semver-minor dependency-group: open-telemetry ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 8897003 - Browse repository at this point
Copy the full SHA 8897003View commit details -
Merge pull request #1733 from microsoftgraph/dependabot/gradle/open-t…
…elemetry-c9735c05cc chore(deps): bump the open-telemetry group across 2 directories with 2 updates
Configuration menu - View commit details
-
Copy full SHA for d898436 - Browse repository at this point
Copy the full SHA d898436View commit details -
fix: errorMapping in ResponseCodes with "4XX" and "5XX" Pattern (#1735)
* Enable errorMapping with "4XX" and "5XX" pattern fix: Failed Responses now work with errorMapping with Key "4XX" and "5XX". It looks like, there should be code here to satisfy the "4XX" and "5XX" keys to match 400-499 and 500-599 StatusCodes. But it does not work yet, so i implemented it quickly. Im new here in such big Projects, so i dont know if im at the right address for this issue. I'm open for feedback tho. * fix: missing parenthesis --------- Co-authored-by: Vincent Biret <vibiret@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 150ff3d - Browse repository at this point
Copy the full SHA 150ff3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3a5363 - Browse repository at this point
Copy the full SHA b3a5363View commit details -
Merge pull request #1736 from microsoftgraph/release-please--branches…
…--main--components--com.microsoft.graph.microsoft-graph-core chore(main): release 3.2.1
Configuration menu - View commit details
-
Copy full SHA for b3781db - Browse repository at this point
Copy the full SHA b3781dbView 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 v3.2.0...v3.2.1