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.25.2
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.26.0
Choose a head ref
  • 11 commits
  • 16 files changed
  • 5 contributors

Commits on Dec 11, 2024

  1. Remove conditional logic in tests for unsupported JDK versions

    JDK 17 is now the minimum supported version.
    
    PiperOrigin-RevId: 705237702
    cushon authored and google-java-format Team committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    36deed0 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. Update the IntelliJ plugin to 1.25.2.

    PiperOrigin-RevId: 705324566
    plumpy authored and google-java-format Team committed Dec 12, 2024
    Configuration menu
    Copy the full SHA
    8861409 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2024

  1. Increase JAXP limits to fix Tycho plugin

    See #1210
    
    PiperOrigin-RevId: 708100474
    cushon authored and google-java-format Team committed Dec 20, 2024
    Configuration menu
    Copy the full SHA
    eb0b768 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. Configuration menu
    Copy the full SHA
    ccb56c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. Update Error Prone version

    PiperOrigin-RevId: 738874322
    cushon authored and google-java-format Team committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    dae09ec View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. Text block formatting refinements

    * Don't automatically deindent long text blocks to start at column 0. For text blocks that are already deindented the existing choice will be preserved, but it won't happen automatically.
    * For deindented text blocks, put the opening `"""` at column 0 instead of indenting it
    
    PiperOrigin-RevId: 739966701
    cushon authored and google-java-format Team committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    4e0eb5a View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2025

  1. Clarify impact of java version used on /google_java_format README.

    Manually created Google internal equivalent of public #1228, just in case it's easier to review here instead of there; quote with rationale for this, from public PR description:
    
    It at first confused the hell out of me why clearly the exact SAME version of google-java-format worked great locally but failed with errors (due to my use of record matching pattern syntax) on a GitHub Action - until I've noticed that it still ran under Java 17 - and that this matters to google-java-format (my naive initial assumption was that only the google-java-format version itself was relevant).
    
    PiperOrigin-RevId: 741076633
    vorburger authored and google-java-format Team committed Mar 27, 2025
    Configuration menu
    Copy the full SHA
    14ae0a7 View commit details
    Browse the repository at this point in the history
  2. Update release.yml

    More permissions
    cushon authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    9d16612 View commit details
    Browse the repository at this point in the history
  3. Update release.yml

    cushon authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    1bdb10b View commit details
    Browse the repository at this point in the history
  4. Update release.yml

    cushon authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    e77d28a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbbf472 View commit details
    Browse the repository at this point in the history
Loading