You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by gi...@apache.org on 2023/03/27 11:09:31 UTC

[avro] branch dependabot/maven/lang/java/slf4j.version-2.0.7 updated (275385f06 -> 09fbef35c)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/lang/java/slf4j.version-2.0.7
in repository https://gitbox.apache.org/repos/asf/avro.git


 discard 275385f06 Bump slf4j.version from 1.7.36 to 2.0.7 in /lang/java
     add 616136d2c Bump anyhow from 1.0.69 to 1.0.70 in /lang/rust (#2156)
     add 11c2f4608 Bump thiserror from 1.0.39 to 1.0.40 in /lang/rust (#2155)
     add f52a10b6b Bump syn from 1.0.109 to 2.0.3 in /lang/rust (#2154)
     add 4d03d869a Bump serde from 1.0.156 to 1.0.158 in /lang/rust (#2153)
     add 04a79fe5a Revert "Bump syn from 1.0.109 to 2.0.3 in /lang/rust (#2154)"
     add b6178acc7 Bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 in /lang/java (#2151)
     add ace4d5d2e AVRO-3264: Improvements to the project section of the Avro website (#2145)
     add c3d6a2fb5 fix documentation of functions and variables (#2157)
     add cb1ad00d2 Bump regex from 1.7.1 to 1.7.2 in /lang/rust (#2159)
     add 207ff089d Bump proc-macro2 from 1.0.52 to 1.0.53 in /lang/rust (#2160)
     add 9b5688863 AVRO-3724 Fix C# JsonEncoder for nested array of records (#2161)
     add 5acb6d619 Bump grpc.version from 1.53.0 to 1.54.0 in /lang/java
     add a8d5f1b56 Bump hadoop-client from 3.3.4 to 3.3.5 in /lang/java
     add 5f4f406dc Bump netty-bom from 4.1.89.Final to 4.1.90.Final in /lang/java
     add 96c2d8419 Bump reload4j from 1.2.24 to 1.2.25 in /lang/java
     add 09fbef35c Bump slf4j.version from 1.7.36 to 2.0.7 in /lang/java

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (275385f06)
            \
             N -- N -- N   refs/heads/dependabot/maven/lang/java/slf4j.version-2.0.7 (09fbef35c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 doc/content/en/_index.html                         |   2 +-
 doc/content/en/community/_index.md                 |   2 +-
 doc/content/en/project/Articles/_index.md          |  84 ++++++++++++++++
 .../project/Committer onboarding guide/_index.md   |  48 +++++++++
 .../Contributors onboarding guide /_index.md       |  39 ++++++++
 doc/content/en/project/Donate/_index.md            |   2 +-
 doc/content/en/project/Events/_index.md            |   2 +-
 doc/content/en/project/How to contribute/_index.md | 110 ++++++++++++++++++++-
 doc/content/en/project/License/_index.md           |   2 +-
 doc/content/en/project/Papers/_index.md            |  73 ++++++++++++++
 doc/content/en/project/Privacy policy/_index.md    |   2 +-
 doc/content/en/project/Security/_index.md          |   2 +-
 doc/content/en/project/Thanks/_index.md            |   2 +-
 .../en/project/pmc onboarding guide/_index.md      |  34 +++++++
 .../apache/main/Specific/SpecificDatumWriter.cs    |   1 +
 lang/csharp/src/apache/test/IO/JsonCodecTests.cs   | 108 +++++++++++++++++++-
 lang/java/pom.xml                                  |   8 +-
 lang/rust/Cargo.lock                               |  67 +++++++------
 lang/rust/avro/Cargo.toml                          |   8 +-
 lang/rust/avro/src/reader.rs                       |   6 +-
 lang/rust/avro/src/schema.rs                       |  16 ++-
 lang/rust/avro_derive/Cargo.toml                   |   4 +-
 lang/rust/wasm-demo/Cargo.toml                     |   2 +-
 pom.xml                                            |   2 +-
 24 files changed, 563 insertions(+), 63 deletions(-)
 create mode 100755 doc/content/en/project/Articles/_index.md
 create mode 100755 doc/content/en/project/Committer onboarding guide/_index.md
 create mode 100644 doc/content/en/project/Contributors onboarding guide /_index.md
 create mode 100755 doc/content/en/project/Papers/_index.md
 create mode 100644 doc/content/en/project/pmc onboarding guide/_index.md