This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/lang/java/commons-cli-commons-cli-1.9.0
in repository https://gitbox.apache.org/repos/asf/avro.git
discard be94f1a45 Bump commons-cli:commons-cli from 1.8.0 to 1.9.0 in
/lang/java
add f350a8fbd AVRO-3984 [C++] Improve code generated for unions (#3047)
add 885c62d5a AVRO-4038: [C++] Add local-timestamp-nanos and
timestamp-nanos (#3102)
add ea2c54b9d AVRO-4033: [C++] Filter out redundant union classes
generated by avrogencpp (#3088)
add f91140887 [NO-JIRA] Docs build fixes (#3108)
add 197ec305d Add publish section (#3109)
add b3743f732 [NO-JIRA][Website] Wipe out the old contents of asf-site
branch (#3110)
add 0a037d861 Add alias for contributions page (#3111)
add 8956d6e85 Add CI jobs for building the SDK apidocs and copy them to
the website (#3112)
add 6059bf386 Install JDK 11 for the build of the Java apidocs
add aabb3a967 Install both JDK 11 & 17
add a1ef2c517 Also install JDK 21 to make toolchain-plugin happy
add b0f730c2b Install Maven newer than 3.9.6
add 863ede71d Update actions/cache to latest. Fix the removal of
api-python/
add f6239752d Debug the contents of the current folder before and after
the rsync
add d794e522e Checkout the project in the publish job
add f35f80fa2 Try with `git rm -r *` instead of rsync
add fb2941734 Force remove the old contents
add 96da09595 Bump typed-builder from 0.19.1 to 0.20.0 in /lang/rust
(#3113)
add 7c8f5ef46 Use `git switch` instead of `git checkout`
add 376c10994 Fetch all branches in the `push-website` CI job
add 5cefc8c52 Fix the path for the Python apidocs
add 49900ea33 Rename website's icons/ to images/
add 51c737ff9 Add the DOAP file from
https://svn.apache.org/repos/asf/avro/site/publish/avro.rdf
add b60f1b840 Move the DOAP file from assets/ to content/en/
add 71bd1e89a Give a better name to the `build website` CI job
add bc54dc932 AVRO-4041: [website] Checkout the old docs from subversion
(#3114)
add 123bfd56f Do not copy 1.12.0 from SVN
add f54435e21 AVRO-4041: Do not copy the .svn folder and any non-version
files
add 694f694e0 AVRO-4041: Debug the contents of website/docs/ folder
add ac5ba6a14 AVRO-4041: Delete the SVN checkout folder after copying its
contents
add ea17b9d39 AVRO-4041: Alias /docs/++version++/ to /docs/current/
add cdfda4730 Bump quote from 1.0.36 to 1.0.37 in /lang/rust (#3115)
add bdd559db1 Add static content of 1.12.0
add b6f9f5437 Add docs for `1.11.{1,2,3}`
add 4d4e75528 Fix relative links
add c69bf6e1b Set correct versions
add 221057dfa Replace '++version++' to the respective version for released
versions
add a37b1a685 Sort the docs items by their recency
add b8150b897 Bump serde from 1.0.208 to 1.0.209 in /lang/rust (#3120)
add d192f3ee3 Bump serde_json from 1.0.125 to 1.0.127 in /lang/rust (#3122)
add c7b79bf3a Bump syn from 2.0.75 to 2.0.76 in /lang/rust (#3121)
add 971b0a861 [AVRO-4042] Precache ObjectMapper to avoid recreation (#3123)
add 2f8aaeeac Bump org.apache.commons:commons-compress in /lang/java
(#3117)
add 13e406f34 Bump commons-cli:commons-cli from 1.8.0 to 1.9.0 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 (be94f1a45)
\
N -- N -- N
refs/heads/dependabot/maven/lang/java/commons-cli-commons-cli-1.9.0 (13e406f34)
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:
.asf.yaml | 3 +
.github/workflows/deploy-docs.yml | 230 +++++++++++++++++++--
doc/assets/{icons => images}/logo-black-text.png | Bin
doc/assets/{icons => images}/logo-text.svg | 0
doc/assets/{icons => images}/logo-white-text.png | Bin
doc/assets/{icons => images}/logo.png | Bin
doc/assets/{icons => images}/logo.svg | 0
doc/config.toml | 3 -
doc/content/en/avro.rdf | 67 ++++++
.../en/docs/++version++/IDL Language/_index.md | 14 +-
doc/content/en/docs/++version++/_index.md | 4 +-
.../Getting started (Java)/_index.md | 24 +--
.../Getting started (Python)/_index.md | 21 +-
.../{++version++ => 1.11.1}/IDL Language/_index.md | 186 +++++------------
.../{1.12.0 => 1.11.1}/MapReduce guide/_index.md | 10 +-
.../docs/{1.12.0 => 1.11.1}/SASL profile/_index.md | 4 +-
.../Specification/_index.md | 124 +++--------
doc/content/en/docs/{1.12.0 => 1.11.1}/_index.md | 6 +-
doc/content/en/docs/{1.12.0 => 1.11.1}/api-c++.md | 4 +-
doc/content/en/docs/{1.12.0 => 1.11.1}/api-c.md | 4 +-
.../en/docs/{1.12.0 => 1.11.1}/api-csharp.md | 4 +-
doc/content/en/docs/{1.12.0 => 1.11.1}/api-java.md | 4 +-
doc/content/en/docs/1.11.1/logo.svg | 22 ++
.../Getting started (Java)/_index.md | 24 +--
.../Getting started (Python)/_index.md | 10 +-
.../{++version++ => 1.11.2}/IDL Language/_index.md | 178 +++++-----------
.../{1.12.0 => 1.11.2}/MapReduce guide/_index.md | 10 +-
.../docs/{1.12.0 => 1.11.2}/SASL profile/_index.md | 4 +-
.../Specification/_index.md | 99 +++------
doc/content/en/docs/{1.12.0 => 1.11.2}/_index.md | 6 +-
doc/content/en/docs/{1.12.0 => 1.11.2}/api-c++.md | 4 +-
doc/content/en/docs/{1.12.0 => 1.11.2}/api-c.md | 4 +-
.../en/docs/{1.12.0 => 1.11.2}/api-csharp.md | 4 +-
doc/content/en/docs/{1.12.0 => 1.11.2}/api-java.md | 4 +-
doc/content/en/docs/1.11.2/logo.svg | 22 ++
.../Getting started (Java)/_index.md | 24 +--
.../Getting started (Python)/_index.md | 10 +-
.../{++version++ => 1.11.3}/IDL Language/_index.md | 178 +++++-----------
.../{1.12.0 => 1.11.3}/MapReduce guide/_index.md | 10 +-
.../docs/{1.12.0 => 1.11.3}/SASL profile/_index.md | 4 +-
.../Specification/_index.md | 90 ++------
doc/content/en/docs/{1.12.0 => 1.11.3}/_index.md | 6 +-
doc/content/en/docs/{1.12.0 => 1.11.3}/api-c++.md | 4 +-
doc/content/en/docs/{1.12.0 => 1.11.3}/api-c.md | 4 +-
.../en/docs/{1.12.0 => 1.11.3}/api-csharp.md | 4 +-
doc/content/en/docs/{1.12.0 => 1.11.3}/api-java.md | 4 +-
doc/content/en/docs/{1.12.0 => 1.11.3}/api-py.md | 4 +-
doc/content/en/docs/1.11.3/logo.svg | 22 ++
.../docs/1.12.0/Getting started (Java)/_index.md | 10 +-
.../docs/1.12.0/Getting started (Python)/_index.md | 6 +-
doc/content/en/docs/1.12.0/IDL Language/_index.md | 14 +-
.../en/docs/1.12.0/MapReduce guide/_index.md | 10 +-
doc/content/en/docs/1.12.0/_index.md | 2 +-
.../Contributors onboarding guide/_index.md | 4 +-
doc/go.mod | 2 +-
doc/layouts/partials/navbar.html | 4 +-
doc/layouts/shortcodes/project_logo.html | 2 +-
lang/c++/CMakeLists.txt | 4 +-
lang/c++/impl/Compiler.cc | 4 +
lang/c++/impl/LogicalType.cc | 6 +
lang/c++/impl/Node.cc | 12 ++
lang/c++/impl/avrogencpp.cc | 140 ++++++++++---
lang/c++/include/avro/LogicalType.hh | 2 +
lang/c++/jsonschemas/big_union | 101 +++++++++
lang/c++/jsonschemas/union_redundant_types | 22 ++
lang/c++/test/AvrogencppTests.cc | 213 +++++++++++++++++++
lang/c++/test/SchemaTests.cc | 28 +++
lang/c/build.sh | 5 +
.../main/java/org/apache/avro/SchemaBuilder.java | 4 +-
.../apache/avro/util/internal/JacksonUtils.java | 22 +-
lang/java/pom.xml | 2 +-
lang/rust/Cargo.lock | 28 +--
lang/rust/Cargo.toml | 4 +-
lang/rust/avro/Cargo.toml | 2 +-
lang/rust/avro_derive/Cargo.toml | 4 +-
75 files changed, 1285 insertions(+), 839 deletions(-)
rename doc/assets/{icons => images}/logo-black-text.png (100%)
rename doc/assets/{icons => images}/logo-text.svg (100%)
rename doc/assets/{icons => images}/logo-white-text.png (100%)
rename doc/assets/{icons => images}/logo.png (100%)
rename doc/assets/{icons => images}/logo.svg (100%)
create mode 100644 doc/content/en/avro.rdf
copy doc/content/en/docs/{1.12.0 => 1.11.1}/Getting started (Java)/_index.md
(93%)
copy doc/content/en/docs/{1.12.0 => 1.11.1}/Getting started (Python)/_index.md
(89%)
copy doc/content/en/docs/{++version++ => 1.11.1}/IDL Language/_index.md (68%)
copy doc/content/en/docs/{1.12.0 => 1.11.1}/MapReduce guide/_index.md (97%)
copy doc/content/en/docs/{1.12.0 => 1.11.1}/SASL profile/_index.md (98%)
copy doc/content/en/docs/{++version++ => 1.11.1}/Specification/_index.md (89%)
copy doc/content/en/docs/{1.12.0 => 1.11.1}/_index.md (97%)
mode change 100644 => 100755
copy doc/content/en/docs/{1.12.0 => 1.11.1}/api-c++.md (89%)
copy doc/content/en/docs/{1.12.0 => 1.11.1}/api-c.md (89%)
copy doc/content/en/docs/{1.12.0 => 1.11.1}/api-csharp.md (89%)
copy doc/content/en/docs/{1.12.0 => 1.11.1}/api-java.md (89%)
create mode 100644 doc/content/en/docs/1.11.1/logo.svg
copy doc/content/en/docs/{1.12.0 => 1.11.2}/Getting started (Java)/_index.md
(93%)
copy doc/content/en/docs/{++version++ => 1.11.2}/Getting started
(Python)/_index.md (93%)
copy doc/content/en/docs/{++version++ => 1.11.2}/IDL Language/_index.md (69%)
copy doc/content/en/docs/{1.12.0 => 1.11.2}/MapReduce guide/_index.md (97%)
copy doc/content/en/docs/{1.12.0 => 1.11.2}/SASL profile/_index.md (98%)
copy doc/content/en/docs/{++version++ => 1.11.2}/Specification/_index.md (90%)
copy doc/content/en/docs/{1.12.0 => 1.11.2}/_index.md (97%)
mode change 100644 => 100755
copy doc/content/en/docs/{1.12.0 => 1.11.2}/api-c++.md (89%)
copy doc/content/en/docs/{1.12.0 => 1.11.2}/api-c.md (89%)
copy doc/content/en/docs/{1.12.0 => 1.11.2}/api-csharp.md (89%)
copy doc/content/en/docs/{1.12.0 => 1.11.2}/api-java.md (89%)
create mode 100644 doc/content/en/docs/1.11.2/logo.svg
copy doc/content/en/docs/{1.12.0 => 1.11.3}/Getting started (Java)/_index.md
(93%)
copy doc/content/en/docs/{1.12.0 => 1.11.3}/Getting started (Python)/_index.md
(93%)
copy doc/content/en/docs/{++version++ => 1.11.3}/IDL Language/_index.md (69%)
copy doc/content/en/docs/{1.12.0 => 1.11.3}/MapReduce guide/_index.md (97%)
copy doc/content/en/docs/{1.12.0 => 1.11.3}/SASL profile/_index.md (98%)
copy doc/content/en/docs/{++version++ => 1.11.3}/Specification/_index.md (90%)
copy doc/content/en/docs/{1.12.0 => 1.11.3}/_index.md (97%)
mode change 100644 => 100755
copy doc/content/en/docs/{1.12.0 => 1.11.3}/api-c++.md (89%)
copy doc/content/en/docs/{1.12.0 => 1.11.3}/api-c.md (89%)
copy doc/content/en/docs/{1.12.0 => 1.11.3}/api-csharp.md (89%)
copy doc/content/en/docs/{1.12.0 => 1.11.3}/api-java.md (89%)
copy doc/content/en/docs/{1.12.0 => 1.11.3}/api-py.md (89%)
create mode 100644 doc/content/en/docs/1.11.3/logo.svg
create mode 100644 lang/c++/jsonschemas/big_union
create mode 100644 lang/c++/jsonschemas/union_redundant_types