You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/07/23 17:19:58 UTC

[GitHub] [avro] dependabot[bot] opened a new pull request, #2388: Bump com.diffplug.spotless:spotless-maven-plugin from 2.27.2 to 2.38.0 in /lang/java

dependabot[bot] opened a new pull request, #2388:
URL: https://github.com/apache/avro/pull/2388

   Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.27.2 to 2.38.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/diffplug/spotless/blob/main/CHANGES.md">com.diffplug.spotless:spotless-maven-plugin's changelog</a>.</em></p>
   <blockquote>
   <h2>[2.38.0] - 2023-04-06</h2>
   <h3>Added</h3>
   <ul>
   <li>Support configuration of mirrors for P2 repositories in <code>EquoBasedStepBuilder</code> (<a href="https://redirect.github.com/diffplug/spotless/issues/1629">#1629</a>).</li>
   <li>The <code>style</code> option in Palantir Java Format (<a href="https://redirect.github.com/diffplug/spotless/pull/1654">#1654</a>).</li>
   <li>Added formatter for Gherkin feature files (<a href="https://redirect.github.com/diffplug/spotless/issues/1649">#1649</a>).</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li><strong>POTENTIALLY BREAKING</strong> Converted <code>googleJavaFormat</code> to a compile-only dependency and drop support for versions &lt; <code>1.8</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1630">#1630</a>)</li>
   <li>Bump default <code>cleanthat</code> version to latest <code>2.6</code> -&gt; <code>2.13</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1589">#1589</a> and <a href="https://redirect.github.com/diffplug/spotless/pull/1661">#1661</a>)</li>
   <li>Bump default <code>diktat</code> version <code>1.2.4.2</code> -&gt; <code>1.2.5</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1631">#1631</a>)</li>
   <li>Bump default <code>flexmark</code> version <code>0.62.2</code> -&gt; <code>0.64.0</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1302">#1302</a>)</li>
   <li>Bump default <code>googleJavaFormat</code> version <code>1.15.0</code> -&gt; <code>1.16.0</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1630">#1630</a>)</li>
   <li>Bump default <code>scalafmt</code> version <code>3.7.1</code> -&gt; <code>3.7.3</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1584">#1584</a>)</li>
   <li>Bump default Eclipse formatters for the 2023-03 release. (<a href="https://redirect.github.com/diffplug/spotless/pull/1662">#1662</a>)
   <ul>
   <li>JDT and GrEclipse <code>4.26</code> -&gt; <code>4.27</code>
   <ul>
   <li>Improve GrEclipse error reporting. (<a href="https://redirect.github.com/diffplug/spotless/pull/1660">#1660</a>)</li>
   </ul>
   </li>
   <li>CDT <code>11.0</code> -&gt; <code>11.1</code></li>
   </ul>
   </li>
   </ul>
   <h2>[2.37.0] - 2023-03-13</h2>
   <h3>Added</h3>
   <ul>
   <li>You can now put the filename into a license header template with <code>$FILE</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1605">#1605</a> fixes <a href="https://redirect.github.com/diffplug/spotless/issues/1147">#1147</a>)</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li>We are now opting in to Gradle's new stable configuration cache. (<a href="https://redirect.github.com/diffplug/spotless/pull/1591">#1591</a>)</li>
   <li>Adopt <a href="https://github.com/equodev/equo-ide/tree/main/solstice">Equo Solstice OSGi and p2 shim</a> to update all Eclipse-based plugins. (<a href="https://redirect.github.com/diffplug/spotless/pull/1524">#1524</a>)
   <ul>
   <li>Eclipse JDT now supports <code>4.9</code> through <code>4.26</code>. Also we now recommend dropping the last <code>.0</code>, e.g. <code>4.26</code> instead of <code>4.26.0</code>, you'll get warnings to help you switch.</li>
   <li>Eclipse Groovy now supports <code>4.18</code> through <code>4.26</code>. Also we now recommend dropping the last <code>.0</code>, e.g. <code>4.26</code> instead of <code>4.26.0</code>, you'll get warnings to help you switch.</li>
   <li>Eclipse CDT now supports <code>10.6</code> through <code>11.0</code>.</li>
   <li>Eclipse WTP is still WIP at <a href="https://redirect.github.com/diffplug/spotless/pull/1622">#1622</a>.</li>
   </ul>
   </li>
   </ul>
   <h2>[2.36.0] - 2023-02-27</h2>
   <h3>Added</h3>
   <ul>
   <li><code>gradlew equoIde</code> opens a repeatable clean Spotless dev environment. (<a href="https://redirect.github.com/diffplug/spotless/pull/1523">#1523</a>)</li>
   <li><code>cleanthat</code> added <code>includeDraft</code> option, to include draft mutators from composite mutators. (<a href="https://redirect.github.com/diffplug/spotless/pull/1574">#1574</a>)</li>
   <li><code>npm</code>-based formatters now support caching of <code>node_modules</code> directory (<a href="https://redirect.github.com/diffplug/spotless/pull/1590">#1590</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li><code>JacksonJsonFormatterFunc</code> handles json files with an Array as root. (<a href="https://redirect.github.com/diffplug/spotless/pull/1585">#1585</a>)</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li>Bump default <code>cleanthat</code> version to latest <code>2.1</code> -&gt; <code>2.6</code> (<a href="https://redirect.github.com/diffplug/spotless/pull/1569">#1569</a> and <a href="https://redirect.github.com/diffplug/spotless/pull/1574">#1574</a>)</li>
   <li>Reduce logging-noise created by <code>npm</code>-based formatters (<a href="https://redirect.github.com/diffplug/spotless/pull/1590">#1590</a> fixes <a href="https://redirect.github.com/diffplug/spotless/issues/1582">#1582</a>)</li>
   </ul>
   <h2>[2.35.0] - 2023-02-10</h2>
   <h3>Added</h3>
   <ul>
   <li>CleanThat Java Refactorer. (<a href="https://redirect.github.com/diffplug/spotless/pull/1560">#1560</a>)</li>
   <li>Introduce <code>LazyArgLogger</code> to allow for lazy evaluation of log messages in slf4j logging. (<a href="https://redirect.github.com/diffplug/spotless/pull/1565">#1565</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Allow multiple instances of the same npm-based formatter to be used by separating their <code>node_modules</code> directories. (<a href="https://redirect.github.com/diffplug/spotless/pull/1565">#1565</a>)</li>
   <li><code>ktfmt</code> default style uses correct continuation indent. (<a href="https://redirect.github.com/diffplug/spotless/pull/1562">#1562</a>)</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li>Bump default <code>ktfmt</code> version to latest <code>0.42</code> -&gt; <code>0.43</code> (<a href="https://redirect.github.com/diffplug/spotless/pull/1561">#1561</a>)</li>
   <li>Bump default <code>jackson</code> version to latest <code>2.14.1</code> -&gt; <code>2.14.2</code> (<a href="https://redirect.github.com/diffplug/spotless/pull/1536">#1536</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/diffplug/spotless/commit/e34d6773f8cc43adea0ad076a07d8241889698fa"><code>e34d677</code></a> Published lib/2.38.0</li>
   <li><a href="https://github.com/diffplug/spotless/commit/e6bb6d01421307ab867d39c3c0924b3c5d8e3a37"><code>e6bb6d0</code></a> Update eclipse versions to 2023-03 (<a href="https://redirect.github.com/diffplug/spotless/issues/1662">#1662</a>)</li>
   <li><a href="https://github.com/diffplug/spotless/commit/7e852e30ccb2e285028083f2b17e8717c62f6759"><code>7e852e3</code></a> On JRE 11, users will get alert that they might fix the GrEclipse issue by bu...</li>
   <li><a href="https://github.com/diffplug/spotless/commit/7f245a8892408e40ee72d801dc3ad47ab284295c"><code>7f245a8</code></a> Sort all the &quot;glue&quot; adaptors in the build.</li>
   <li><a href="https://github.com/diffplug/spotless/commit/ddc82c17830eb61c93aa10928694d685832360e4"><code>ddc82c1</code></a> Update changelogs.</li>
   <li><a href="https://github.com/diffplug/spotless/commit/cfe9084169b59cca568c5728a1b9d1afda1b5b63"><code>cfe9084</code></a> Bump default Eclipse CDT to 4.27 (for java 17).</li>
   <li><a href="https://github.com/diffplug/spotless/commit/9238bfd7a6ed5e7c7d0a903cbc6d380936d6db1d"><code>9238bfd</code></a> Bump default Eclipse Groovy to 4.27 (for java 17).</li>
   <li><a href="https://github.com/diffplug/spotless/commit/7ca11bf0b795c49ab0d7f84f2b61d1557289e99b"><code>7ca11bf</code></a> Bump default Eclipse JDT to 4.27 (for java 17).</li>
   <li><a href="https://github.com/diffplug/spotless/commit/7d5507ff72ed2ac4eea0581dabc836e6e6fe7ba1"><code>7d5507f</code></a> Reproduce bugs related to equo formatters (<a href="https://redirect.github.com/diffplug/spotless/issues/1660">#1660</a>)</li>
   <li><a href="https://github.com/diffplug/spotless/commit/a9317daedb61065351f681d84bc0f44b42e7fa48"><code>a9317da</code></a> fix(deps): update dependency io.github.solven-eu.cleanthat:java to v2.13 (<a href="https://redirect.github.com/diffplug/spotless/issues/1661">#1661</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/diffplug/spotless/compare/maven/2.27.2...lib/2.38.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.diffplug.spotless:spotless-maven-plugin&package-manager=maven&previous-version=2.27.2&new-version=2.38.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [avro] dependabot[bot] closed pull request #2388: Bump com.diffplug.spotless:spotless-maven-plugin from 2.27.2 to 2.38.0 in /lang/java

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #2388: Bump com.diffplug.spotless:spotless-maven-plugin from 2.27.2 to 2.38.0 in /lang/java
URL: https://github.com/apache/avro/pull/2388


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [avro] dependabot[bot] commented on pull request #2388: Bump com.diffplug.spotless:spotless-maven-plugin from 2.27.2 to 2.38.0 in /lang/java

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #2388:
URL: https://github.com/apache/avro/pull/2388#issuecomment-1648222614

   OK, I won't notify you about version 2.38.x again, unless you re-open this PR. 😢


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [avro] RyanSkraba commented on pull request #2388: Bump com.diffplug.spotless:spotless-maven-plugin from 2.27.2 to 2.38.0 in /lang/java

Posted by "RyanSkraba (via GitHub)" <gi...@apache.org>.
RyanSkraba commented on PR #2388:
URL: https://github.com/apache/avro/pull/2388#issuecomment-1648222526

   @dependabot ignore this minor version 
   
   It looks like this is a problem with Java 8!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org