You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streampipes.apache.org by GitBox <gi...@apache.org> on 2023/01/20 02:11:21 UTC

[GitHub] [streampipes] dependabot[bot] opened a new pull request, #1131: Bump javapoet from 1.6.1 to 1.13.0

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

   Bumps [javapoet](https://github.com/square/javapoet) from 1.6.1 to 1.13.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/square/javapoet/blob/master/CHANGELOG.md">javapoet's changelog</a>.</em></p>
   <blockquote>
   <h2>JavaPoet 1.13.0 <em>(2020-06-18)</em></h2>
   <ul>
   <li>New: Add support for explicit receiver parameters.</li>
   <li>Fix: Don't copy parameter annotations when creating a <code>ParameterSpec</code>.</li>
   </ul>
   <h2>JavaPoet 1.12.1 <em>(2020-01-20)</em></h2>
   <ul>
   <li>Fix: Ignore parameter annotations in <code>MethodSpec.overriding()</code>.</li>
   </ul>
   <h2>JavaPoet 1.12.0 <em>(2020-01-09)</em></h2>
   <ul>
   <li>New: Add <code>JavaFile.writeToPath()</code> and <code>JavaFile.writeToFile()</code> methods that return paths to the
   generated file as <code>Path</code> and <code>File</code> respectively.</li>
   <li>New: Add <code>TypeSpec.alwaysQualify()</code> API to avoid clashes involving nested type names.</li>
   <li>New: Add overloads accepting <code>CodeBlock</code>s to <code>MethodSpec</code>'s control flow methods.</li>
   <li>New: Make list fields of all <code>Builder</code> types mutable.</li>
   <li>New: Add <code>CodeBlock.clear()</code>.</li>
   <li>New: Allow passing a custom <code>Charset</code> to <code>JavaFile.writeTo()</code>.</li>
   <li>New: Improved performance of <code>ClassName.simpleNames()</code> by memoizing results.</li>
   <li>New: Significant performance improvements for <code>CodeWriter.resolve()</code> as all nested simple names
   of a <code>TypeSpec</code> get pre-computed.</li>
   <li>New: Add <code>TypeName.Builder.setName()</code> to allow overriding names passed in the constructor.</li>
   <li>New: Add <code>TypeName.canonicalName()</code>.</li>
   <li>Fix: Use <code>\\R</code> instead of <code>\n</code> as line separator in <code>CodeWriter.emitAndIndent()</code>.</li>
   <li>Fix: Copy originating elements in <code>TypeSpec.toBuilder()</code>.</li>
   <li>Fix: Ensure trailing newlines in Javadocs and method bodies.</li>
   <li>Fix: Copy annotations when creating a <code>ParameterSpec</code> from a <code>VariableElement</code>.</li>
   <li>Fix: Properly handle classes located in empty packages in <code>ClassName</code>.</li>
   <li>Fix: Only allow <code>final</code> modifier on a <code>ParameterSpec</code>.</li>
   <li>Fix: Use fully-qualified names for type names that are masked by type variable names.</li>
   </ul>
   <h2>JavaPoet 1.11.1 <em>(2018-05-16)</em></h2>
   <ul>
   <li>Fix: JavaPoet 1.11 had a regression where <code>TypeName.get()</code> would throw on error types, masking
   other errors in an annotation processing round. This is fixed with a test to prevent future
   regressions!</li>
   </ul>
   <h2>JavaPoet 1.11.0 <em>(2018-04-29)</em></h2>
   <ul>
   <li>New: Support <code>TYPE_USE</code> annotations on each enclosing <code>ClassName</code>.</li>
   <li>New: Work around a compiler bug in <code>TypeName.get(TypeElement)</code>. There was a problem getting an</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/square/javapoet/commit/714e05ca60179285746604452324262b126dcb2d"><code>714e05c</code></a> [maven-release-plugin] prepare release javapoet-1.13.0</li>
   <li><a href="https://github.com/square/javapoet/commit/8705e5ce5befdc0cc47ef57919cf69ab2dde9ff8"><code>8705e5c</code></a> Update changelog for 1.13.0.</li>
   <li><a href="https://github.com/square/javapoet/commit/e77793bc164c32982e3047a5260dbf009f208c7f"><code>e77793b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/square/javapoet/issues/789">#789</a> from jasonobrien/master</li>
   <li><a href="https://github.com/square/javapoet/commit/a5f4f0f2ada5c8040d7a02db9b423093f051b1d6"><code>a5f4f0f</code></a> Add support for explicit receiver parameters</li>
   <li><a href="https://github.com/square/javapoet/commit/304176ef98fa80f35cb49ed130620c7b0ecdf5a6"><code>304176e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/square/javapoet/issues/772">#772</a> from square/jakew/static-import/2020-04-20</li>
   <li><a href="https://github.com/square/javapoet/commit/4135ccbc902eac2f2bfc063aacd8b3e7864e1ab5"><code>4135ccb</code></a> Static import CompilationSubject.assertThat</li>
   <li><a href="https://github.com/square/javapoet/commit/622e07eb0859fcf0eb9537ea5657277b7f3b18af"><code>622e07e</code></a> Don't copy parameter annotations when creating a ParameterSpec. (<a href="https://github-redirect.dependabot.com/square/javapoet/issues/770">#770</a>)</li>
   <li><a href="https://github.com/square/javapoet/commit/44622704248975ca398b90b4385005fdddeb35f9"><code>4462270</code></a> Update changelog for 1.12.1</li>
   <li><a href="https://github.com/square/javapoet/commit/2063666c382f8fd0b35811db0d761c5b6ba18484"><code>2063666</code></a> [maven-release-plugin] prepare for next development iteration</li>
   <li><a href="https://github.com/square/javapoet/commit/9451a362adee16bbf7be382c2a95772fae2c48d1"><code>9451a36</code></a> [maven-release-plugin] prepare release javapoet-1.12.1</li>
   <li>Additional commits viewable in <a href="https://github.com/square/javapoet/compare/javapoet-1.6.1...javapoet-1.13.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.squareup:javapoet&package-manager=maven&previous-version=1.6.1&new-version=1.13.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@streampipes.apache.org

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


[GitHub] [streampipes] bossenti commented on pull request #1131: Bump javapoet from 1.6.1 to 1.13.0

Posted by "bossenti (via GitHub)" <gi...@apache.org>.
bossenti commented on PR #1131:
URL: https://github.com/apache/streampipes/pull/1131#issuecomment-1400952061

   Removed `javapoet` since no usage is discernible


-- 
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@streampipes.apache.org

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


[GitHub] [streampipes] tenthe merged pull request #1131: Bump javapoet from 1.6.1 to 1.13.0

Posted by "tenthe (via GitHub)" <gi...@apache.org>.
tenthe merged PR #1131:
URL: https://github.com/apache/streampipes/pull/1131


-- 
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@streampipes.apache.org

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