Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: update dependency com.google.googlejavaformat:google-java-format to v1.15.0 #426

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Feb 11, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.googlejavaformat:google-java-format 1.7 -> 1.15.0 age adoption passing confidence

Release Notes

google/google-java-format

v1.15.0

Compare Source

What's Changed

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

v1.14.0

Compare Source

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

Compare Source

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

Compare Source

What's Changed

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

v1.11.0

Compare Source

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

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:


Configuration

📅 Schedule: 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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team as a code owner February 11, 2022 21:18
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Feb 11, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Feb 11, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 11, 2022
@renovate-bot renovate-bot force-pushed the renovate/com.google.googlejavaformat-google-java-format-1.x branch from 7955409 to 55ec88d Compare March 7, 2022 22:04
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Mar 7, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 7, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 7, 2022
@renovate-bot renovate-bot force-pushed the renovate/com.google.googlejavaformat-google-java-format-1.x branch from 55ec88d to f3a212e Compare March 7, 2022 23:17
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Mar 7, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 7, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 7, 2022
@renovate-bot renovate-bot force-pushed the renovate/com.google.googlejavaformat-google-java-format-1.x branch from f3a212e to 5308407 Compare March 7, 2022 23:24
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Mar 7, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 7, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 7, 2022
@renovate-bot renovate-bot force-pushed the renovate/com.google.googlejavaformat-google-java-format-1.x branch from 5308407 to e4d87bf Compare March 8, 2022 01:37
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Mar 8, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 8, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 8, 2022
@renovate-bot renovate-bot force-pushed the renovate/com.google.googlejavaformat-google-java-format-1.x branch from e4d87bf to 0e6a5a3 Compare March 8, 2022 09:35
@renovate-bot renovate-bot changed the title deps: update dependency com.google.googlejavaformat:google-java-format to v1.14.0 deps: update dependency com.google.googlejavaformat:google-java-format to v1.15.0 Mar 8, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Mar 8, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 8, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 8, 2022
@blakeli0 blakeli0 merged commit 4c3c4b6 into googleapis:main Mar 25, 2022
@renovate-bot renovate-bot deleted the renovate/com.google.googlejavaformat-google-java-format-1.x branch March 25, 2022 20:21
gcf-merge-on-green bot pushed a commit that referenced this pull request Mar 25, 2022
🤖 I have created a release *beep* *boop*
---


### [1.3.1](v1.3.0...v1.3.1) (2022-03-25)


### Dependencies

* update dependency com.google.cloud:native-image-support to v0.12.10 ([#443](#443)) ([5b39d5e](5b39d5e))
* update dependency com.google.googlejavaformat:google-java-format to v1.15.0 ([#426](#426)) ([4c3c4b6](4c3c4b6))
* update dependency org.graalvm.buildtools:junit-platform-native to v0.9.11 ([#448](#448)) ([f7f518e](f7f518e))
* update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.11 ([#449](#449)) ([3e1c0b5](3e1c0b5))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants