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

bchapuis pushed a change to branch sonar
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git


 discard c8361fe5 Improve visibility and isolation in pmtiles
     add c259a2d7 Fix some issues detected by sonar (#869)
     add 47b39228 Fix some issues detected by sonar (#870)
     new ce1ba472 Improve visibility and isolation in pmtiles
     new b92c31ff Format code with spotless
     new 7393520a Fix sonar issues

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   (c8361fe5)
            \
             N -- N -- N   refs/heads/sonar (7393520a)

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 3 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:
 .../org/apache/baremaps/cli/BaremapsException.java |  23 ++--
 .../main/java/org/apache/baremaps/cli/map/Dev.java |   5 +-
 .../org/apache/baremaps/database/DiffService.java  |   8 +-
 .../apache/baremaps/database/copy/CopyWriter.java  | 147 +++++++++------------
 .../baremaps/database/copy/JsonbValueHandler.java  |  14 +-
 .../database/function/ChangeElementsImporter.java  |   1 -
 .../database/metadata/DatabaseMetadata.java        |  61 ++++-----
 .../database/postgres/HeaderRepository.java        |  23 +++-
 .../baremaps/database/postgres/NodeRepository.java |  33 ++++-
 .../database/postgres/RelationRepository.java      |  38 ++++--
 .../baremaps/database/postgres/WayRepository.java  |  26 +++-
 .../flatgeobuf/FlatGeoBufTypeConversion.java       |  11 +-
 .../storage/geoparquet/GeoParquetDataTable.java    |   6 +-
 .../storage/postgres/PostgresDataStore.java        |   6 +-
 .../storage/postgres/PostgresTypeConversion.java   |   6 +-
 .../shapefile/internal/ShapefileByteReader.java    |  62 ++++-----
 .../baremaps/tilestore/mbtiles/MBTilesStore.java   |  24 ++--
 .../baremaps/workflow/tasks/DecompressFile.java    |  50 +++----
 .../apache/baremaps/workflow/tasks/ExecuteSql.java |   2 +-
 .../baremaps/workflow/tasks/ExportVectorTiles.java |  29 ++--
 .../baremaps/workflow/tasks/ImportOsmPbf.java      |   6 +-
 .../baremaps/workflow/tasks/UpdateOsmDatabase.java |   6 +-
 .../org/apache/baremaps/calcite/CalciteTest.java   |   5 +-
 .../baremaps/database/PostgresContainerTest.java   |   4 +-
 .../database/postgres/HeaderRepositoryTest.java    |  13 +-
 .../database/postgres/NodeRepositoryTest.java      |  10 +-
 .../database/postgres/RelationRepositoryTest.java  |  14 +-
 .../database/postgres/WayRepositoryTest.java       |  14 +-
 .../flatgeobuf/FlatGeoBufDataTableTest.java        |   4 +-
 .../geopackage/GeoPackageDataStoreTest.java        |   4 +-
 .../baremaps/data/algorithm/ExternalMergeSort.java |   3 +-
 .../apache/baremaps/data/calcite/SqlDataTable.java |   6 +-
 .../baremaps/data/calcite/SqlTypeConversion.java   |   4 +
 .../maplibre/vectortile/VectorTileDecoder.java     |   7 +-
 .../org/apache/baremaps/pmtiles/PMTilesReader.java |   5 +-
 35 files changed, 362 insertions(+), 318 deletions(-)
 copy 
baremaps-core/src/main/java/org/apache/baremaps/workflow/WorkflowException.java 
=> baremaps-cli/src/main/java/org/apache/baremaps/cli/BaremapsException.java 
(64%)

Reply via email to