You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/07/04 04:43:42 UTC

[GitHub] [beam] dependabot[bot] opened a new pull request, #27348: Bump com.github.davidmc24.gradle-avro-plugin:gradle-avro-plugin from 0.16.0 to 0.22.0

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

   Bumps [com.github.davidmc24.gradle-avro-plugin:gradle-avro-plugin](https://github.com/davidmc24/gradle-avro-plugin) from 0.16.0 to 0.22.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/davidmc24/gradle-avro-plugin/releases">com.github.davidmc24.gradle-avro-plugin:gradle-avro-plugin's releases</a>.</em></p>
   <blockquote>
   <h2>0.22.0</h2>
   <ul>
   <li>Add <a href="https://docs.gradle.org/6.6/userguide/configuration_cache.html">Configuration Cache</a> support (<a href="https://redirect.github.com/davidmc24/gradle-avro-plugin/issues/129">#129</a>; thanks to <a href="https://github.com/dcabasson">dcabasson</a> and <a href="https://github.com/eskatos">eskatos</a>)</li>
   <li>Add coverage reporting via JaCoco/Codecov to the plugin's build pipeline</li>
   <li>Add support for multiple IDL files with the same name in different directories (<a href="https://redirect.github.com/davidmc24/gradle-avro-plugin/issues/123">#123</a>)
   <ul>
   <li>The <code>.avpr</code> file generated by <code>GenerateAvroProtocolTask</code> is now based on the namespace and name of the protocol, rather than the name of the <code>.avdl</code> file.</li>
   </ul>
   </li>
   <li>Built using Avro 1.10.1</li>
   <li>Built using Gradle 6.7.1</li>
   <li>Updated compatibility testing to include Java 15</li>
   <li>Updated compatibility testing through Gradle 6.7.1</li>
   <li>Updated compatibility testing through Kotlin 1.4.20</li>
   </ul>
   <h2>0.21.0</h2>
   <ul>
   <li>Built using Avro 1.10.0</li>
   <li>Drop support for Avro 1.9.X</li>
   <li>Removed support for <code>dateTimeLogicalType</code>; The behavior is now as if it were always <code>JSR-310</code> due to an upstream change</li>
   <li>Add support for <code>optionalGettersForNullableFieldsOnly</code></li>
   <li>Apply <a href="https://github.com/Classpath"><code>@​Classpath</code></a> annotation to classpath on <code>GenerateAvroProtocolTask</code></li>
   </ul>
   <h2>0.20.0</h2>
   <ul>
   <li>Built using Gradle 6.5</li>
   <li>Updated compatibility testing to include Java 14</li>
   <li>Updated compatibility testing through Gradle 6.5</li>
   <li>Add <code>ResolveAvroDependenciesTask</code> (<a href="https://redirect.github.com/davidmc24/gradle-avro-plugin/issues/115">#115</a>)</li>
   </ul>
   <h2>0.19.1</h2>
   <ul>
   <li>Fix schema dependency resolution when types are referenced with a <code>{ &quot;type&quot;: NAME }</code> block rather than just <code>NAME</code> (<a href="https://redirect.github.com/davidmc24/gradle-avro-plugin/issues/107">#107</a>)</li>
   <li>Eliminate <code>NullPointerException</code> handling in schema dependency resolution, as it no longer appears to be needed.</li>
   </ul>
   <h2>0.19.0</h2>
   <ul>
   <li>Add support for Gradle 6.0-6.2.2 (<a href="https://redirect.github.com/davidmc24/gradle-avro-plugin/issues/101">#101</a>)</li>
   <li>Drop support for Gradle versions prior to 5.1</li>
   <li>Update version of kotlin plugin in tests/example</li>
   <li>Built using Avro 1.9.2 (<a href="https://redirect.github.com/davidmc24/gradle-avro-plugin/issues/104">#104</a>)</li>
   <li>Add support for Java 13</li>
   <li>Add support for testing multiple Kotlin versions</li>
   <li>Update plugin's own build to address some deprecation warnings of APIs being removed in Gradle 7</li>
   <li>Add tests for Kotlin DSL usage (<a href="https://redirect.github.com/davidmc24/gradle-avro-plugin/issues/61">#61</a>)</li>
   <li>Support <a href="https://docs.gradle.org/current/userguide/task_configuration_avoidance.html">Task Configuration Avoidance</a> (<a href="https://redirect.github.com/davidmc24/gradle-avro-plugin/issues/97">#97</a>); thanks to <a href="https://github.com/dcabasson">dcabasson</a> for the collaboration</li>
   <li>Upgrade Codenarc from 1.4 to 1.5</li>
   <li>Preliminary Java 14 support</li>
   </ul>
   <h2>0.18.0</h2>
   <ul>
   <li>Use reproducible file order for plugin archives</li>
   <li>Eliminate usage of internal conventions API, using new Lazy Configuration approach instead; requires Gradle 4.4+
   <ul>
   <li>Technically, the APIs needed are available in Gradle 4.3, but there is a bug related to un-set <code>Property</code> instances in 4.3 and 4.3.1; see <a href="https://redirect.github.com/gradle/gradle/issues/3879">gradle/gradle#3879</a></li>
   </ul>
   </li>
   <li>Cleaned up compatibility code for older versions of Gradle</li>
   <li>Built using Gradle 5.6.2</li>
   <li>Upgrade Spock from 1.2 to 1.3</li>
   <li>Upgrade Checkstyle from 6.1.1 to 8.23 and adjust rules used</li>
   <li>Upgrade Codenarc from 1.0 to 1.4 and adjust rules used</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/davidmc24/gradle-avro-plugin/blob/master/CHANGES.md">com.github.davidmc24.gradle-avro-plugin:gradle-avro-plugin's changelog</a>.</em></p>
   <blockquote>
   <h2>0.22.0</h2>
   <ul>
   <li>Add <a href="https://docs.gradle.org/6.6/userguide/configuration_cache.html">Configuration Cache</a> support (<a href="https://redirect.github.com/davidmc24/gradle-avro-plugin/issues/129">#129</a>; thanks to <a href="https://github.com/dcabasson">dcabasson</a> and <a href="https://github.com/eskatos">eskatos</a>)</li>
   <li>Add coverage reporting via JaCoco/Codecov to the plugin's build pipeline</li>
   <li>Add support for multiple IDL files with the same name in different directories (<a href="https://redirect.github.com/davidmc24/gradle-avro-plugin/issues/123">#123</a>)
   <ul>
   <li>The <code>.avpr</code> file generated by <code>GenerateAvroProtocolTask</code> is now based on the namespace and name of the protocol, rather than the name of the <code>.avdl</code> file.</li>
   </ul>
   </li>
   <li>Built using Avro 1.10.1</li>
   <li>Built using Gradle 6.7.1</li>
   <li>Updated compatibility testing to include Java 15</li>
   <li>Updated compatibility testing through Gradle 6.7.1</li>
   <li>Updated compatibility testing through Kotlin 1.4.20</li>
   </ul>
   <p>Links:</p>
   <ul>
   <li><a href="https://github.com/davidmc24/gradle-avro-plugin/releases/tag/0.22.0">Release</a></li>
   <li><a href="https://jitpack.io/#davidmc24/gradle-avro-plugin/0.22.0">JitPack</a></li>
   </ul>
   <h2>0.21.0</h2>
   <ul>
   <li>Built using Avro 1.10.0</li>
   <li>Drop support for Avro 1.9.X</li>
   <li>Removed support for <code>dateTimeLogicalType</code>; The behavior is now as if it were always <code>JSR-310</code> due to an upstream change</li>
   <li>Add support for <code>optionalGettersForNullableFieldsOnly</code></li>
   <li>Apply <a href="https://github.com/Classpath"><code>@​Classpath</code></a> annotation to classpath on <code>GenerateAvroProtocolTask</code></li>
   </ul>
   <p>Links:</p>
   <ul>
   <li><a href="https://github.com/davidmc24/gradle-avro-plugin/releases/tag/0.21.0">Release</a></li>
   <li><a href="https://jitpack.io/#davidmc24/gradle-avro-plugin/0.21.0">JitPack</a></li>
   </ul>
   <h2>0.20.0</h2>
   <ul>
   <li>Built using Gradle 6.5</li>
   <li>Updated compatibility testing to include Java 14</li>
   <li>Updated compatibility testing through Gradle 6.5</li>
   <li>Add <code>ResolveAvroDependenciesTask</code> (<a href="https://redirect.github.com/davidmc24/gradle-avro-plugin/issues/115">#115</a>)</li>
   </ul>
   <p>Links:</p>
   <ul>
   <li><a href="https://github.com/davidmc24/gradle-avro-plugin/releases/tag/0.20.0">Release</a></li>
   <li><a href="https://jitpack.io/#davidmc24/gradle-avro-plugin/0.20.0">JitPack</a></li>
   </ul>
   <h2>0.19.1</h2>
   <ul>
   <li>Fix schema dependency resolution when types are referenced with a <code>{ &quot;type&quot;: NAME }</code> block rather than just <code>NAME</code> (<a href="https://redirect.github.com/davidmc24/gradle-avro-plugin/issues/107">#107</a>)</li>
   <li>Eliminate <code>NullPointerException</code> handling in schema dependency resolution, as it no longer appears to be needed.</li>
   </ul>
   <p>Links:</p>
   <ul>
   <li><a href="https://github.com/davidmc24/gradle-avro-plugin/releases/tag/0.19.1">Release</a></li>
   <li><a href="https://jitpack.io/#davidmc24/gradle-avro-plugin/0.19.1">JitPack</a></li>
   </ul>
   <h2>0.19.0</h2>
   <ul>
   <li>Add support for Gradle 6.0-6.2.2 (<a href="https://redirect.github.com/davidmc24/gradle-avro-plugin/issues/101">#101</a>)</li>
   <li>Drop support for Gradle versions prior to 5.1</li>
   <li>Update version of kotlin plugin in tests/example</li>
   <li>Built using Avro 1.9.2 (<a href="https://redirect.github.com/davidmc24/gradle-avro-plugin/issues/104">#104</a>)</li>
   <li>Add support for Java 13</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/davidmc24/gradle-avro-plugin/commit/58ecb42941de21a521920f0268b9da7f1391abc8"><code>58ecb42</code></a> version: 0.22.0</li>
   <li><a href="https://github.com/davidmc24/gradle-avro-plugin/commit/c4393b89e9dcd9067ddc331ec72228954d273806"><code>c4393b8</code></a> Merge pull request <a href="https://redirect.github.com/davidmc24/gradle-avro-plugin/issues/132">#132</a> from davidmc24/config-cache</li>
   <li><a href="https://github.com/davidmc24/gradle-avro-plugin/commit/0b45c899d07298094c42244434732d98e5033c37"><code>0b45c89</code></a> Address not all versions of kotlin plugin supporting config cache</li>
   <li><a href="https://github.com/davidmc24/gradle-avro-plugin/commit/ee13037914a0ea85e7917f28a29f4c2785c3783b"><code>ee13037</code></a> Make codenarc happy</li>
   <li><a href="https://github.com/davidmc24/gradle-avro-plugin/commit/5ba8e2904088c609865dcb74478443bb4d4e9082"><code>5ba8e29</code></a> Add support for configuration cache and update kotlin testing</li>
   <li><a href="https://github.com/davidmc24/gradle-avro-plugin/commit/842c3287a549275f6d11841ace31461c95e4b587"><code>842c328</code></a> Correct Java 15 Gradle version compatibility</li>
   <li><a href="https://github.com/davidmc24/gradle-avro-plugin/commit/099719ff18255ef22994fbe5a12dd1103ad2509f"><code>099719f</code></a> Improve Java version support</li>
   <li><a href="https://github.com/davidmc24/gradle-avro-plugin/commit/fe564af5f769e5c60befc5480fec747dbdaa281c"><code>fe564af</code></a> Update compatibility with Java/Gradle, tweak build spead</li>
   <li><a href="https://github.com/davidmc24/gradle-avro-plugin/commit/1ef60521b9606249dc2e84ce2af1ad032d2bc065"><code>1ef6052</code></a> Minor post pull-request-merge tweaks</li>
   <li><a href="https://github.com/davidmc24/gradle-avro-plugin/commit/7a24f2b2bf84141edc2976a882fc35c80d5c6ee4"><code>7a24f2b</code></a> Merge pull request <a href="https://redirect.github.com/davidmc24/gradle-avro-plugin/issues/131">#131</a> from vlk32/master</li>
   <li>Additional commits viewable in <a href="https://github.com/davidmc24/gradle-avro-plugin/compare/0.16.0...0.22.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.davidmc24.gradle-avro-plugin:gradle-avro-plugin&package-manager=gradle&previous-version=0.16.0&new-version=0.22.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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] codecov[bot] commented on pull request #27348: Bump com.github.davidmc24.gradle-avro-plugin:gradle-avro-plugin from 0.16.0 to 0.22.0

Posted by "codecov[bot] (via GitHub)" <gi...@apache.org>.
codecov[bot] commented on PR #27348:
URL: https://github.com/apache/beam/pull/27348#issuecomment-1619491823

   ## [Codecov](https://app.codecov.io/gh/apache/beam/pull/27348?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   > Merging [#27348](https://app.codecov.io/gh/apache/beam/pull/27348?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (fc66fce) into [master](https://app.codecov.io/gh/apache/beam/commit/e8d8043f44113aeeeb181bacc8662c2a2f0f642b?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (e8d8043) will **decrease** coverage by `0.02%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@            Coverage Diff             @@
   ##           master   #27348      +/-   ##
   ==========================================
   - Coverage   71.24%   71.23%   -0.02%     
   ==========================================
     Files         854      854              
     Lines      103712   103712              
   ==========================================
   - Hits        73894    73883      -11     
   - Misses      28272    28283      +11     
     Partials     1546     1546              
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | python | `80.57% <ø> (-0.02%)` | :arrow_down: |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   [see 7 files with indirect coverage changes](https://app.codecov.io/gh/apache/beam/pull/27348/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] dependabot[bot] commented on pull request #27348: Bump com.github.davidmc24.gradle-avro-plugin:gradle-avro-plugin from 0.16.0 to 0.22.0

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

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] damccorm closed pull request #27348: Bump com.github.davidmc24.gradle-avro-plugin:gradle-avro-plugin from 0.16.0 to 0.22.0

Posted by "damccorm (via GitHub)" <gi...@apache.org>.
damccorm closed pull request #27348: Bump com.github.davidmc24.gradle-avro-plugin:gradle-avro-plugin from 0.16.0 to 0.22.0
URL: https://github.com/apache/beam/pull/27348


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] github-actions[bot] commented on pull request #27348: Bump com.github.davidmc24.gradle-avro-plugin:gradle-avro-plugin from 0.16.0 to 0.22.0

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #27348:
URL: https://github.com/apache/beam/pull/27348#issuecomment-1619523988

   Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment `assign set of reviewers`


-- 
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: github-unsubscribe@beam.apache.org

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