This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a change to branch 681-handle-the-out-of-memory-errors
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
omit d3250359 Improve formatting and fix minor issues
omit fdde6d74 Add some javadoc and fix code smells
omit c26d5398 Close all resources
omit 36b068a9 Fix issues identified by sonar
omit 704da713 Remove System.out.println calls
omit 9df69a36 Estimate the size of the collections
omit 5492e0c0 Improve documentation
omit 21ec37f8 Fix some warnings
omit b18ce6c6 Add new collections and improve naming
omit b075598d Improve the javadoc
omit 4f8168e1 Format code
omit 0db817d2 Improve jagged data structure
omit 2666ef32 Add jagged data structure
omit 7293e654 Remove unused collections
add e93c031f Add example outputs to gitignore (#730)
add fe1a9b9e Add IPLoc precision levels and metadata fields in iploc
database (#724)
add 5e1fd3b3 Remove stacktrace from response entiy and log exceptions
(#728)
add 778a455e Use English for country names (#734)
add 9ddeefd0 Make the behavior of replaceExisting more consistent (#727)
add aa05997b Update Maven to 3.9.3 and wrapper to 3.2.0 (#737)
new 5c23673b Remove unused collections
new b66ee3c7 Add jagged data structure
new 92232b1b Improve jagged data structure
new ca6c6f8b Format code
new 3de45c2f Improve the javadoc
new fc86ea00 Add new collections and improve naming
new 95be2b6d Fix some warnings
new ae9889c9 Improve documentation
new d6021e7f Estimate the size of the collections
new 1cdaa9ba Remove System.out.println calls
new 1a4f7201 Fix issues identified by sonar
new dcfd474a Close all resources
new 6ff6d638 Add some javadoc and fix code smells
new dca3ce4f Improve formatting and fix minor 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 (d3250359)
\
N -- N -- N refs/heads/681-handle-the-out-of-memory-errors
(dca3ce4f)
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 14 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:
.gitignore | 18 +++
.mvn/wrapper/maven-wrapper.jar | Bin 59925 -> 62547 bytes
.mvn/wrapper/maven-wrapper.properties | 6 +-
.../baremaps/geocoder/GeonamesDocumentMapper.java | 2 +-
.../baremaps/geocoder/GeonamesQueryBuilder.java | 18 ++-
.../org/apache/baremaps/iploc/IpLocMapper.java | 119 +++++++-------
.../org/apache/baremaps/iploc/IpLocObject.java | 12 +-
.../DataList.java => iploc/IpLocPrecision.java} | 9 +-
.../org/apache/baremaps/iploc/IpLocRepository.java | 90 +++++------
.../apache/baremaps/utils/IsoCountriesUtils.java | 2 +-
.../baremaps/workflow/tasks/DownloadUrl.java | 21 +--
.../baremaps/geocoder/GeonamesIndexTest.java | 4 +-
.../baremaps/geocoder/GeonamesReaderTest.java | 2 +-
.../org/apache/baremaps/iploc/IpLocObjectTest.java | 10 +-
.../baremaps/workflow/tasks/DownloadUrlTest.java | 2 +-
.../test/resources/geonames/geocoder_sample.txt | 3 +-
.../src/test/resources/ripe/simple_nic_sample.txt | 15 +-
.../apache/baremaps/server/GeocoderResource.java | 19 ++-
.../org/apache/baremaps/server/IpLocResource.java | 12 +-
.../src/main/resources/iploc/index.html | 10 +-
mvnw | 177 ++++++++++++---------
mvnw.cmd | 24 ++-
22 files changed, 320 insertions(+), 255 deletions(-)
copy
baremaps-core/src/main/java/org/apache/baremaps/{database/collection/DataList.java
=> iploc/IpLocPrecision.java} (84%)