Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 14, 2023

This PR contains the following updates:

Package Change Age Confidence
googleJavaFormat 1.7 -> 1.30.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

google/google-java-format (googleJavaFormat)

v1.30.0

Changes:

  • Initial support for import module (#​1213)

Full Changelog: google/google-java-format@v1.29.0...v1.30.0

v1.29.0

Compare Source

This release contains no formatting changes.

The minimum support JDK version to run google-java-format is now JDK 21. Using google-java-format to format earlier versions of the language is still fully supported, but running the formatter itself on JDK 21 or newer is required.

Full Changelog: google/google-java-format@v1.28.0...v1.29.0

v1.28.0

Compare Source

This release contains no formatting changes.

Releases (including snapshots) have migrated from OSSRH to the Central Publisher Portal.

Full Changelog: google/google-java-format@v1.27.0...v1.28.0

v1.27.0

Compare Source

This release contains no formatting changes.

Changes:

  • Improved compatibility with JDK 24 early access builds (96f114c)
  • Optimize string wrapping (8633826)

Full Changelog: google/google-java-format@v1.26.0...v1.27.0

v1.26.0

Compare Source

Formatting changes:

  • Text blocks: 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.
  • Text blocks: for deindented text blocks, put the opening """ at column 0 instead of indenting it

Changes:

  • The published GraalVM native-image binaries now include a binary for Linux arm64

Full Changelog: google/google-java-format@v1.25.2...v1.26.0

v1.25.2

Compare Source

Changes:

  • Fix a crash formatting text blocks involving trailing whitespace before the close delimiter (#​1205)

Full Changelog: google/google-java-format@v1.25.1...v1.25.2

v1.25.1

Compare Source

Changes:

  • Fix a crash in text block formatting (#​1195)

Full Changelog: google/google-java-format@v1.25.0...v1.25.1

v1.25.0

Compare Source

The minimum support JDK version to run google-java-format is now JDK 17 (#​1159). Using google-java-format to format earlier versions of the language is still supported, but running the formatter itself on JDK 17 or newer is required.

Changes:

  • Various improvements to text block formatting
  • Improve formatting of when pattern guards

Full Changelog: google/google-java-format@v1.24.0...v1.25.0

v1.24.0

Compare Source

Changes:

  • Fix inconsistency in formatting of comments in switch statements (#​1127)
  • Fix different formatting of block line comments (#​1153)
  • Print the problem line as context in error messages

Full Changelog: google/google-java-format@v1.23.0...v1.24.0

v1.23.0

Changes:

  • Adjust indentation of line comments inside expression switches (#​876)
  • Fix modifier order handling for non-sealed (7fd9300)
  • Handle empty classes with no members that contain semi-colons (b9b6730)
  • Support overlapping ranges in --lines (c4b467d)
  • Remove support for the String Templates preview feature, see https://bugs.openjdk.org/browse/JDK-8329949 (fdf4b29)
  • Improve compatibility with latest JDK early access builds (0b384e3)

Full Changelog: google/google-java-format@v1.22.0...v1.23.0

v1.22.0

Compare Source

Changes:

  • Improve support for tokens that span multiple lines (9bdae02)
  • Fix an issue with text block formatting, when the text block is the receiver of a method call (#​1081)
  • google-java-format-diff.py now parallelizes the calls to the formatter, for better performance (3ee6e2a)

Full Changelog: google/google-java-format@v1.21.0...v1.22.0

v1.21.0

Compare Source

Formatting changes:

  • Adjust indentation of text blocks (ce3cb59)

Bug fixes:

  • Fix a crash with comments inside string templates (e946e82)
  • Native image -version reports HEAD-SNAPSHOT instead of the correct version (#​1068)
  • Improve compatibility with older glibc versions (#​1072)

Full Changelog: google/google-java-format@v1.20.0...v1.21.0

v1.20.0

Compare Source

This release includes GraalVM native-image binaries for google-java-format for windows, linux, and mac. These binaries offer improved startup performance.

Changes:

  • Keep type-use annotation with type when wrapping (03efe44)
  • Handle 'any' patterns (#​1037)

Full Changelog: google/google-java-format@v1.19.2...v1.20.0

v1.19.2

Changes

  • Improve support for string templates (#​1010)
  • Handle var in record patterns (#​1020)

Full Changelog: google/google-java-format@v1.19.1...v1.19.2

v1.19.1

Changes

  • Fix support for Java 21 features by enabling JDK 21 for release builds (#​1014).

Full Changelog: google/google-java-format@v1.19.0...v1.19.1

v1.19.0

Changes

This release adds initial support for more Java 21 features, including:

Other changes:

  • Handle type annotations on method reference qualifiers (53390d9)
  • Avoid reflowing text blocks (#​976)

Full Changelog: google/google-java-format@v1.18.1...v1.19.0

v1.18.1

Changes

  • Fixed version number for Eclipse plugin (#​744)

Full Changelog: google/google-java-format@v1.18.0...v1.18.1

v1.18.0

Changes

Full Changelog: google/google-java-format@v1.17.0...v1.18.0

v1.17.0

Changes

  • Fix compatibility with OpenJDK 21 early access builds (#​898)

Full Changelog: google/google-java-format@v1.16.0...v1.17.0

v1.16.0

Changes

  • Format long exception lists one per line (198fa42)
  • Normalize parameter comments (dda4321)

Bug fixes

  • Return a non-zero exit code on error (#​848)
  • Formatter leaks threads and memory (#​847)

Full Changelog: google/google-java-format@v1.15.0...v1.16.0

v1.15.0

What's Changed

  • Passing --add-exports flags on the command line is no longer necessary for JDK 17 and newer (ee81afc)

Full Changelog: google/google-java-format@v1.14.0...v1.15.0

v1.14.0: 1.14.0

What's Changed

  • Handle modifiers that start with non- (#​696)
  • Treat single-character upper case identifiers as UpperCamelCase, to improve formatting of Android R classes (16e72a1)
  • Don't format javadoc without a summary fragment as a single-line (668f108)

Full Changelog: google/google-java-format@v1.13.0...v1.14.0

v1.13.0: 1.13.0

What's Changed

  • Fix formatting of pattern matching in switch when running on Java 17 (#​689, #​690)

Full Changelog: google/google-java-format@v1.12.0...v1.13.0

v1.12.0: 1.12.0

What's Changed

  • Format type annotation as part of the type, not part of the modifiers list (#​653)
  • Fix indentation of case statements on JDK 17 (#​654)

Full Changelog: google/google-java-format@v1.11.0...v1.12.0

v1.11.0: 1.11.0

google-java-format now has improved support for running on JDK 17 early access builds.

Changes:

  • Handle final variables in instanceof patterns (#​588)
  • Fix handling of annotations in compact record constructors (#​574)
  • Fix a crash in instanceof pattern handling (#​594)
  • Wrap multiple values in switch expression case (#​540)
  • Fix formatting of module trees after JDK-8255464
  • Support sealed classes (#​603)

v1.10.0: 1.10.0

google-java-format now supports running on JDK 16. The following flags are required when running on JDK 16, due to JEP 396: Strongly Encapsulate JDK Internals by Default:

java \
  --add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
  --add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
  --add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
  --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
  --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \
  -jar google-java-format-1.10.0-all-deps.jar T...

Other changes:

  • Handle extra ; in import lists (b769e81)
  • Add missing space between unary - and negative literals (6da736d)
  • Fix an off-by-one issue on the reflowing of string literals (b9fd8d2)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/googlejavaformat-1.x branch from 5abab0c to 2860f49 Compare March 22, 2023 03:43
@renovate renovate bot force-pushed the renovate/googlejavaformat-1.x branch from 2860f49 to 5f5c39c Compare April 7, 2023 12:50
@renovate renovate bot force-pushed the renovate/googlejavaformat-1.x branch from 5f5c39c to 51b24e2 Compare May 2, 2023 00:10
@renovate renovate bot changed the title fix(deps): update dependency googlejavaformat to v1.16.0 fix(deps): update dependency googlejavaformat to v1.17.0 May 2, 2023
@renovate renovate bot changed the title fix(deps): update dependency googlejavaformat to v1.17.0 Update dependency googleJavaFormat to v1.17.0 Aug 2, 2023
@renovate renovate bot changed the title Update dependency googleJavaFormat to v1.17.0 fix(deps): update dependency googlejavaformat to v1.17.0 Aug 10, 2023
@renovate renovate bot changed the title fix(deps): update dependency googlejavaformat to v1.17.0 Update dependency googleJavaFormat to v1.17.0 Aug 22, 2023
@renovate renovate bot changed the title Update dependency googleJavaFormat to v1.17.0 Update dependency googleJavaFormat to v1.18.0 Oct 3, 2023
@renovate renovate bot force-pushed the renovate/googlejavaformat-1.x branch from 51b24e2 to 2d8527a Compare October 3, 2023 01:24
@renovate renovate bot changed the title Update dependency googleJavaFormat to v1.18.0 Update dependency googleJavaFormat to v1.18.1 Oct 6, 2023
@renovate renovate bot force-pushed the renovate/googlejavaformat-1.x branch from 2d8527a to fbd713e Compare October 6, 2023 00:08
@renovate renovate bot changed the title Update dependency googleJavaFormat to v1.18.1 fix(deps): update dependency googlejavaformat to v1.18.1 Oct 26, 2023
@bjagg bjagg added the Java11+ Requires Java 11+, so waiting for uPortal 6 label Nov 10, 2023
@renovate renovate bot force-pushed the renovate/googlejavaformat-1.x branch from fbd713e to 8702118 Compare November 11, 2023 01:57
@renovate renovate bot force-pushed the renovate/googlejavaformat-1.x branch from 8702118 to fad906b Compare December 19, 2023 04:46
@renovate renovate bot changed the title fix(deps): update dependency googlejavaformat to v1.18.1 fix(deps): update dependency googlejavaformat to v1.19.0 Dec 19, 2023
@renovate renovate bot force-pushed the renovate/googlejavaformat-1.x branch from fad906b to ad1e0b1 Compare December 19, 2023 19:47
@renovate renovate bot changed the title fix(deps): update dependency googlejavaformat to v1.19.0 fix(deps): update dependency googlejavaformat to v1.19.1 Dec 19, 2023
@renovate renovate bot force-pushed the renovate/googlejavaformat-1.x branch from ad1e0b1 to a202a0a Compare January 5, 2024 21:29
@renovate renovate bot changed the title fix(deps): update dependency googlejavaformat to v1.19.1 fix(deps): update dependency googlejavaformat to v1.19.2 Jan 5, 2024
@renovate renovate bot force-pushed the renovate/googlejavaformat-1.x branch from a202a0a to a78684b Compare February 20, 2024 22:57
@renovate renovate bot changed the title fix(deps): update dependency googlejavaformat to v1.19.2 fix(deps): update dependency googlejavaformat to v1.20.0 Feb 20, 2024
@renovate renovate bot force-pushed the renovate/googlejavaformat-1.x branch from a78684b to 6c827eb Compare March 6, 2024 02:22
@renovate renovate bot changed the title fix(deps): update dependency googlejavaformat to v1.20.0 fix(deps): update dependency googlejavaformat to v1.21.0 Mar 6, 2024
@renovate renovate bot changed the title fix(deps): update dependency googlejavaformat to v1.21.0 fix(deps): update dependency googlejavaformat to v1.22.0 Apr 1, 2024
@renovate renovate bot force-pushed the renovate/googlejavaformat-1.x branch from 6c827eb to 33ab87c Compare April 1, 2024 22:30
@renovate renovate bot force-pushed the renovate/googlejavaformat-1.x branch from 33ab87c to 603035d Compare July 30, 2024 22:52
@renovate renovate bot changed the title fix(deps): update dependency googlejavaformat to v1.22.0 fix(deps): update dependency googlejavaformat to v1.23.0 Jul 30, 2024
@renovate renovate bot force-pushed the renovate/googlejavaformat-1.x branch from 603035d to b6e8610 Compare August 27, 2024 04:15
@renovate renovate bot force-pushed the renovate/googlejavaformat-1.x branch from b6e8610 to 5cd4cf5 Compare October 4, 2024 18:30
@renovate renovate bot changed the title fix(deps): update dependency googlejavaformat to v1.23.0 fix(deps): update dependency googlejavaformat to v1.24.0 Oct 4, 2024
@renovate renovate bot force-pushed the renovate/googlejavaformat-1.x branch from 5cd4cf5 to 2643fab Compare November 19, 2024 04:36
@renovate renovate bot changed the title fix(deps): update dependency googlejavaformat to v1.24.0 fix(deps): update dependency googlejavaformat to v1.25.0 Nov 19, 2024
@renovate renovate bot force-pushed the renovate/googlejavaformat-1.x branch from 2643fab to bb9dddd Compare December 10, 2024 05:28
@renovate renovate bot changed the title fix(deps): update dependency googlejavaformat to v1.25.0 fix(deps): update dependency googlejavaformat to v1.25.1 Dec 10, 2024
@renovate renovate bot force-pushed the renovate/googlejavaformat-1.x branch from bb9dddd to 89a5a5b Compare December 12, 2024 00:23
@renovate renovate bot changed the title fix(deps): update dependency googlejavaformat to v1.25.1 fix(deps): update dependency googlejavaformat to v1.25.2 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/googlejavaformat-1.x branch from 89a5a5b to 67fcd61 Compare February 19, 2025 03:27
@renovate renovate bot force-pushed the renovate/googlejavaformat-1.x branch from 67fcd61 to 23e68b0 Compare March 27, 2025 22:30
@renovate renovate bot changed the title fix(deps): update dependency googlejavaformat to v1.25.2 fix(deps): update dependency googlejavaformat to v1.26.0 Mar 27, 2025
@renovate renovate bot force-pushed the renovate/googlejavaformat-1.x branch 2 times, most recently from c18b234 to dbe58b5 Compare May 7, 2025 02:43
@renovate renovate bot changed the title fix(deps): update dependency googlejavaformat to v1.26.0 fix(deps): update dependency googlejavaformat to v1.27.0 May 7, 2025
@renovate renovate bot force-pushed the renovate/googlejavaformat-1.x branch from dbe58b5 to 86b502e Compare July 10, 2025 03:30
@renovate renovate bot changed the title fix(deps): update dependency googlejavaformat to v1.27.0 fix(deps): update dependency googlejavaformat to v1.28.0 Jul 10, 2025
@renovate renovate bot force-pushed the renovate/googlejavaformat-1.x branch from 86b502e to 37d63fc Compare October 3, 2025 16:28
@renovate renovate bot changed the title fix(deps): update dependency googlejavaformat to v1.28.0 fix(deps): update dependency googlejavaformat to v1.29.0 Oct 3, 2025
@renovate renovate bot force-pushed the renovate/googlejavaformat-1.x branch from 37d63fc to 1bd801a Compare October 14, 2025 09:31
@renovate renovate bot changed the title fix(deps): update dependency googlejavaformat to v1.29.0 fix(deps): update dependency googlejavaformat to v1.30.0 Oct 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Java11+ Requires Java 11+, so waiting for uPortal 6

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant