Wykres commitów

494 Commity (cd938d50ff4fdf753b3fe19da3521b0b825257ad)

Autor SHA1 Wiadomość Data
dependabot[bot] cd938d50ff
Bump jackson.version from 2.14.0 to 2.14.1 (#396)
Bumps `jackson.version` from 2.14.0 to 2.14.1.

Updates `jackson-core` from 2.14.0 to 2.14.1
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.14.0...jackson-core-2.14.1)

Updates `jackson-databind` from 2.14.0 to 2.14.1
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `jackson-datatype-jdk8` from 2.14.0 to 2.14.1

Updates `jackson-dataformat-xml` from 2.14.0 to 2.14.1
- [Release notes](https://github.com/FasterXML/jackson-dataformat-xml/releases)
- [Commits](https://github.com/FasterXML/jackson-dataformat-xml/compare/jackson-dataformat-xml-2.14.0...jackson-dataformat-xml-2.14.1)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-30 20:26:52 -05:00
Erik Price 9e4eb45baa
Fix max tile size in stats output. (#399) 2022-11-30 20:18:45 -05:00
Erik Price 762d052b10
Remove outdated reference to "relation_member" type (#397) 2022-11-29 18:15:35 -05:00
ttomasz 6a893a4787
Cli add version argument (#376) 2022-11-26 06:59:13 -05:00
Michael Barry 7a3db3dcf8
Fix linux install link (#395) 2022-11-26 06:46:21 -05:00
dependabot[bot] 2340516842
Bump jib-maven-plugin from 3.3.0 to 3.3.1 (#394) 2022-11-25 10:44:57 -05:00
dependabot[bot] c391a44512
Bump commonmark from 0.20.0 to 0.21.0 (#393) 2022-11-24 04:56:53 -05:00
dependabot[bot] 3a434a4cd7
Bump RoaringBitmap from 0.9.33 to 0.9.35 (#392) 2022-11-23 04:49:09 -05:00
dependabot[bot] 0d4396e0bf
Bump geotools.version from 27.2 to 28.0 (#390)
Bumps `geotools.version` from 27.2 to 28.0.

Updates `gt-shapefile` from 27.2 to 28.0

Updates `gt-epsg-hsql` from 27.2 to 28.0

---
updated-dependencies:
- dependency-name: org.geotools:gt-shapefile
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.geotools:gt-epsg-hsql
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-22 05:16:37 -05:00
Erik Price ccf098115e
Move NumberFormat to thread-local variable (#387)
* Move NumberFormat to thread-local variable

The NumberFormat class isn't thread safe, and sharing one instance
across threads allowed for races which resulted in otherwise valid OSM
tags not being parsed correctly.

* Add supression for ThreadLocal use

* Use ThreadLocal for NumberFormat objects in `Format`

* Wrap `NumberFormat` instances rather than hashmap
2022-11-21 20:34:28 -05:00
Erik Price 7f6032b641
Fix NPE for `OsmReader#estimateMemoryUsageBytes()` (#389)
A `NullPointerException` was thrown when this method was called after
calling `close()` (which happens when using the `PrometheusStats`
client).
2022-11-21 15:13:29 -05:00
dependabot[bot] 9ead458f7f
Bump os-maven-plugin from 1.7.0 to 1.7.1 (#388)
Bumps [os-maven-plugin](https://github.com/trustin/os-maven-plugin) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/trustin/os-maven-plugin/releases)
- [Commits](https://github.com/trustin/os-maven-plugin/compare/os-maven-plugin-1.7.0...os-maven-plugin-1.7.1)

---
updated-dependencies:
- dependency-name: kr.motd.maven:os-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-21 05:26:06 -05:00
dependabot[bot] c73c835533
Bump sqlite-jdbc from 3.39.4.0 to 3.39.4.1 (#386)
Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.39.4.0 to 3.39.4.1.
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](https://github.com/xerial/sqlite-jdbc/compare/3.39.4.0...3.39.4.1)

---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-18 06:31:26 -05:00
dependabot[bot] 199faf72f2
Bump jnr-ffi from 2.2.12 to 2.2.13 (#385)
Bumps [jnr-ffi](https://github.com/jnr/jnr-ffi) from 2.2.12 to 2.2.13.
- [Release notes](https://github.com/jnr/jnr-ffi/releases)
- [Commits](https://github.com/jnr/jnr-ffi/compare/jnr-ffi-2.2.12...jnr-ffi-2.2.13)

---
updated-dependencies:
- dependency-name: com.github.jnr:jnr-ffi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-17 05:50:55 -05:00
dependabot[bot] 201fb96539
Bump jackson.version from 2.13.4 to 2.14.0 (#383) 2022-11-13 21:23:19 -05:00
dependabot[bot] 22c6fd1927
Bump sqlite-jdbc from 3.39.3.0 to 3.39.4.0 (#381) 2022-11-10 03:59:38 -05:00
Peter Hanecak 9b5eaf474d
Use current repo for update-pr/dawidd6/action-download-artifact (#380) 2022-11-08 07:36:00 -05:00
dependabot[bot] 87df84c318
Bump commonmark from 0.19.0 to 0.20.0 (#378) 2022-11-08 04:43:21 -05:00
dependabot[bot] 0489a290f5
Bump protobuf-java from 3.21.8 to 3.21.9 (#375)
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.21.8 to 3.21.9.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.21.8...v3.21.9)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-28 06:12:43 -04:00
dependabot[bot] 4bc532c31e
Bump mockito-core from 4.8.0 to 4.8.1 (#373) 2022-10-26 21:41:52 -04:00
dependabot[bot] 0c4d0d2817
Bump reproducible-build-maven-plugin from 0.15 to 0.16 (#372) 2022-10-25 05:36:43 -04:00
dependabot[bot] f02120e7b0
Bump geotools.version from 27.1 to 27.2 (#371) 2022-10-24 05:12:41 -04:00
dependabot[bot] 6b9175eaa1
Bump icu4j from 71.1 to 72.1 (#370) 2022-10-21 06:50:06 -04:00
dependabot[bot] d71a1c4d85
Bump protobuf-java from 3.21.7 to 3.21.8 (#369) 2022-10-19 07:50:08 -04:00
dependabot[bot] 4a82c66f8c
Bump RoaringBitmap from 0.9.32 to 0.9.33 (#368) 2022-10-18 05:46:07 -04:00
dependabot[bot] f81c059eaf
Bump styfle/cancel-workflow-action from 0.10.1 to 0.11.0 (#365) 2022-10-13 04:53:44 -04:00
dependabot[bot] 05c3420694
Bump spotless-maven-plugin from 2.27.1 to 2.27.2 (#364)
Bumps [spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.27.1 to 2.27.2.
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](https://github.com/diffplug/spotless/compare/maven/2.27.1...maven/2.27.2)

---
updated-dependencies:
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-11 05:07:13 -04:00
Michael Barry 0eb148ee3c
Expose arguments via config (#363) 2022-10-04 19:57:59 -04:00
dependabot[bot] 83148052b0
Bump snakeyaml-engine from 2.4 to 2.5 (#362) 2022-10-04 04:56:43 -04:00
dependabot[bot] cb376ef95a
Bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1 (#360)
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.10.0 to 0.10.1.
- [Release notes](https://github.com/styfle/cancel-workflow-action/releases)
- [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.10.0...0.10.1)

---
updated-dependencies:
- dependency-name: styfle/cancel-workflow-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-03 05:22:52 -04:00
dependabot[bot] 521f8a6081
Bump protobuf-java from 3.21.6 to 3.21.7 (#361)
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.21.6 to 3.21.7.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.21.6...v3.21.7)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-03 05:22:41 -04:00
dependabot[bot] 7a5faf353d
Bump spotless-maven-plugin from 2.27.0 to 2.27.1 (#359) 2022-09-30 05:58:18 -04:00
dependabot[bot] 23450e90e0
Bump slf4j-api from 2.0.2 to 2.0.3 (#358) 2022-09-29 04:52:33 -04:00
dependabot[bot] 26cd0e6a7e
Bump snakeyaml from 1.32 to 1.33 (#357) 2022-09-28 05:11:20 -04:00
dependabot[bot] 08c82644a1
Bump maven-jar-plugin from 3.2.2 to 3.3.0 (#356) 2022-09-27 19:02:32 -04:00
Michael Barry 44ba8e3de6
Upgrade logging deps (#327) 2022-09-27 05:58:26 -04:00
Michael Barry 87bf116349
anchors and aliases (#354) 2022-09-25 06:46:36 -04:00
Michael Barry 02dec9701b
custommap readme tweaks (#346) 2022-09-24 14:26:07 -04:00
Michael Barry 5296d1772e
Shortbread schema (#323) 2022-09-23 06:49:09 -04:00
dependabot[bot] b934f4ee89
Bump spotless-maven-plugin from 2.26.0 to 2.27.0 (#345) 2022-09-23 04:56:53 -04:00
Michael Barry e74faec4a6
Fix build (#344) 2022-09-22 21:43:33 -04:00
Michael Barry a90646dff3
Bump version to 0.6-SNAPSHOT (#342) 2022-09-22 18:02:39 -04:00
dependabot[bot] 321e24bab0
Bump junit.version from 5.9.0 to 5.9.1 (#341)
Bumps `junit.version` from 5.9.0 to 5.9.1.

Updates `junit-jupiter-api` from 5.9.0 to 5.9.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1)

Updates `junit-jupiter-params` from 5.9.0 to 5.9.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1)

Updates `junit-jupiter-engine` from 5.9.0 to 5.9.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-22 06:52:23 -04:00
dependabot[bot] 38b0be31ce
Bump junit-jupiter-api in /.github/planetiler-examples-dependabot (#340) 2022-09-21 05:00:52 -04:00
dependabot[bot] 9e8248e282
Bump spotless-maven-plugin from 2.25.0 to 2.26.0 (#338) 2022-09-16 05:58:33 -04:00
dependabot[bot] 149bde212f
Bump protobuf-java from 3.21.5 to 3.21.6 (#337) 2022-09-15 05:10:49 -04:00
dependabot[bot] e03136e891
Bump snakeyaml from 1.31 to 1.32 (#336) 2022-09-13 05:14:25 -04:00
dependabot[bot] d5820ba0f7
Bump sqlite-jdbc from 3.39.2.1 to 3.39.3.0 (#335) 2022-09-12 06:10:05 -04:00
dependabot[bot] 93c95f7b18
Bump mockito-core from 4.7.0 to 4.8.0 (#334)
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.7.0 to 4.8.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.7.0...v4.8.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-08 05:52:06 -04:00
dependabot[bot] 40810b357f
Bump RoaringBitmap from 0.9.31 to 0.9.32 (#333) 2022-09-07 04:39:32 -04:00