This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a change to branch workflow
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
omit df4fa4aa Format code
omit 8cd22e2f Remove unused method
omit a8d8939e Add javadoc
omit 7b061068 Move the type name in the sub classes
omit 8b814828 Improve workflow and replace records by classes
add ac8d8c80 Add documentation for the cache flag (#803)
new 817d1d29 Improve workflow and replace records by classes
new 378b12f3 Move the type name in the sub classes
new 30b7eed7 Add javadoc
new 501fa522 Remove unused method
new aa75b7a6 Format code
new 8ad99cf2 Add dependency to hk2
new e8198440 Remove unused methods
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 (df4fa4aa)
\
N -- N -- N refs/heads/workflow (e8198440)
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.
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/baremaps/cli/database/UpdateOsm.java | 6 +-
.../java/org/apache/baremaps/cli/map/Serve.java | 5 +-
baremaps-core/pom.xml | 8 ++
.../tasks/CreateGeocoderOpenStreetMap.java | 18 ----
.../workflow/tasks/CreateGeonamesIndex.java | 20 ----
.../baremaps/workflow/tasks/CreateIplocIndex.java | 26 -----
.../baremaps/workflow/tasks/DecompressFile.java | 59 -----------
.../baremaps/workflow/tasks/DownloadUrl.java | 29 ------
.../baremaps/workflow/tasks/ExecuteCommand.java | 23 -----
.../apache/baremaps/workflow/tasks/ExecuteSql.java | 61 -----------
.../baremaps/workflow/tasks/ExecuteSqlScript.java | 43 --------
.../baremaps/workflow/tasks/ExportVectorTiles.java | 44 --------
.../workflow/tasks/ImportDaylightFeatures.java | 43 --------
.../workflow/tasks/ImportDaylightTranslations.java | 43 --------
.../baremaps/workflow/tasks/ImportGeoPackage.java | 79 --------------
.../baremaps/workflow/tasks/ImportOsmOsc.java | 97 -----------------
.../baremaps/workflow/tasks/ImportOsmPbf.java | 115 ---------------------
.../baremaps/workflow/tasks/ImportShapefile.java | 79 --------------
.../apache/baremaps/workflow/tasks/LogMessage.java | 25 -----
.../apache/baremaps/workflow/tasks/UngzipFile.java | 43 --------
.../apache/baremaps/workflow/tasks/UnzipFile.java | 43 --------
.../baremaps/workflow/tasks/UpdateOsmDatabase.java | 52 +---------
pom.xml | 11 ++
23 files changed, 29 insertions(+), 943 deletions(-)