-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HERE Data SDK for Java & Scala Release 2.23.0
- Loading branch information
heremaps-bot
authored and
heremaps-bot
committed
Jan 25, 2021
1 parent
6a77b2a
commit 490ccc3
Showing
230 changed files
with
1,357 additions
and
559 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<groupId>com.here.platform.data.archive</groupId> | ||
<artifactId>data-archive-avro-example</artifactId> | ||
<version>0.0.597</version> | ||
<version>0.0.610</version> | ||
<packaging>jar</packaging> | ||
|
||
<!-- Meta information section start --> | ||
|
@@ -18,12 +19,19 @@ | |
</license> | ||
</licenses> | ||
|
||
<scm> | ||
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection> | ||
<developerConnection>scm:git:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection> | ||
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url> | ||
<tag>2.23.0</tag> | ||
</scm> | ||
|
||
<!-- Meta information section end --> | ||
<properties> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<java.version>1.8</java.version> | ||
|
||
<sdk-bom.version>2.22.8</sdk-bom.version> | ||
<sdk-bom.version>2.23.6</sdk-bom.version> | ||
<scala.compat.version>2.11</scala.compat.version> | ||
|
||
<avro.version>1.10.0</avro.version> | ||
|
@@ -216,4 +224,4 @@ | |
</dependencies> | ||
</profile> | ||
</profiles> | ||
</project> | ||
</project> |
2 changes: 1 addition & 1 deletion
2
...ve/java/avro-example/src/main/java/com/here/platform/data/archive/example/AvroHelper.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ro-example/src/main/java/com/here/platform/data/archive/example/AvroMultiKeysExample.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ro-example/src/main/java/com/here/platform/data/archive/example/AvroSimpleKeyExample.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../avro-example/src/test/java/com/here/platform/data/archive/example/AvroExampleRunner.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...xample/src/test/java/com/here/platform/data/archive/example/AvroSimpleKeyExampleTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<groupId>com.here.platform.data.archive</groupId> | ||
<artifactId>data-archive-parquet-example</artifactId> | ||
<version>0.0.597</version> | ||
<version>0.0.610</version> | ||
<packaging>jar</packaging> | ||
|
||
<!-- Meta information section start --> | ||
|
@@ -18,12 +19,19 @@ | |
</license> | ||
</licenses> | ||
|
||
<scm> | ||
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection> | ||
<developerConnection>scm:git:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection> | ||
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url> | ||
<tag>2.23.0</tag> | ||
</scm> | ||
|
||
<!-- Meta information section end --> | ||
<properties> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<java.version>1.8</java.version> | ||
|
||
<sdk-bom.version>2.22.8</sdk-bom.version> | ||
<sdk-bom.version>2.23.6</sdk-bom.version> | ||
<scala.compat.version>2.11</scala.compat.version> | ||
|
||
<hadoop-client.version>2.7.3</hadoop-client.version> | ||
|
@@ -195,4 +203,4 @@ | |
</dependencies> | ||
</profile> | ||
</profiles> | ||
</project> | ||
</project> |
2 changes: 1 addition & 1 deletion
2
...example/src/main/java/com/here/platform/data/archive/example/ParquetSimpleKeyExample.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...src/main/java/com/here/platform/data/archive/example/SdiiMessageParquetWriterBuilder.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...et-example/src/test/java/com/here/platform/data/archive/example/ParquetExampleRunner.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ple/src/test/java/com/here/platform/data/archive/example/ParquetSimpleKeyExampleTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<groupId>com.here.platform.data.archive</groupId> | ||
<artifactId>data-archive-protobuf-example</artifactId> | ||
<version>0.0.597</version> | ||
<version>0.0.610</version> | ||
<packaging>jar</packaging> | ||
|
||
<!-- Meta information section start --> | ||
|
@@ -18,12 +19,19 @@ | |
</license> | ||
</licenses> | ||
|
||
<scm> | ||
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection> | ||
<developerConnection>scm:git:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection> | ||
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url> | ||
<tag>2.23.0</tag> | ||
</scm> | ||
|
||
<!-- Meta information section end --> | ||
<properties> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<java.version>1.8</java.version> | ||
|
||
<sdk-bom.version>2.22.8</sdk-bom.version> | ||
<sdk-bom.version>2.23.6</sdk-bom.version> | ||
<scala.compat.version>2.11</scala.compat.version> | ||
|
||
<commons-logging.version>1.2</commons-logging.version> | ||
|
@@ -176,4 +184,4 @@ | |
</dependencies> | ||
</profile> | ||
</profiles> | ||
</project> | ||
</project> |
2 changes: 1 addition & 1 deletion
2
...xample/src/main/java/com/here/platform/data/archive/example/ProtobufSimpleKeyExample.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...f-example/src/test/java/com/here/platform/data/archive/example/ProtobufExampleRunner.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...le/src/test/java/com/here/platform/data/archive/example/ProtobufSimpleKeyExampleTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<groupId>com.here.platform.examples</groupId> | ||
<artifactId>data-archive-sensoris-parquet-example</artifactId> | ||
<version>0.0.597</version> | ||
<version>0.0.610</version> | ||
<packaging>jar</packaging> | ||
|
||
<!-- Meta information section --> | ||
|
@@ -18,12 +19,19 @@ | |
</license> | ||
</licenses> | ||
|
||
<scm> | ||
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection> | ||
<developerConnection>scm:git:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection> | ||
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url> | ||
<tag>2.23.0</tag> | ||
</scm> | ||
|
||
<properties> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<java.version>1.8</java.version> | ||
<artifact.wagon.version>1.6.0</artifact.wagon.version> | ||
|
||
<sdk-bom.version>2.22.8</sdk-bom.version> | ||
<sdk-bom.version>2.23.6</sdk-bom.version> | ||
<scala.compat.version>2.11</scala.compat.version> | ||
<hadoop-client.version>2.7.3</hadoop-client.version> | ||
<parquet-protobuf.version>1.11.1</parquet-protobuf.version> | ||
|
@@ -211,4 +219,4 @@ | |
</dependencies> | ||
</profile> | ||
</profiles> | ||
</project> | ||
</project> |
2 changes: 1 addition & 1 deletion
2
...c/main/java/com/here/platform/data/archive/example/SensorisParquetSplittedUDFExample.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...t-example/src/main/java/com/here/platform/data/archive/example/parquet/ParquetHelper.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...a/com/here/platform/data/archive/example/parquet/SensorisMessageParquetWriterBuilder.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...s-parquet-example/src/test/java/com/here/platform/data/archive/example/ExampleReader.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...st/java/com/here/platform/data/archive/example/SensorisParquetSplittedUDFExampleTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...is-parquet-example/src/test/java/com/here/platform/data/archive/example/TestFixtures.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...arquet-example/src/test/java/com/here/platform/data/archive/example/UDFExampleRunner.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<groupId>com.here.platform.examples</groupId> | ||
<artifactId>data-archive-sensoris-protobuf-example</artifactId> | ||
<version>0.0.597</version> | ||
<version>0.0.610</version> | ||
<packaging>jar</packaging> | ||
|
||
<!-- Meta information section --> | ||
|
@@ -20,12 +21,19 @@ | |
</license> | ||
</licenses> | ||
|
||
<scm> | ||
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection> | ||
<developerConnection>scm:git:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection> | ||
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url> | ||
<tag>2.23.0</tag> | ||
</scm> | ||
|
||
<properties> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<java.version>1.8</java.version> | ||
<artifact.wagon.version>1.6.0</artifact.wagon.version> | ||
|
||
<sdk-bom.version>2.22.8</sdk-bom.version> | ||
<sdk-bom.version>2.23.6</sdk-bom.version> | ||
<scala.compat.version>2.11</scala.compat.version> | ||
|
||
<commons-logging.version>1.2</commons-logging.version> | ||
|
@@ -190,4 +198,4 @@ | |
</dependencies> | ||
</profile> | ||
</profiles> | ||
</project> | ||
</project> |
2 changes: 1 addition & 1 deletion
2
.../main/java/com/here/platform/data/archive/example/SensorisProtobufSplittedUDFExample.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...-protobuf-example/src/test/java/com/here/platform/data/archive/example/ExampleReader.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...t/java/com/here/platform/data/archive/example/SensorisProtobufSplittedUDFExampleTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...s-protobuf-example/src/test/java/com/here/platform/data/archive/example/TestFixtures.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...otobuf-example/src/test/java/com/here/platform/data/archive/example/UDFExampleRunner.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.