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: microsoft/azure-tools-for-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: microsoft/azure-tools-for-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-3.97.6
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Jul 12, 2026

  1. Fix Utils compilation on JDK 25

    Upgrade Lombok, configure it explicitly as an annotation processor, update the legacy HDInsight compiler plugin, and stop the release pipeline immediately when Maven fails.
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    wangmingliang-ms and Copilot committed Jul 12, 2026
    Configuration menu
    Copy the full SHA
    c41259b View commit details
    Browse the repository at this point in the history
  2. Avoid cleaning installed Utils artifacts

    The extra Maven clean fails on read-only files in the generated winutils Git repository and is unnecessary after installing Utils into Maven Local.
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    wangmingliang-ms and Copilot committed Jul 12, 2026
    Configuration menu
    Copy the full SHA
    1677ab6 View commit details
    Browse the repository at this point in the history
Loading