You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/09/05 15:51:53 UTC

[GitHub] [pinot] dependabot[bot] opened a new pull request, #9337: Bump janino from 3.1.6 to 3.1.8

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

   Bumps [janino](https://github.com/janino-compiler/janino) from 3.1.6 to 3.1.8.
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/janino-compiler/janino/commit/5a872b094477477360c14eb8b168baf220602653"><code>5a872b0</code></a> Version 3.1.8</li>
   <li><a href="https://github.com/janino-compiler/janino/commit/50d5b7334ca0ebc7c1a06c08d27c31a4dda0224e"><code>50d5b73</code></a></li>
   <li><a href="https://github.com/janino-compiler/janino/commit/a9f953e60b8a6f2b7043604c397a7f6bdd3c475f"><code>a9f953e</code></a> Regression tests finally pass for target version 8!</li>
   <li><a href="https://github.com/janino-compiler/janino/commit/85a48e6b0cdd3103077407efcd11b3a23bd95609"><code>85a48e6</code></a></li>
   <li><a href="https://github.com/janino-compiler/janino/commit/63c878826a09bde4ab6a09893c3a4d8e4907f465"><code>63c8788</code></a></li>
   <li><a href="https://github.com/janino-compiler/janino/commit/bd9e6a591e7c65b6354bc06fcadc69dd1e34194b"><code>bd9e6a5</code></a> Disassembling of generated .class files now conditional on class name.</li>
   <li><a href="https://github.com/janino-compiler/janino/commit/dbadfa85848b5a0849917a73c17458614dfdb633"><code>dbadfa8</code></a> Fixed an AccessControlException with JRE 7.</li>
   <li><a href="https://github.com/janino-compiler/janino/commit/0c930177e083c8d30c25ef60d50edf6d40ed6f6f"><code>0c93017</code></a> Fixed issue <a href="https://github-redirect.dependabot.com/janino-compiler/janino/issues/172">#172</a> &quot;SimpleCompiler Variable Bug&quot;, also for VOID return type.</li>
   <li><a href="https://github.com/janino-compiler/janino/commit/6cc9b363bed62189084090e9b80443a0298e123d"><code>6cc9b36</code></a></li>
   <li><a href="https://github.com/janino-compiler/janino/commit/120772ad2d3aba5a17d756c92806dc00dc759a58"><code>120772a</code></a> Fixed issue 172 &quot;SimpleCompiler Variable Bug&quot;.</li>
   <li>Additional commits viewable in <a href="https://github.com/janino-compiler/janino/compare/v3.1.6...v3.1.8">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.janino:janino&package-manager=maven&previous-version=3.1.6&new-version=3.1.8)](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: commits-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] Jackie-Jiang commented on pull request #9337: Bump janino from 3.1.6 to 3.1.8

Posted by GitBox <gi...@apache.org>.
Jackie-Jiang commented on PR #9337:
URL: https://github.com/apache/pinot/pull/9337#issuecomment-1239813353

   @walterddr Can you please take a look? If we need this upgrade, we can move it to the root level dependency management


-- 
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: commits-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] walterddr commented on pull request #9337: Bump janino from 3.1.6 to 3.1.8

Posted by GitBox <gi...@apache.org>.
walterddr commented on PR #9337:
URL: https://github.com/apache/pinot/pull/9337#issuecomment-1240910814

   > @walterddr Can you please take a look? If we need this upgrade, we can move it to the root level dependency management
   
   taking a look


-- 
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: commits-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] dependabot[bot] commented on pull request #9337: Bump janino from 3.1.6 to 3.1.8

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #9337:
URL: https://github.com/apache/pinot/pull/9337#issuecomment-1316831730

   Superseded by #9813.


-- 
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: commits-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] dependabot[bot] closed pull request #9337: Bump janino from 3.1.6 to 3.1.8

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #9337: Bump janino from 3.1.6 to 3.1.8
URL: https://github.com/apache/pinot/pull/9337


-- 
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: commits-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org