Skip to content

Commit 40da492

Browse files
heremaps-botheremaps-bot
authored andcommitted
HERE Data SDK for Java & Scala Release 2.83.3
1 parent fbb29de commit 40da492

154 files changed

Lines changed: 239 additions & 204 deletions

File tree

Some content is hidden

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

README.md

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

8484
## License
8585

86-
Copyright (C) 2017-2025 HERE Europe B.V.
86+
Copyright (C) 2017-2026 HERE Europe B.V.
8787

8888
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: 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.986</version>
7+
<version>0.0.990</version>
88
<packaging>jar</packaging>
99

1010
<!-- Meta information section start -->
@@ -23,7 +23,7 @@
2323
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
2424
<developerConnection>scm:git:git@github.com:heremaps/here-workspace-examples-java-scala.git</developerConnection>
2525
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
26-
<tag>2.82.3</tag>
26+
<tag>2.83.3</tag>
2727
</scm>
2828

2929
<!-- Meta information section end -->
@@ -33,7 +33,7 @@
3333
<exec.classpathScope>compile</exec.classpathScope>
3434
<exec.executable>java</exec.executable>
3535

36-
<sdk-bom.version>2.82.3</sdk-bom.version>
36+
<sdk-bom.version>2.83.3</sdk-bom.version>
3737
<scala.compat.version>2.13</scala.compat.version>
3838
<artifact.wagon.version>2.0.27</artifact.wagon.version>
3939

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-2025 HERE Europe B.V.
2+
* Copyright (C) 2017-2026 HERE Europe B.V.
33
* Licensed under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License.
55
* You may obtain a copy of the License at

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2025 HERE Europe B.V.
2+
* Copyright (C) 2017-2026 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: 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.986</version>
7+
<version>0.0.990</version>
88
<packaging>jar</packaging>
99

1010
<!-- Meta information section start -->
@@ -23,7 +23,7 @@
2323
<connection>scm:git:https://github.com/heremaps/here-workspace-examples-java-scala.git</connection>
2424
<developerConnection>scm:git:git@github.com:heremaps/here-workspace-examples-java-scala.git</developerConnection>
2525
<url>https://github.com/heremaps/here-workspace-examples-java-scala</url>
26-
<tag>2.82.3</tag>
26+
<tag>2.83.3</tag>
2727
</scm>
2828

2929
<!-- Meta information section end -->
@@ -33,7 +33,7 @@
3333
<exec.classpathScope>compile</exec.classpathScope>
3434
<exec.executable>java</exec.executable>
3535

36-
<sdk-bom.version>2.82.3</sdk-bom.version>
36+
<sdk-bom.version>2.83.3</sdk-bom.version>
3737
<scala.compat.version>2.13</scala.compat.version>
3838
<artifact.wagon.version>2.0.27</artifact.wagon.version>
3939

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2025 HERE Europe B.V.
2+
* Copyright (C) 2017-2026 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/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-2025 HERE Europe B.V.
2+
* Copyright (C) 2017-2026 HERE Europe B.V.
33
* Licensed under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License.
55
* You may obtain a copy of the License at

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
/*
21-
* Copyright (C) 2019-2025 HERE Europe B.V.
21+
* Copyright (C) 2019-2026 HERE Europe B.V.
2222
* SPDX-License-Identifier: Apache-2.0
2323
*
2424
* This file is based on commit f84938441be49c665595c936ac631c3e5f171bf9

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
/*
21-
* Copyright (C) 2019-2025 HERE Europe B.V.
21+
* Copyright (C) 2019-2026 HERE Europe B.V.
2222
* SPDX-License-Identifier: Apache-2.0
2323
*
2424
* This file is based on commit f84938441be49c665595c936ac631c3e5f171bf9

data-archive/java/parquet-example/src/main/java/com/here/platform/data/archive/example/util/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-2025 HERE Europe B.V.
2+
* Copyright (C) 2017-2026 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)