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

[GitHub] [orc] dependabot[bot] opened a new pull request, #1241: Bump spark.jackson.version from 2.12.3 to 2.13.4 in /java

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

   Bumps `spark.jackson.version` from 2.12.3 to 2.13.4.
   Updates `jackson-core` from 2.12.3 to 2.13.4
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/FasterXML/jackson-core/commit/e9598e5ec7c8ff2b87efecf274fb3ffe154cce4d"><code>e9598e5</code></a> [maven-release-plugin] prepare release jackson-core-2.13.4</li>
   <li><a href="https://github.com/FasterXML/jackson-core/commit/3dfa1a6eabc7ec2a278d8238adb171cd6ee3e5b3"><code>3dfa1a6</code></a> Prepare for 2.13.4 release</li>
   <li><a href="https://github.com/FasterXML/jackson-core/commit/7c0b6b67c43362c8855251c0df7233698e4d6f9f"><code>7c0b6b6</code></a> Enable Dependabot for Github actions</li>
   <li><a href="https://github.com/FasterXML/jackson-core/commit/1d577a44ceb487ac3786e6644b1acd9853faa271"><code>1d577a4</code></a> Add SECURITY.md (copied from jackson-databind)</li>
   <li><a href="https://github.com/FasterXML/jackson-core/commit/7e64617839be29c5c1f350ddeffb789fd10013ab"><code>7e64617</code></a> Sync 2.13 branch workflow action from 2.14</li>
   <li><a href="https://github.com/FasterXML/jackson-core/commit/80d47767966cc0cd1605aed55e254a699a7d16ef"><code>80d4776</code></a> Negative number issue (2.13 branch - tests only) (<a href="https://github-redirect.dependabot.com/FasterXML/jackson-core/issues/781">#781</a>)</li>
   <li><a href="https://github.com/FasterXML/jackson-core/commit/7f640925c191b5ec04adf7a1d733a8b31847d5e5"><code>7f64092</code></a> Merge branch '2.12' into 2.13</li>
   <li><a href="https://github.com/FasterXML/jackson-core/commit/93e18c6e2fc06ebd0bb9a74c4db462662f09db20"><code>93e18c6</code></a> [maven-release-plugin] prepare for next development iteration</li>
   <li><a href="https://github.com/FasterXML/jackson-core/commit/e11142ebb162884aa948fc1f5947b87ebcea0e4e"><code>e11142e</code></a> [maven-release-plugin] prepare release jackson-core-2.12.7</li>
   <li><a href="https://github.com/FasterXML/jackson-core/commit/c8eec468c026d8bc9a6002e30be36458f0502e91"><code>c8eec46</code></a> Prepare for 2.12.7 release</li>
   <li>Additional commits viewable in <a href="https://github.com/FasterXML/jackson-core/compare/jackson-core-2.12.3...jackson-core-2.13.4">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `jackson-databind` from 2.12.3 to 2.13.4
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a href="https://github.com/FasterXML/jackson/commits">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `jackson-annotations` from 2.12.3 to 2.13.4
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a href="https://github.com/FasterXML/jackson/commits">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   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: issues-unsubscribe@orc.apache.org

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


[GitHub] [orc] dongjoon-hyun closed pull request #1241: Bump spark.jackson.version from 2.12.3 to 2.13.4 in /java

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun closed pull request #1241: Bump spark.jackson.version from 2.12.3 to 2.13.4 in /java
URL: https://github.com/apache/orc/pull/1241


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

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


[GitHub] [orc] dongjoon-hyun commented on a diff in pull request #1241: Bump spark.jackson.version from 2.12.3 to 2.13.4 in /java

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on code in PR #1241:
URL: https://github.com/apache/orc/pull/1241#discussion_r965408805


##########
java/bench/spark/pom.xml:
##########
@@ -36,7 +36,7 @@
     <maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>
 
     <!-- Spark Jackson version may not be same as ORC -->
-    <spark.jackson.version>2.12.3</spark.jackson.version>
+    <spark.jackson.version>2.13.4</spark.jackson.version>

Review Comment:
   We need to upgrade this, but it should be `2.13.3` instead of `2.13.4`.



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

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


[GitHub] [orc] dependabot[bot] commented on pull request #1241: Bump spark.jackson.version from 2.12.3 to 2.13.4 in /java

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

   OK, I won't notify you again about this release, but will get in touch when a new version is available. 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: issues-unsubscribe@orc.apache.org

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


[GitHub] [orc] dongjoon-hyun commented on pull request #1241: Bump spark.jackson.version from 2.12.3 to 2.13.4 in /java

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on PR #1241:
URL: https://github.com/apache/orc/pull/1241#issuecomment-1253953954

   Since Apache Spark 3.3.1 RC2 will start soon, let's do this together later.


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

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