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: google/google-java-format
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.26.0
Choose a base ref
...
head repository: google/google-java-format
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.27.0
Choose a head ref
  • 10 commits
  • 13 files changed
  • 5 contributors

Commits on Mar 27, 2025

  1. Update the IntelliJ plugin to 1.26.0.

    PiperOrigin-RevId: 741251928
    plumpy authored and google-java-format Team committed Mar 27, 2025
    Configuration menu
    Copy the full SHA
    ec9826b View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

  1. docs: Clarify minimum Java version in README (see #1225)

    @kwin re. #1225
    
    @cushon merge?
    
    Fixes #1235
    
    COPYBARA_INTEGRATE_REVIEW=#1235 from vorburger:patch-7 38255fa
    PiperOrigin-RevId: 741534873
    vorburger authored and google-java-format Team committed Mar 28, 2025
    Configuration menu
    Copy the full SHA
    aee16ed View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

  1. Optimize string wrapping

    PiperOrigin-RevId: 744065507
    cushon authored and google-java-format Team committed Apr 4, 2025
    Configuration menu
    Copy the full SHA
    8633826 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. Migrate to CommandLineOptions to a record and AutoBuilder

    This allows the CheckReturnValue analysis to tell that it's a builder and ignore the results of builder methods.
    
    PiperOrigin-RevId: 745341492
    cushon authored and google-java-format Team committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    db2713a View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. Internal change

    PiperOrigin-RevId: 745356200
    cushon authored and google-java-format Team committed Apr 9, 2025
    Configuration menu
    Copy the full SHA
    4c91240 View commit details
    Browse the repository at this point in the history
  2. Automated rollback of commit 4c91240.

    *** Reason for rollback ***
    
    Breaks test/protobuf.msan [failure]([]
    
    *** Original change description ***
    
    Internal change
    
    PiperOrigin-RevId: 745520292
    java-team-github-bot authored and google-java-format Team committed Apr 9, 2025
    Configuration menu
    Copy the full SHA
    8cf65c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. Work around a JDK-head failure.

    The return type here changed from `Queue` to `List`.
    
    PiperOrigin-RevId: 747457032
    java-team-github-bot authored and google-java-format Team committed Apr 14, 2025
    Configuration menu
    Copy the full SHA
    6f46e8a View commit details
    Browse the repository at this point in the history
  2. Prepare for an incompatible change to Log diagnostic handlers

    DeferredDiagnosticHandler changes from a static to inner class in openjdk/jdk@4890b74, see also b/410556169
    
    Follow-up to 6f46e8a
    
    PiperOrigin-RevId: 747516421
    cushon authored and google-java-format Team committed Apr 14, 2025
    Configuration menu
    Copy the full SHA
    96f114c View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. Configuration menu
    Copy the full SHA
    1502107 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c38c33 View commit details
    Browse the repository at this point in the history
Loading