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-beta-sdk-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.59.0
Choose a base ref
...
head repository: microsoftgraph/msgraph-beta-sdk-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.60.0
Choose a head ref
  • 11 commits
  • 1,658 files changed
  • 8 contributors

Commits on May 15, 2026

  1. chore: add DevOps build pipeline for S360 security vulnerability scan…

    …ning (#1318)
    
    * chore: add DevOps build pipeline for S360 security vulnerability scanning
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    
    * chore: update build pipeline schedule to daily
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    
    * chore: enable SDL security scanning in build pipeline
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    ramsessanchez and Copilot authored May 15, 2026
    Configuration menu
    Copy the full SHA
    99c69ef View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1319 from microsoftgraph/chore/rename-daily-ci-pi…

    …peline
    
    chore: rename daily ci pipeline file and folder to standard
    ramsessanchez authored May 15, 2026
    Configuration menu
    Copy the full SHA
    2c65ac0 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2026

  1. chore(deps): bump com.microsoft.graph:microsoft-graph-core in /java-8

    Bumps [com.microsoft.graph:microsoft-graph-core](https://github.com/microsoftgraph/msgraph-sdk-java-core) from 3.6.5 to 3.6.6.
    - [Release notes](https://github.com/microsoftgraph/msgraph-sdk-java-core/releases)
    - [Changelog](https://github.com/microsoftgraph/msgraph-sdk-java-core/blob/main/CHANGELOG.md)
    - [Commits](microsoftgraph/msgraph-sdk-java-core@v3.6.5...v3.6.6)
    
    ---
    updated-dependencies:
    - dependency-name: com.microsoft.graph:microsoft-graph-core
      dependency-version: 3.6.6
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 25, 2026
    Configuration menu
    Copy the full SHA
    3c782b2 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2026

  1. Merge pull request #1325 from microsoftgraph/dependabot/gradle/java-8…

    …/com.microsoft.graph-microsoft-graph-core-3.6.6
    
    chore(deps): bump com.microsoft.graph:microsoft-graph-core from 3.6.5 to 3.6.6 in /java-8
    github-actions[bot] authored May 27, 2026
    Configuration menu
    Copy the full SHA
    0f73dff View commit details
    Browse the repository at this point in the history
  2. refactor: consolidate Dependabot dependency groups and clean up pom.x…

    …ml references (#1323)
    
    - Consolidate 3 Dependabot entries into 2 (single gradle + github-actions)
    - Merge gradle directories (/, /java-8, /android) into one entry
    - Remove maven ecosystem entry (no pom.xml exists)
    - Add dependency groups: microsoft-graph, android-build-tools, all-actions
    - Add Gradle dependency submission job to gradle-build.yml
    - Remove pom.xml references from build.gradle and release-please-config.json
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    ramsessanchez and Copilot authored May 27, 2026
    Configuration menu
    Copy the full SHA
    0ded782 View commit details
    Browse the repository at this point in the history
  3. chore: daily CI pool image and add CFS feed configuration (#1329)

    - Switched to Gradle@4 ADO task with proper pool configuration (added image: ubuntu-latest)
    - Added network isolation policy with sed steps to strip public repos for restricted network builds
    - Added CFS upstream Azure Artifacts feed for dependency resolution in build.gradle, settings.gradle
    - Added CFS feed URL and credential placeholders in gradle.properties
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    ramsessanchez and Copilot authored May 27, 2026
    Configuration menu
    Copy the full SHA
    82bf9f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2026

  1. build: migrate build infrastructure from Gradle to Maven (#1346)

    * build: migrate build infrastructure from Gradle to Maven
    
    Migrates the build system from Gradle to Maven, mirroring the v1 SDK
    migration (microsoftgraph/msgraph-sdk-java#2613), and moves CI/CD away
    from PAT-based Azure Artifacts auth to PAT-less MavenAuthenticate.
    
    - Add pom.xml, Maven wrapper (mvnw/mvnw.cmd/.mvn)
    - Replace gradle-build.yml with maven-build.yml; update codeql to mvnw
    - Update ADO ci-build.yml and daily-ci-build.yml to Maven + MavenAuthenticate@0
    - dependabot: root -> maven, /android kept as gradle
    - release-please: xml xpath updater for pom.xml version
    - android: inline dependencies; remove shared gradle/dependencies.gradle
    - Remove all root Gradle files and the java-8 subproject
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    
    * fix: make mvnw executable and raise javadoc heap for large beta SDK
    
    - Set the executable bit on mvnw so Linux CI (GitHub Actions) can run it
      (was failing with exit 126 / Permission denied)
    - Increase maven-javadoc-plugin fork heap to -J-Xmx4g; the beta SDK has
      27,817 source files and OOMed javadoc at 2g (Please increase memory)
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    
    * Potential fix for pull request finding
    
    Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
    
    * Potential fix for pull request finding
    
    Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
    3 people authored Jul 8, 2026
    Configuration menu
    Copy the full SHA
    d352b57 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2026

  1. feat(generation): update request builders and models

    Update generated files with build 226207
    Microsoft Graph DevX Tooling authored and Microsoft Graph DevX Tooling committed Jul 10, 2026
    Configuration menu
    Copy the full SHA
    e1b272e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1364 from microsoftgraph/beta/pipelinebuild/226207

    Generated beta models and request builders
    jingjingjia-ms authored Jul 10, 2026
    Configuration menu
    Copy the full SHA
    7deb714 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34f9e78 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1365 from microsoftgraph/release-please--branches…

    …--main--components--com.microsoft.graph.microsoft-graph-beta
    
    chore(main): release 6.60.0
    jingjingjia-ms authored Jul 10, 2026
    Configuration menu
    Copy the full SHA
    82cb87e View commit details
    Browse the repository at this point in the history
Loading