This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a change to branch release-0.8.2
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
omit 905719c6e Release Baremaps 0.8.2
add 24c29b735 Add the Planetiler NOTICE to the project's NOTICE file.
(#920)
add 648677210 Fix rat:check with pregenerated files (#921)
add 0eb8c1a03 Update Maplibre to version 5 (#924)
add 4212c7867 Perform automatic actions on issues and pull requests (#942)
add e54f2ae5e Create an Issue Template for Better Reporting (#941)
add 0f05dead2 Improve CSP directive (#944)
add 6cae7e0f1 Improve the NOTICE file for the binary distribution (#940)
add 072bafbf3 Release Baremaps 0.8.2
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 (905719c6e)
\
N -- N -- N refs/heads/release-0.8.2 (072bafbf3)
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/ISSUE_TEMPLATE/bug_report.md | 43 +
.github/ISSUE_TEMPLATE/config.yml | 5 +
.github/ISSUE_TEMPLATE/feature_request.md | 26 +
.github/workflows/close-inactive-issues.yml | 32 +
.github/workflows/label-opened-issues.yml | 30 +
LICENSE | 20 +-
NOTICE | 10 +
NOTICE-binary | 2094 ++++++++++++++++++++
baremaps-cli/src/assembly/bin.xml | 9 +-
baremaps-cli/src/license/bundle.ftl | 4 +-
baremaps-renderer/package-lock.json | 245 ++-
baremaps-renderer/package.json | 2 +-
.../src/lib/maplibreBrowserHelpers.ts | 4 +-
baremaps-server/src/main/resources/dem/index.html | 13 +-
.../src/main/resources/static/server.html | 13 +-
.../src/main/resources/static/viewer.html | 13 +-
basemap/index.html | 13 +-
examples/openstreetmap/index.html | 13 +-
licenses/externalsortinginjava | 1 +
licenses/hilbert_curves | 1 +
notices-binary/armeria | 394 ----
notices-binary/awssdk | 25 -
notices-binary/brotli4j | 36 -
notices-binary/calcite | 10 -
notices-binary/commons-compress | 5 -
notices-binary/hadoop | 827 --------
notices-binary/log4j | 20 -
notices-binary/lucene | 197 --
notices-binary/parquet | 6 -
notices-binary/picocli | 351 ----
notices-binary/proj4j | 108 -
notices-binary/sis | 54 -
notices-binary/sqlite-jdbc | 4 -
notices/planetiler | 70 -
pom.xml | 2 +
35 files changed, 2484 insertions(+), 2216 deletions(-)
create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md
create mode 100644 .github/ISSUE_TEMPLATE/config.yml
create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md
create mode 100644 .github/workflows/close-inactive-issues.yml
create mode 100644 .github/workflows/label-opened-issues.yml
create mode 100644 NOTICE-binary
create mode 100644 licenses/externalsortinginjava
create mode 100644 licenses/hilbert_curves
delete mode 100644 notices-binary/armeria
delete mode 100644 notices-binary/awssdk
delete mode 100644 notices-binary/brotli4j
delete mode 100644 notices-binary/calcite
delete mode 100644 notices-binary/commons-compress
delete mode 100644 notices-binary/hadoop
delete mode 100644 notices-binary/log4j
delete mode 100644 notices-binary/lucene
delete mode 100644 notices-binary/parquet
delete mode 100644 notices-binary/picocli
delete mode 100644 notices-binary/proj4j
delete mode 100644 notices-binary/sis
delete mode 100644 notices-binary/sqlite-jdbc
delete mode 100644 notices/planetiler