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

remove maven jarjar plugin #773

Merged
merged 1 commit into from Aug 8, 2019
Merged

remove maven jarjar plugin #773

merged 1 commit into from Aug 8, 2019

Conversation

elharo
Copy link
Contributor

@elharo elharo commented Aug 7, 2019

This is not bound to any executions so I don't think we're using it.

This is not bound to any executions so I don't think we're using it.
@elharo elharo requested a review from a team as a code owner August 7, 2019 20:21
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 7, 2019
@chingor13 chingor13 merged commit f27f63c into master Aug 8, 2019
@chingor13 chingor13 deleted the elharo-patch-2 branch August 8, 2019 16:33
clundin25 pushed a commit to clundin25/google-http-java-client that referenced this pull request Aug 11, 2022
…oogleapis#773)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.googlejavaformat:google-java-format](https://togithub.com/google/google-java-format) | `1.7` -> `1.12.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.googlejavaformat:google-java-format/1.12.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.googlejavaformat:google-java-format/1.12.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.googlejavaformat:google-java-format/1.12.0/compatibility-slim/1.7)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.googlejavaformat:google-java-format/1.12.0/confidence-slim/1.7)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>google/google-java-format</summary>

### [`v1.12.0`](https://togithub.com/google/google-java-format/releases/v1.12.0)

[Compare Source](https://togithub.com/google/google-java-format/compare/v1.11.0...v1.12.0)

##### What's Changed

-   Format type annotation as part of the type, not part of the modifiers list ([google/google-java-format#653)
-   Fix indentation of case statements on JDK 17 ([google/google-java-format#654)

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

### [`v1.11.0`](https://togithub.com/google/google-java-format/releases/v1.11.0)

[Compare Source](https://togithub.com/google/google-java-format/compare/v1.10.0...v1.11.0)

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

Changes:

-   Handle `final` variables in `instanceof` patterns ([#&#8203;588](https://togithub.com/google/google-java-format/issues/588))
-   Fix handling of annotations in compact record constructors ([#&#8203;574](https://togithub.com/google/google-java-format/issues/574))
-   Fix a crash in `instanceof` pattern handling ([#&#8203;594](https://togithub.com/google/google-java-format/issues/594))
-   Wrap multiple values in switch expression case ([#&#8203;540](https://togithub.com/google/google-java-format/issues/540))
-   Fix formatting of module trees after [JDK-8255464](https://bugs.openjdk.java.net/browse/JDK-8255464)
-   Support `sealed` classes ([#&#8203;603](https://togithub.com/google/google-java-format/issues/603))

### [`v1.10.0`](https://togithub.com/google/google-java-format/releases/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](https://openjdk.java.net/jeps/396):

    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 (google/google-java-format@b769e81)
-   Add missing space between unary `-` and negative literals (google/google-java-format@6da736d)
-   Fix an off-by-one issue on the reflowing of string literals (google/google-java-format@b9fd8d2)

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

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

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/google-auth-library-java).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants