Skip to content

Commit 490ccc3

Browse files
heremaps-botheremaps-bot
authored andcommitted
HERE Data SDK for Java & Scala Release 2.23.0
1 parent 6a77b2a commit 490ccc3

File tree

230 files changed

+1357
-559
lines changed

Some content is hidden

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

230 files changed

+1357
-559
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ The following examples demonstrate how to use the Location Library. Sources can
8787

8888
## License
8989

90-
Copyright (C) 2017-2020 HERE Europe B.V.
90+
Copyright (C) 2017-2021 HERE Europe B.V.
9191

9292
Unless otherwise noted in `LICENSE` files, source code files for specific files or directories, the [LICENSE](LICENSE) in the root applies to all content in this repository.

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

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<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">
23
<modelVersion>4.0.0</modelVersion>
34

45
<groupId>com.here.platform.data.archive</groupId>
56
<artifactId>data-archive-avro-example</artifactId>
6-
<version>0.0.597</version>
7+
<version>0.0.610</version>
78
<packaging>jar</packaging>
89

910
<!-- Meta information section start -->
@@ -18,12 +19,19 @@
1819
</license>
1920
</licenses>
2021

22+
<scm>
23+
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
24+
<developerConnection>scm:git:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
25+
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
26+
<tag>2.23.0</tag>
27+
</scm>
28+
2129
<!-- Meta information section end -->
2230
<properties>
2331
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2432
<java.version>1.8</java.version>
2533

26-
<sdk-bom.version>2.22.8</sdk-bom.version>
34+
<sdk-bom.version>2.23.6</sdk-bom.version>
2735
<scala.compat.version>2.11</scala.compat.version>
2836

2937
<avro.version>1.10.0</avro.version>
@@ -216,4 +224,4 @@
216224
</dependencies>
217225
</profile>
218226
</profiles>
219-
</project>
227+
</project>

data-archive/java/avro-example/src/main/java/com/here/platform/data/archive/example/AvroHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2020 HERE Europe B.V.
2+
* Copyright (C) 2017-2021 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

data-archive/java/avro-example/src/main/java/com/here/platform/data/archive/example/AvroMultiKeysExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2020 HERE Europe B.V.
2+
* Copyright (C) 2017-2021 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

data-archive/java/avro-example/src/main/java/com/here/platform/data/archive/example/AvroSimpleKeyExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2020 HERE Europe B.V.
2+
* Copyright (C) 2017-2021 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

data-archive/java/avro-example/src/test/java/com/here/platform/data/archive/example/AvroExampleRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2020 HERE Europe B.V.
2+
* Copyright (C) 2017-2021 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

data-archive/java/avro-example/src/test/java/com/here/platform/data/archive/example/AvroSimpleKeyExampleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2020 HERE Europe B.V.
2+
* Copyright (C) 2017-2021 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

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

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<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">
23
<modelVersion>4.0.0</modelVersion>
34

45
<groupId>com.here.platform.data.archive</groupId>
56
<artifactId>data-archive-parquet-example</artifactId>
6-
<version>0.0.597</version>
7+
<version>0.0.610</version>
78
<packaging>jar</packaging>
89

910
<!-- Meta information section start -->
@@ -18,12 +19,19 @@
1819
</license>
1920
</licenses>
2021

22+
<scm>
23+
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
24+
<developerConnection>scm:git:[email protected]:heremaps/here-workspace-examples-java-scala.git</developerConnection>
25+
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
26+
<tag>2.23.0</tag>
27+
</scm>
28+
2129
<!-- Meta information section end -->
2230
<properties>
2331
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2432
<java.version>1.8</java.version>
2533

26-
<sdk-bom.version>2.22.8</sdk-bom.version>
34+
<sdk-bom.version>2.23.6</sdk-bom.version>
2735
<scala.compat.version>2.11</scala.compat.version>
2836

2937
<hadoop-client.version>2.7.3</hadoop-client.version>
@@ -195,4 +203,4 @@
195203
</dependencies>
196204
</profile>
197205
</profiles>
198-
</project>
206+
</project>

data-archive/java/parquet-example/src/main/java/com/here/platform/data/archive/example/ParquetSimpleKeyExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2020 HERE Europe B.V.
2+
* Copyright (C) 2017-2021 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

data-archive/java/parquet-example/src/main/java/com/here/platform/data/archive/example/SdiiMessageParquetWriterBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2020 HERE Europe B.V.
2+
* Copyright (C) 2017-2021 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)