-
Notifications
You must be signed in to change notification settings - Fork 13
Comparing changes
Open a pull request
base repository: microsoftgraph/msgraph-beta-sdk-java
base: v6.59.0
head repository: microsoftgraph/msgraph-beta-sdk-java
compare: v6.60.0
- 11 commits
- 1,658 files changed
- 8 contributors
Commits on May 15, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for 99c69ef - Browse repository at this point
Copy the full SHA 99c69efView commit details -
Merge pull request #1319 from microsoftgraph/chore/rename-daily-ci-pi…
…peline chore: rename daily ci pipeline file and folder to standard
Configuration menu - View commit details
-
Copy full SHA for 2c65ac0 - Browse repository at this point
Copy the full SHA 2c65ac0View commit details
Commits on May 25, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for 3c782b2 - Browse repository at this point
Copy the full SHA 3c782b2View commit details
Commits on May 27, 2026
-
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
Configuration menu - View commit details
-
Copy full SHA for 0f73dff - Browse repository at this point
Copy the full SHA 0f73dffView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 0ded782 - Browse repository at this point
Copy the full SHA 0ded782View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 82bf9f1 - Browse repository at this point
Copy the full SHA 82bf9f1View commit details
Commits on Jul 8, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for d352b57 - Browse repository at this point
Copy the full SHA d352b57View commit details
Commits on Jul 10, 2026
-
feat(generation): update request builders and models
Update generated files with build 226207
Microsoft Graph DevX Tooling authored and Microsoft Graph DevX Tooling committedJul 10, 2026 Configuration menu - View commit details
-
Copy full SHA for e1b272e - Browse repository at this point
Copy the full SHA e1b272eView commit details -
Merge pull request #1364 from microsoftgraph/beta/pipelinebuild/226207
Generated beta models and request builders
Configuration menu - View commit details
-
Copy full SHA for 7deb714 - Browse repository at this point
Copy the full SHA 7deb714View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34f9e78 - Browse repository at this point
Copy the full SHA 34f9e78View commit details -
Merge pull request #1365 from microsoftgraph/release-please--branches…
…--main--components--com.microsoft.graph.microsoft-graph-beta chore(main): release 6.60.0
Configuration menu - View commit details
-
Copy full SHA for 82cb87e - Browse repository at this point
Copy the full SHA 82cb87eView 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 v6.59.0...v6.60.0