Skip to content

Commit 30808f9

Browse files
heremaps-botheremaps-bot
authored andcommitted
HERE Data SDK for Java & Scala Release 2.25.0
1 parent 51bf9fd commit 30808f9

File tree

156 files changed

+104
-8052
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+104
-8052
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ For more information, see a use case illustration of [keeping a client map up to
3434
| Statistics creation across multiple processing runs with stateful processing | The application counts how often the node cardinality of the topology changes in each partition. | [Java](data-processing/java/stateful-nodecardinality-extraction) / [Scala](data-processing/scala/stateful-nodecardinality-extraction) | Data Processing Library, Spark, Batch, JSON, HERE Map Content |
3535
| Here Map Content Diff-Tool | An application to compare the content of two different versions of an input catalog. | [Java](data-processing/java/heremapcontent-difftool) / [Scala](data-processing/scala/heremapcontent-difftool) | Data Processing Library, Spark, Batch, JSON, HERE Map Content |
3636
| Here Map Content Validation | An application to validate road topology and geometry content against a set of acceptance criteria using [scalatest](www.scalatest.org). | [Scala](data-processing/scala/heremapcontent-validation) | Data Processing Library, Spark, Batch, JSON, HERE Map Content |
37-
| Data Validation and Testing Part 1: Content Testing | The test considers input partitions containing an octagon as "PASS" tiles and partitions containing a straight line as "FAIL". It records the test result in a new output catalog. | [Java](data-validation/java/quick-start/testing) / [Scala](data-validation/scala/quick-start/testing) | Data Validation Library, Spark, Batch, Protobuf |
38-
| Data Validation and Testing Part 2: Metrics | Reads the output of the testing component, assigns an error severity of CRITICAL for the "FAIL" tiles in the test results, aggregates the failed tile IDs and records the metrics in a new output catalog. | [Java](data-validation/java/quick-start/metrics) / [Scala](data-validation/scala/quick-start/metrics) | Data Validation Library, Spark, Batch, Protobuf |
39-
| Data Validation and Testing Part 3: Assessment | Reads the output of the metrics component, gives a final value of FAIL, if more than 10% of the candidate tiles have CRITICAL errors, and writes the result to a new catalog. | [Java](data-validation/java/quick-start/assessment) / [Scala](data-validation/scala/quick-start/assessment) | Data Validation Library, Spark, Batch, Protobuf |
40-
| Data Validation and Testing: Comparison | A test that compares two different versions of a catalog layer to validate it. | [Java](data-validation/java/quick-start/comparison) / [Scala](data-validation/scala/quick-start/comparison) | Data Validation Library, Spark, Batch, Protobuf |
4137

4238
### Archiving Stream Data
4339

data-archive/java/avro-example/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.here.platform.data.archive</groupId>
66
<artifactId>data-archive-avro-example</artifactId>
7-
<version>0.0.632</version>
7+
<version>0.0.642</version>
88
<packaging>jar</packaging>
99

1010
<!-- Meta information section start -->
@@ -23,15 +23,15 @@
2323
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
2424
<developerConnection>scm:git:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
2525
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
26-
<tag>2.24.0</tag>
26+
<tag>2.25.0</tag>
2727
</scm>
2828

2929
<!-- Meta information section end -->
3030
<properties>
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3232
<java.version>1.8</java.version>
3333

34-
<sdk-bom.version>2.24.8</sdk-bom.version>
34+
<sdk-bom.version>2.25.7</sdk-bom.version>
3535
<scala.compat.version>2.11</scala.compat.version>
3636

3737
<avro.version>1.10.0</avro.version>

data-archive/java/parquet-example/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.here.platform.data.archive</groupId>
66
<artifactId>data-archive-parquet-example</artifactId>
7-
<version>0.0.632</version>
7+
<version>0.0.642</version>
88
<packaging>jar</packaging>
99

1010
<!-- Meta information section start -->
@@ -23,15 +23,15 @@
2323
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
2424
<developerConnection>scm:git:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
2525
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
26-
<tag>2.24.0</tag>
26+
<tag>2.25.0</tag>
2727
</scm>
2828

2929
<!-- Meta information section end -->
3030
<properties>
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3232
<java.version>1.8</java.version>
3333

34-
<sdk-bom.version>2.24.8</sdk-bom.version>
34+
<sdk-bom.version>2.25.7</sdk-bom.version>
3535
<scala.compat.version>2.11</scala.compat.version>
3636

3737
<hadoop-client.version>2.7.3</hadoop-client.version>

data-archive/java/protobuf-example/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.here.platform.data.archive</groupId>
66
<artifactId>data-archive-protobuf-example</artifactId>
7-
<version>0.0.632</version>
7+
<version>0.0.642</version>
88
<packaging>jar</packaging>
99

1010
<!-- Meta information section start -->
@@ -23,15 +23,15 @@
2323
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
2424
<developerConnection>scm:git:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
2525
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
26-
<tag>2.24.0</tag>
26+
<tag>2.25.0</tag>
2727
</scm>
2828

2929
<!-- Meta information section end -->
3030
<properties>
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3232
<java.version>1.8</java.version>
3333

34-
<sdk-bom.version>2.24.8</sdk-bom.version>
34+
<sdk-bom.version>2.25.7</sdk-bom.version>
3535
<scala.compat.version>2.11</scala.compat.version>
3636

3737
<commons-logging.version>1.2</commons-logging.version>

data-archive/java/sensoris-parquet-example/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.here.platform.examples</groupId>
66
<artifactId>data-archive-sensoris-parquet-example</artifactId>
7-
<version>0.0.632</version>
7+
<version>0.0.642</version>
88
<packaging>jar</packaging>
99

1010
<!-- Meta information section -->
@@ -23,15 +23,15 @@
2323
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
2424
<developerConnection>scm:git:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
2525
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
26-
<tag>2.24.0</tag>
26+
<tag>2.25.0</tag>
2727
</scm>
2828

2929
<properties>
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3131
<java.version>1.8</java.version>
3232
<artifact.wagon.version>1.6.0</artifact.wagon.version>
3333

34-
<sdk-bom.version>2.24.8</sdk-bom.version>
34+
<sdk-bom.version>2.25.7</sdk-bom.version>
3535
<scala.compat.version>2.11</scala.compat.version>
3636
<hadoop-client.version>2.7.3</hadoop-client.version>
3737
<parquet-protobuf.version>1.11.1</parquet-protobuf.version>

data-archive/java/sensoris-protobuf-example/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.here.platform.examples</groupId>
66
<artifactId>data-archive-sensoris-protobuf-example</artifactId>
7-
<version>0.0.632</version>
7+
<version>0.0.642</version>
88
<packaging>jar</packaging>
99

1010
<!-- Meta information section -->
@@ -25,15 +25,15 @@
2525
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
2626
<developerConnection>scm:git:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
2727
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
28-
<tag>2.24.0</tag>
28+
<tag>2.25.0</tag>
2929
</scm>
3030

3131
<properties>
3232
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3333
<java.version>1.8</java.version>
3434
<artifact.wagon.version>2.0.5</artifact.wagon.version>
3535

36-
<sdk-bom.version>2.24.8</sdk-bom.version>
36+
<sdk-bom.version>2.25.7</sdk-bom.version>
3737
<scala.compat.version>2.11</scala.compat.version>
3838

3939
<commons-logging.version>1.2</commons-logging.version>

data-processing/java/geometry-lifter/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.here.platform.data.processing.example.java.geometry.lifter</groupId>
66
<artifactId>geometry-lifter</artifactId>
7-
<version>0.0.632</version>
7+
<version>0.0.642</version>
88
<packaging>jar</packaging>
99

1010
<name>Batch Processor compiler for Geometry Lifter in Java</name>
@@ -23,14 +23,14 @@
2323
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
2424
<developerConnection>scm:git:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
2525
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
26-
<tag>2.24.0</tag>
26+
<tag>2.25.0</tag>
2727
</scm>
2828

2929
<properties>
3030
<java.version>1.8</java.version>
3131
<maven.compiler.source>${java.version}</maven.compiler.source>
3232
<maven.compiler.target>${java.version}</maven.compiler.target>
33-
<sdk-bom.version>2.24.8</sdk-bom.version>
33+
<sdk-bom.version>2.25.7</sdk-bom.version>
3434
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
3535
<maven-shade-plugin.version>3.0.0</maven-shade-plugin.version>
3636
<scala-maven-plugin.version>3.3.1</scala-maven-plugin.version>

data-processing/java/heremapcontent-difftool/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.here.platform.data.processing.example.java</groupId>
66
<artifactId>heremapcontent-difftool</artifactId>
7-
<version>0.0.632</version>
7+
<version>0.0.642</version>
88
<packaging>jar</packaging>
99

1010
<name>HERE Map Content Differences example for Java</name>
@@ -23,14 +23,14 @@
2323
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
2424
<developerConnection>scm:git:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
2525
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
26-
<tag>2.24.0</tag>
26+
<tag>2.25.0</tag>
2727
</scm>
2828

2929
<properties>
3030
<java.version>1.8</java.version>
3131
<maven.compiler.source>${java.version}</maven.compiler.source>
3232
<maven.compiler.target>${java.version}</maven.compiler.target>
33-
<sdk-bom.version>2.24.8</sdk-bom.version>
33+
<sdk-bom.version>2.25.7</sdk-bom.version>
3434
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
3535
<maven-shade-plugin.version>3.0.0</maven-shade-plugin.version>
3636
<scala-maven-plugin.version>3.3.1</scala-maven-plugin.version>

data-processing/java/pedestrian-topologies-extraction-geojson/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.here.platform.schema.data.processing.example.java</groupId>
66
<artifactId>pedestrian-topologies-extraction-geojson</artifactId>
7-
<version>0.0.632</version>
7+
<version>0.0.642</version>
88
<packaging>jar</packaging>
99

1010
<name>Batch Processor compiler for GeoJson in Java</name>
@@ -23,14 +23,14 @@
2323
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
2424
<developerConnection>scm:git:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
2525
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
26-
<tag>2.24.0</tag>
26+
<tag>2.25.0</tag>
2727
</scm>
2828

2929
<properties>
3030
<java.version>1.8</java.version>
3131
<maven.compiler.source>${java.version}</maven.compiler.source>
3232
<maven.compiler.target>${java.version}</maven.compiler.target>
33-
<sdk-bom.version>2.24.8</sdk-bom.version>
33+
<sdk-bom.version>2.25.7</sdk-bom.version>
3434
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
3535
<maven-shade-plugin.version>3.0.0</maven-shade-plugin.version>
3636
<scala-maven-plugin.version>3.3.1</scala-maven-plugin.version>

data-processing/java/pedestrian-topologies-extraction-protobuf/compiler/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>com.here.platform.data.processing.example.java</groupId>
77
<artifactId>pedestrian-topologies-extraction-protobuf</artifactId>
8-
<version>0.0.632</version>
8+
<version>0.0.642</version>
99
</parent>
1010

1111
<groupId>com.here.platform.data.processing.example.java.pedestrian.protobuf</groupId>
1212
<artifactId>compiler</artifactId>
13-
<version>0.0.632</version>
13+
<version>0.0.642</version>
1414
<packaging>jar</packaging>
1515

1616
<name>Batch Processor compiler for Protobuf in Java</name>
@@ -29,7 +29,7 @@
2929
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
3030
<developerConnection>scm:git:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
3131
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
32-
<tag>2.24.0</tag>
32+
<tag>2.25.0</tag>
3333
</scm>
3434

3535
<properties>
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>com.here.platform.schema.data.processing.example.java.pedestrian.protobuf</groupId>
6565
<artifactId>model_v2_java</artifactId>
66-
<version>0.0.632</version>
66+
<version>0.0.642</version>
6767
</dependency>
6868

6969
<!-- HERE dependencies -->

0 commit comments

Comments
 (0)