You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by GitBox <gi...@apache.org> on 2022/10/05 19:55:53 UTC

[GitHub] [avro] dependabot[bot] opened a new pull request, #1896: Bump slf4j.version from 1.7.36 to 2.0.3 in /lang/java

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

   Bumps `slf4j.version` from 1.7.36 to 2.0.3.
   Updates `slf4j-api` from 1.7.36 to 2.0.3
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/qos-ch/slf4j/commit/b2cb05f16acc21a3266a74ef5c578f2cd9efdead"><code>b2cb05f</code></a> prepare release 2.0.3</li>
   <li><a href="https://github.com/qos-ch/slf4j/commit/4b5bb41ede1cf046e7bfd9dd639d43584020fb41"><code>4b5bb41</code></a> fix SLF4J-546, Fluent logging API doesn't populate timestamp with Reload4JLogger</li>
   <li><a href="https://github.com/qos-ch/slf4j/commit/b500a6fdfd80772b089cd4069430dd0f6106afb1"><code>b500a6f</code></a> javadoc explaining using multiple markers instead of nested markers</li>
   <li><a href="https://github.com/qos-ch/slf4j/commit/d81affb012f37e1d1eb8c2c6fbbb3a4ee15eb3e8"><code>d81affb</code></a> comment about ThreadLocal key or value types</li>
   <li><a href="https://github.com/qos-ch/slf4j/commit/bcbbe40ffde9b32729198014a771482cf796c5af"><code>bcbbe40</code></a> Reword Marker Javadoc to improve grammar.</li>
   <li><a href="https://github.com/qos-ch/slf4j/commit/7686020c364bb0567263b14d10752eee6f393fa5"><code>7686020</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/qos-ch/slf4j/issues/310">#310</a> from ascopes/patch-1</li>
   <li><a href="https://github.com/qos-ch/slf4j/commit/3f47f87ccce890c6ec8e7e10a882dce9e87db397"><code>3f47f87</code></a> Add missing javadoc to SLF4JServiceProvider.java</li>
   <li><a href="https://github.com/qos-ch/slf4j/commit/eb1710af7bbc4a05efa1078d34ee076e1c591a73"><code>eb1710a</code></a> start work on 2.0.3-SNAPSHOT, fix SLF4J-564</li>
   <li><a href="https://github.com/qos-ch/slf4j/commit/bb49a5aeefc26cd22755951c6088bde670495049"><code>bb49a5a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/qos-ch/slf4j/issues/307">#307</a> from radio-rogal/slf4j-564-simple-logger-javadoc</li>
   <li><a href="https://github.com/qos-ch/slf4j/commit/768ca7d4c02f475c4ebae2e9f666cd12a6bca45b"><code>768ca7d</code></a> [SLF4J-564] slf4j-simple: fix javadoc for SimpleLogger</li>
   <li>Additional commits viewable in <a href="https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `slf4j-simple` from 1.7.36 to 2.0.3
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/qos-ch/slf4j/commit/b2cb05f16acc21a3266a74ef5c578f2cd9efdead"><code>b2cb05f</code></a> prepare release 2.0.3</li>
   <li><a href="https://github.com/qos-ch/slf4j/commit/4b5bb41ede1cf046e7bfd9dd639d43584020fb41"><code>4b5bb41</code></a> fix SLF4J-546, Fluent logging API doesn't populate timestamp with Reload4JLogger</li>
   <li><a href="https://github.com/qos-ch/slf4j/commit/b500a6fdfd80772b089cd4069430dd0f6106afb1"><code>b500a6f</code></a> javadoc explaining using multiple markers instead of nested markers</li>
   <li><a href="https://github.com/qos-ch/slf4j/commit/d81affb012f37e1d1eb8c2c6fbbb3a4ee15eb3e8"><code>d81affb</code></a> comment about ThreadLocal key or value types</li>
   <li><a href="https://github.com/qos-ch/slf4j/commit/bcbbe40ffde9b32729198014a771482cf796c5af"><code>bcbbe40</code></a> Reword Marker Javadoc to improve grammar.</li>
   <li><a href="https://github.com/qos-ch/slf4j/commit/7686020c364bb0567263b14d10752eee6f393fa5"><code>7686020</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/qos-ch/slf4j/issues/310">#310</a> from ascopes/patch-1</li>
   <li><a href="https://github.com/qos-ch/slf4j/commit/3f47f87ccce890c6ec8e7e10a882dce9e87db397"><code>3f47f87</code></a> Add missing javadoc to SLF4JServiceProvider.java</li>
   <li><a href="https://github.com/qos-ch/slf4j/commit/eb1710af7bbc4a05efa1078d34ee076e1c591a73"><code>eb1710a</code></a> start work on 2.0.3-SNAPSHOT, fix SLF4J-564</li>
   <li><a href="https://github.com/qos-ch/slf4j/commit/bb49a5aeefc26cd22755951c6088bde670495049"><code>bb49a5a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/qos-ch/slf4j/issues/307">#307</a> from radio-rogal/slf4j-564-simple-logger-javadoc</li>
   <li><a href="https://github.com/qos-ch/slf4j/commit/768ca7d4c02f475c4ebae2e9f666cd12a6bca45b"><code>768ca7d</code></a> [SLF4J-564] slf4j-simple: fix javadoc for SimpleLogger</li>
   <li>Additional commits viewable in <a href="https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `slf4j-log4j12` from 1.7.36 to 2.0.3
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/qos-ch/slf4j/commit/b2cb05f16acc21a3266a74ef5c578f2cd9efdead"><code>b2cb05f</code></a> prepare release 2.0.3</li>
   <li><a href="https://github.com/qos-ch/slf4j/commit/4b5bb41ede1cf046e7bfd9dd639d43584020fb41"><code>4b5bb41</code></a> fix SLF4J-546, Fluent logging API doesn't populate timestamp with Reload4JLogger</li>
   <li><a href="https://github.com/qos-ch/slf4j/commit/b500a6fdfd80772b089cd4069430dd0f6106afb1"><code>b500a6f</code></a> javadoc explaining using multiple markers instead of nested markers</li>
   <li><a href="https://github.com/qos-ch/slf4j/commit/d81affb012f37e1d1eb8c2c6fbbb3a4ee15eb3e8"><code>d81affb</code></a> comment about ThreadLocal key or value types</li>
   <li><a href="https://github.com/qos-ch/slf4j/commit/bcbbe40ffde9b32729198014a771482cf796c5af"><code>bcbbe40</code></a> Reword Marker Javadoc to improve grammar.</li>
   <li><a href="https://github.com/qos-ch/slf4j/commit/7686020c364bb0567263b14d10752eee6f393fa5"><code>7686020</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/qos-ch/slf4j/issues/310">#310</a> from ascopes/patch-1</li>
   <li><a href="https://github.com/qos-ch/slf4j/commit/3f47f87ccce890c6ec8e7e10a882dce9e87db397"><code>3f47f87</code></a> Add missing javadoc to SLF4JServiceProvider.java</li>
   <li><a href="https://github.com/qos-ch/slf4j/commit/eb1710af7bbc4a05efa1078d34ee076e1c591a73"><code>eb1710a</code></a> start work on 2.0.3-SNAPSHOT, fix SLF4J-564</li>
   <li><a href="https://github.com/qos-ch/slf4j/commit/bb49a5aeefc26cd22755951c6088bde670495049"><code>bb49a5a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/qos-ch/slf4j/issues/307">#307</a> from radio-rogal/slf4j-564-simple-logger-javadoc</li>
   <li><a href="https://github.com/qos-ch/slf4j/commit/768ca7d4c02f475c4ebae2e9f666cd12a6bca45b"><code>768ca7d</code></a> [SLF4J-564] slf4j-simple: fix javadoc for SimpleLogger</li>
   <li>Additional commits viewable in <a href="https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.3">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: 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 #1896: Bump slf4j.version from 1.7.36 to 2.0.3 in /lang/java

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #1896: Bump slf4j.version from 1.7.36 to 2.0.3 in /lang/java
URL: https://github.com/apache/avro/pull/1896


-- 
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 #1896: Bump slf4j.version from 1.7.36 to 2.0.3 in /lang/java

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

   Superseded by #1977.


-- 
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 #1896: Bump slf4j.version from 1.7.36 to 2.0.3 in /lang/java

Posted by GitBox <gi...@apache.org>.
RyanSkraba commented on PR #1896:
URL: https://github.com/apache/avro/pull/1896#issuecomment-1303959145

   @iemejia Did you have an opinion on the impact of this bump?


-- 
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] iemejia commented on pull request #1896: Bump slf4j.version from 1.7.36 to 2.0.3 in /lang/java

Posted by GitBox <gi...@apache.org>.
iemejia commented on PR #1896:
URL: https://github.com/apache/avro/pull/1896#issuecomment-1304857244

   Argh still wondering about the possible issues. The possible mess is when downstream projects mix old and new versions. Tbh not clear about how this could impact others.
   https://www.slf4j.org/faq.html#changesInVersion200


-- 
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] iemejia commented on pull request #1896: Bump slf4j.version from 1.7.36 to 2.0.3 in /lang/java

Posted by GitBox <gi...@apache.org>.
iemejia commented on PR #1896:
URL: https://github.com/apache/avro/pull/1896#issuecomment-1304855975

   I have some fear of downstream issues but given that the previous version 1.7.x is unmaintained and Spark already moved into this, maybe it is worth to 'take the risk' and include it in Avro (1.12.0)


-- 
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] martin-g commented on pull request #1896: Bump slf4j.version from 1.7.36 to 2.0.3 in /lang/java

Posted by GitBox <gi...@apache.org>.
martin-g commented on PR #1896:
URL: https://github.com/apache/avro/pull/1896#issuecomment-1304876809

   If a downstream project uses dependency management then it can easily define which version to use, and Avro will work with either 1.7.x or 2.x.
   In Apache Wicket we had only one issue - an OSGi user was complaining that maven-bundle-plugin was setting `[2,3)` in META-INF/MANIFEST.MF as a compatible version and the user was not able to use 1.7.x: https://issues.apache.org/jira/browse/WICKET-6958


-- 
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