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 4561d7940 Bump commons-cli:commons-cli from 1.8.0 to 1.9.0 in
/lang/java
add 2205c20dd AVRO-4037: [C++] Add local-timestamp-millis,
local-timestamp-micros logical types (#3053)
add b97e42c10 Bump syn from 2.0.74 to 2.0.75 in /lang/rust (#3107)
add c1b6955cb Build website through Github Actions (#3092)
add 789b2a0bd Add "pull-requests: write" permission to the labeler
add be94f1a45 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 (4561d7940)
\
N -- N -- N
refs/heads/dependabot/maven/lang/java/commons-cli-commons-cli-1.9.0 (be94f1a45)
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:
.github/workflows/deploy-docs.yml | 80 ++
.github/workflows/labeler.yml | 3 +
.gitmodules | 3 -
doc/.gitignore | 1 -
doc/Dockerfile | 22 -
doc/README.md | 38 +-
doc/config.toml | 21 +-
doc/content/en/_index.html | 2 +-
doc/content/en/_index.md | 40 +
.../en/blog/releases/avro-1.12.0-released.md | 538 ++++++++++
.../Getting started (Java)/_index.md | 0
.../Getting started (Python)/_index.md | 0
.../{++version++ => 1.12.0}/IDL Language/_index.md | 0
.../MapReduce guide/_index.md | 0
.../{++version++ => 1.12.0}/SASL profile/_index.md | 0
.../Specification/_index.md | 0
.../en/docs/{++version++ => 1.12.0}/_index.md | 4 +-
.../en/docs/{++version++ => 1.12.0}/api-c++.md | 4 +-
.../en/docs/{++version++ => 1.12.0}/api-c.md | 4 +-
.../en/docs/{++version++ => 1.12.0}/api-csharp.md | 4 +-
.../en/docs/{++version++ => 1.12.0}/api-java.md | 4 +-
.../en/docs/{++version++ => 1.12.0}/api-py.md | 4 +-
.../en/docs/1.12.0/trevni/css/maven-base.css | 168 +++
.../en/docs/1.12.0/trevni/css/maven-theme.css | 161 +++
.../content/en/docs/1.12.0/trevni/css/print.css | 21 +-
doc/content/en/docs/1.12.0/trevni/css/site.css | 1 +
.../en/docs/1.12.0/trevni/dependencies.html | 503 +++++++++
.../docs/1.12.0/trevni/dependency-convergence.html | 339 ++++++
.../en/docs/1.12.0/trevni/dependency-info.html | 118 +++
.../docs/1.12.0/trevni/dependency-management.html | 613 +++++++++++
.../1.12.0/trevni/distribution-management.html | 94 ++
doc/content/en/docs/1.12.0/trevni/images/close.gif | Bin 0 -> 279 bytes
.../en/docs/1.12.0/trevni/images/collapsed.gif | Bin 0 -> 53 bytes
.../en/docs/1.12.0/trevni/images/expanded.gif | Bin 0 -> 52 bytes
.../en/docs/1.12.0/trevni/images/external.png | Bin 0 -> 230 bytes
.../docs/1.12.0/trevni/images/icon_error_sml.gif | Bin 0 -> 1010 bytes
.../en/docs/1.12.0/trevni/images/icon_info_sml.gif | Bin 0 -> 606 bytes
.../docs/1.12.0/trevni/images/icon_success_sml.gif | Bin 0 -> 990 bytes
.../docs/1.12.0/trevni/images/icon_warning_sml.gif | Bin 0 -> 576 bytes
.../trevni/images/logos/build-by-maven-black.png | Bin 0 -> 2294 bytes
.../trevni/images/logos/build-by-maven-white.png | Bin 0 -> 2260 bytes
.../1.12.0/trevni/images/logos/maven-feather.png | Bin 0 -> 3330 bytes
.../en/docs/1.12.0/trevni/images/newwindow.png | Bin 0 -> 220 bytes
doc/content/en/docs/1.12.0/trevni/index.html | 107 ++
.../en/docs/1.12.0/trevni/issue-management.html | 96 ++
.../content/en/docs/1.12.0/trevni/licenses.html | 204 ++--
.../en/docs/1.12.0/trevni/mailing-lists.html | 117 +++
doc/content/en/docs/1.12.0/trevni/modules.html | 105 ++
.../en/docs/1.12.0/trevni/plugin-management.html | 244 +++++
doc/content/en/docs/1.12.0/trevni/plugins.html | 158 +++
.../en/docs/1.12.0/trevni/project-info.html | 139 +++
doc/content/en/docs/1.12.0/trevni/scm.html | 106 ++
doc/content/en/docs/1.12.0/trevni/summary.html | 133 +++
doc/content/en/docs/_index.md | 2 -
doc/docker-compose.yaml | 32 -
lang/rust/avro/tests/uuids.rs => doc/go.mod | 14 +-
doc/go.sum | 6 +
doc/layouts/partials/navbar-asf-links.html | 16 +-
doc/layouts/partials/navbar-docs-selector.html | 16 +-
doc/layouts/partials/navbar.html | 3 -
doc/layouts/project/list.html | 6 +-
doc/package-lock.json | 1097 ++++++++++++++++++++
doc/themes/docsy | 1 -
lang/c++/impl/Compiler.cc | 4 +
lang/c++/impl/LogicalType.cc | 6 +
lang/c++/impl/Node.cc | 12 +
lang/c++/include/avro/LogicalType.hh | 2 +
lang/c++/include/avro/Node.hh | 1 +
lang/c++/test/SchemaTests.cc | 28 +
lang/rust/Cargo.lock | 4 +-
lang/rust/avro_derive/Cargo.toml | 2 +-
pom.xml | 2 +
72 files changed, 5226 insertions(+), 227 deletions(-)
create mode 100644 .github/workflows/deploy-docs.yml
delete mode 100644 .gitmodules
delete mode 100644 doc/Dockerfile
create mode 100644 doc/content/en/_index.md
create mode 100755 doc/content/en/blog/releases/avro-1.12.0-released.md
copy doc/content/en/docs/{++version++ => 1.12.0}/Getting started
(Java)/_index.md (100%)
copy doc/content/en/docs/{++version++ => 1.12.0}/Getting started
(Python)/_index.md (100%)
copy doc/content/en/docs/{++version++ => 1.12.0}/IDL Language/_index.md (100%)
copy doc/content/en/docs/{++version++ => 1.12.0}/MapReduce guide/_index.md
(100%)
copy doc/content/en/docs/{++version++ => 1.12.0}/SASL profile/_index.md (100%)
copy doc/content/en/docs/{++version++ => 1.12.0}/Specification/_index.md (100%)
mode change 100755 => 100644
copy doc/content/en/docs/{++version++ => 1.12.0}/_index.md (97%)
mode change 100755 => 100644
copy doc/content/en/docs/{++version++ => 1.12.0}/api-c++.md (86%)
copy doc/content/en/docs/{++version++ => 1.12.0}/api-c.md (87%)
copy doc/content/en/docs/{++version++ => 1.12.0}/api-csharp.md (85%)
copy doc/content/en/docs/{++version++ => 1.12.0}/api-java.md (88%)
copy doc/content/en/docs/{++version++ => 1.12.0}/api-py.md (86%)
create mode 100644 doc/content/en/docs/1.12.0/trevni/css/maven-base.css
create mode 100644 doc/content/en/docs/1.12.0/trevni/css/maven-theme.css
copy lang/java/mapred/src/main/java/org/apache/avro/mapreduce/Syncable.java =>
doc/content/en/docs/1.12.0/trevni/css/print.css (63%)
create mode 100644 doc/content/en/docs/1.12.0/trevni/css/site.css
create mode 100644 doc/content/en/docs/1.12.0/trevni/dependencies.html
create mode 100644
doc/content/en/docs/1.12.0/trevni/dependency-convergence.html
create mode 100644 doc/content/en/docs/1.12.0/trevni/dependency-info.html
create mode 100644 doc/content/en/docs/1.12.0/trevni/dependency-management.html
create mode 100644
doc/content/en/docs/1.12.0/trevni/distribution-management.html
create mode 100644 doc/content/en/docs/1.12.0/trevni/images/close.gif
create mode 100644 doc/content/en/docs/1.12.0/trevni/images/collapsed.gif
create mode 100644 doc/content/en/docs/1.12.0/trevni/images/expanded.gif
create mode 100644 doc/content/en/docs/1.12.0/trevni/images/external.png
create mode 100644 doc/content/en/docs/1.12.0/trevni/images/icon_error_sml.gif
create mode 100644 doc/content/en/docs/1.12.0/trevni/images/icon_info_sml.gif
create mode 100644
doc/content/en/docs/1.12.0/trevni/images/icon_success_sml.gif
create mode 100644
doc/content/en/docs/1.12.0/trevni/images/icon_warning_sml.gif
create mode 100644
doc/content/en/docs/1.12.0/trevni/images/logos/build-by-maven-black.png
create mode 100644
doc/content/en/docs/1.12.0/trevni/images/logos/build-by-maven-white.png
create mode 100644
doc/content/en/docs/1.12.0/trevni/images/logos/maven-feather.png
create mode 100644 doc/content/en/docs/1.12.0/trevni/images/newwindow.png
create mode 100644 doc/content/en/docs/1.12.0/trevni/index.html
create mode 100644 doc/content/en/docs/1.12.0/trevni/issue-management.html
copy lang/c/LICENSE => doc/content/en/docs/1.12.0/trevni/licenses.html (62%)
create mode 100644 doc/content/en/docs/1.12.0/trevni/mailing-lists.html
create mode 100644 doc/content/en/docs/1.12.0/trevni/modules.html
create mode 100644 doc/content/en/docs/1.12.0/trevni/plugin-management.html
create mode 100644 doc/content/en/docs/1.12.0/trevni/plugins.html
create mode 100644 doc/content/en/docs/1.12.0/trevni/project-info.html
create mode 100644 doc/content/en/docs/1.12.0/trevni/scm.html
create mode 100644 doc/content/en/docs/1.12.0/trevni/summary.html
delete mode 100644 doc/docker-compose.yaml
copy lang/rust/avro/tests/uuids.rs => doc/go.mod (77%)
create mode 100644 doc/go.sum
create mode 100644 doc/package-lock.json
delete mode 160000 doc/themes/docsy