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

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


    omit dd7a64ef Filter ML highways
    omit 9fe8be5e Make the workflow sequential to prevent memory issues
    omit db731e08 Upgrade to daylight v1.39
    omit da7e7c65 Update the queries
    omit 1fb0d30d Upgrade daylight to v1.38
    omit 54b2de7f remove braces
    omit 86fdafa9 Improve naming of cache directories
    omit 411e2473 Use temp directories for the cache
    omit 8671a681 Fix issues in FixedSizeDataList
    omit e231544e Revert some unecessary srid changes
    omit 1959ec38 Use st_asewkb instead of st_asbinary to preserve the srid
    omit 20727606 Systematically set the target srid
    omit d0b7baf3 Fix srid
    omit 209a71cc Set srid when fixing geometries
    omit b57db7ce Log errors when executing SQL queries
    omit 5c06f786 Add a variable for the version of the daylight distribution
     add f20c5f1f Revert back from ServiceTalk to Armeria (#826)
     add 4941a5d4 Improve the license files (#827)
     add 15d75155 Add a variable for the version of the daylight distribution
     add 7b46a963 Log errors when executing SQL queries
     add af85a3c8 Set srid when fixing geometries
     add 9b0c9c7f Fix srid
     add 21af5984 Systematically set the target srid
     add 13247135 Use st_asewkb instead of st_asbinary to preserve the srid
     add cb05e820 Revert some unecessary srid changes
     add 9f914c57 Fix issues in FixedSizeDataList
     add 10cd1306 Use temp directories for the cache
     add 7deb0c7a Improve naming of cache directories
     add e9bf9c70 remove braces
     add ef7aeaae Upgrade daylight to v1.38
     add 5592bf0e Update the queries
     add fd44dfa8 Upgrade to daylight v1.39
     add b7636218 Make the workflow sequential to prevent memory issues
     add 39f10684 Filter ML highways

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   (dd7a64ef)
            \
             N -- N -- N   refs/heads/daylight-v1.37 (39f10684)

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:
 LICENSE                                            |   6 +-
 baremaps-cli/pom.xml                               |  20 --
 baremaps-cli/src/assembly/bin.xml                  |   1 +
 baremaps-cli/src/assembly/src.xml                  |   2 +-
 baremaps-cli/src/license/override.properties       | 231 ++++++++-------------
 .../org/apache/baremaps/cli/geocoder/Serve.java    |  67 +++---
 .../java/org/apache/baremaps/cli/iploc/Serve.java  |  72 ++++---
 .../main/java/org/apache/baremaps/cli/map/Dev.java | 100 +++++----
 .../java/org/apache/baremaps/cli/map/MBTiles.java  |  77 +++----
 .../main/java/org/apache/baremaps/cli/map/Map.java |   3 +-
 .../java/org/apache/baremaps/cli/map/Serve.java    |  86 ++++----
 .../org/apache/baremaps/cli/map/StyleCommand.java  | 111 ----------
 .../baremaps/workflow/tasks/DecompressFile.java    |  35 +++-
 .../baremaps/database/calcite/CalciteTest.java     |   2 +
 .../openstreetmap/state/StateReaderTest.java       |   2 +-
 baremaps-server/pom.xml                            |  44 +---
 .../baremaps/server/BaseUriRequestFilter.java      |  52 -----
 .../org/apache/baremaps/server/ChangeResource.java |  52 ++---
 .../apache/baremaps/server/ClassPathResource.java  |  74 -------
 .../org/apache/baremaps/server/CorsFilter.java     |  84 --------
 .../apache/baremaps/server/GeocoderResource.java   |  56 +++--
 .../org/apache/baremaps/server/IpLocResource.java  |  73 ++++---
 .../org/apache/baremaps/server/SearchResource.java |  32 ++-
 .../org/apache/baremaps/server/StyleResource.java  |  15 +-
 .../apache/baremaps/server/TileJSONResource.java   |  15 +-
 .../org/apache/baremaps/server/TileResource.java   |  38 ++--
 .../apache/baremaps/server/TilesetResource.java    |  15 +-
 .../BaseUriRequestFilterIntegrationTest.java       |  54 -----
 .../server/ClassPathResourceIntegrationTest.java   |  53 -----
 examples/ip-to-location/workflow.js                |  14 +-
 pom.xml                                            | 102 ++-------
 31 files changed, 509 insertions(+), 1079 deletions(-)
 delete mode 100644 
baremaps-cli/src/main/java/org/apache/baremaps/cli/map/StyleCommand.java
 delete mode 100644 
baremaps-server/src/main/java/org/apache/baremaps/server/BaseUriRequestFilter.java
 delete mode 100644 
baremaps-server/src/main/java/org/apache/baremaps/server/ClassPathResource.java
 delete mode 100644 
baremaps-server/src/main/java/org/apache/baremaps/server/CorsFilter.java
 delete mode 100644 
baremaps-server/src/test/java/org/apache/baremaps/server/BaseUriRequestFilterIntegrationTest.java
 delete mode 100644 
baremaps-server/src/test/java/org/apache/baremaps/server/ClassPathResourceIntegrationTest.java

Reply via email to