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: microsoftgraph/msgraph-sdk-java-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.0
Choose a base ref
...
head repository: microsoftgraph/msgraph-sdk-java-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.1
Choose a head ref
  • 10 commits
  • 13 files changed
  • 6 contributors

Commits on Sep 3, 2024

  1. Updated Java version to 21 in workflows and mockito from inline to core

    Microsoft Graph DevX Tooling authored and Microsoft Graph DevX Tooling committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    86fbeef View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Updated version in sonar cloud

    Microsoft Graph DevX Tooling authored and Microsoft Graph DevX Tooling committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e4231a0 View commit details
    Browse the repository at this point in the history
  2. 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
    baywet authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    cbbcdb9 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. 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>
    dependabot[bot] authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    0172adc View commit details
    Browse the repository at this point in the history
  2. 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
    github-actions[bot] authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    962501a View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. 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>
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8897003 View commit details
    Browse the repository at this point in the history
  2. 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
    github-actions[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    d898436 View commit details
    Browse the repository at this point in the history
  3. 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>
    EnsnerT and baywet authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    150ff3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3a5363 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1736 from microsoftgraph/release-please--branches…

    …--main--components--com.microsoft.graph.microsoft-graph-core
    
    chore(main): release 3.2.1
    baywet authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    b3781db View commit details
    Browse the repository at this point in the history
Loading