Skip to content

Commit 555b461

Browse files
heremaps-botheremaps-bot
heremaps-bot
authored and
heremaps-bot
committed
HERE Data SDK for Java & Scala Release 2.39.0
1 parent b6a218a commit 555b461

File tree

58 files changed

+171
-171
lines changed

Some content is hidden

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

58 files changed

+171
-171
lines changed

data-archive/java/avro-example/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Use the [HERE platform portal](https://platform.here.com/) to [create the input
6262

6363
- For instructions on how to create a catalog, see _Create a Catalog_ in the [Data User Guide](#data-user-guide).
6464
- For instructions on how to create a layer, see _Create a Layer_ in the [Data User Guide](#data-user-guide).
65-
- For instructions on how to link a resource to a project, see _Project Resources Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
65+
- For instructions on how to link a resource to a project, see _Project Resource Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
6666
- For instructions on how to share your project, see _Manage Projects_ in the [Identity & Access Management Developer Guide](https://developer.here.com/documentation/identity-access-management/dev_guide/index.html).
6767

6868
Alternatively, you can use the _OLP CLI Commands_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide) instead of the platform portal to create a new catalog with a `stream` layer:
@@ -103,7 +103,7 @@ Use the [HERE platform portal](https://platform.here.com/) to [create the output
103103

104104
- For instructions on how to create a catalog, see _Create a Catalog_ in the [Data User Guide](#data-user-guide).
105105
- For instructions on how to create a layer, see _Create a Layer_ in the [Data User Guide](#data-user-guide).
106-
- For instructions on how to link a resource to a project, see _Project Resources Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
106+
- For instructions on how to link a resource to a project, see _Project Resource Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
107107
- For instructions on how to share your project, see _Manage Projects_ in the [Identity & Access Management Developer Guide](https://developer.here.com/documentation/identity-access-management/dev_guide/index.html).
108108

109109
Alternatively, you can use the _OLP CLI Commands_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide) instead of the platform portal to create a new catalog with an `index` layer:

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

+4-4
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.766</version>
7+
<version>0.0.774</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.38.0</tag>
26+
<tag>2.39.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.38.11</sdk-bom.version>
34+
<sdk-bom.version>2.39.6</sdk-bom.version>
3535
<scala.compat.version>2.12</scala.compat.version>
3636

3737
<avro.version>1.10.0</avro.version>
@@ -193,7 +193,7 @@
193193
<extension>
194194
<groupId>com.here.platform.artifact</groupId>
195195
<artifactId>artifact-wagon</artifactId>
196-
<version>2.0.5</version>
196+
<version>2.0.10</version>
197197
</extension>
198198
</extensions>
199199
</build>

data-archive/java/parquet-example/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Use the [HERE platform portal](https://platform.here.com/) to [create the input
6161

6262
- For instructions on how to create a catalog, see _Create a Catalog_ in the [Data User Guide](#data-user-guide).
6363
- For instructions on how to create a layer, see _Create a Layer_ in the [Data User Guide](#data-user-guide).
64-
- For instructions on how to link a resource to a project, see _Project Resources Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
64+
- For instructions on how to link a resource to a project, see _Project Resource Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
6565
- For instructions on how to share your project, see _Manage Projects_ in the [Identity & Access Management Developer Guide](https://developer.here.com/documentation/identity-access-management/dev_guide/index.html).
6666

6767
Alternatively, you can use the _OLP CLI Commands_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide) instead of the platform portal to create a new catalog with a `stream` layer:
@@ -102,7 +102,7 @@ Use the [HERE platform portal](https://platform.here.com/) to [create the output
102102

103103
- For instructions on how to create a catalog, see _Create a Catalog_ in the [Data User Guide](#data-user-guide).
104104
- For instructions on how to create a layer, see _Create a Layer_ in the [Data User Guide](#data-user-guide).
105-
- For instructions on how to link a resource to a project, see _Project Resources Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
105+
- For instructions on how to link a resource to a project, see _Project Resource Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
106106
- For instructions on how to share your project, see _Manage Projects_ in the [Identity & Access Management Developer Guide](https://developer.here.com/documentation/identity-access-management/dev_guide/index.html).
107107

108108
Alternatively, you can use the _OLP CLI Commands_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide) instead of the platform portal to create a new catalog with an `index` layer:

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

+4-4
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.766</version>
7+
<version>0.0.774</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.38.0</tag>
26+
<tag>2.39.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.38.11</sdk-bom.version>
34+
<sdk-bom.version>2.39.6</sdk-bom.version>
3535
<scala.compat.version>2.12</scala.compat.version>
3636

3737
<hadoop-client.version>2.7.3</hadoop-client.version>
@@ -181,7 +181,7 @@
181181
<extension>
182182
<groupId>com.here.platform.artifact</groupId>
183183
<artifactId>artifact-wagon</artifactId>
184-
<version>2.0.5</version>
184+
<version>2.0.10</version>
185185
</extension>
186186
</extensions>
187187
</build>

data-archive/java/protobuf-example/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Use the [HERE platform portal](https://platform.here.com/) to [create the input
6161

6262
- For instructions on how to create a catalog, see _Create a Catalog_ in the [Data User Guide](#data-user-guide).
6363
- For instructions on how to create a layer, see _Create a Layer_ in the [Data User Guide](#data-user-guide).
64-
- For instructions on how to link a resource to a project, see _Project Resources Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
64+
- For instructions on how to link a resource to a project, see _Project Resource Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
6565
- For instructions on how to share your project, see _Manage Projects_ in the [Identity & Access Management Developer Guide](https://developer.here.com/documentation/identity-access-management/dev_guide/index.html).
6666

6767
Alternatively, you can use the _OLP CLI Commands_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide) instead of the platform portal to create a new catalog with a `stream` layer:
@@ -102,7 +102,7 @@ Use the [HERE platform portal](https://platform.here.com/) to [create the output
102102

103103
- For instructions on how to create a catalog, see _Create a Catalog_ in the [Data User Guide](#data-user-guide).
104104
- For instructions on how to create a layer, see _Create a Layer_ in the [Data User Guide](#data-user-guide).
105-
- For instructions on how to link a resource to a project, see _Project Resources Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
105+
- For instructions on how to link a resource to a project, see _Project Resource Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
106106
- For instructions on how to share your project, see _Manage Projects_ in the [Identity & Access Management Developer Guide](https://developer.here.com/documentation/identity-access-management/dev_guide/index.html).
107107

108108
Alternatively, you can use the _OLP CLI Commands_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide) instead of the platform portal to create a new catalog with an `index` layer:

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

+4-4
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.766</version>
7+
<version>0.0.774</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.38.0</tag>
26+
<tag>2.39.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.38.11</sdk-bom.version>
34+
<sdk-bom.version>2.39.6</sdk-bom.version>
3535
<scala.compat.version>2.12</scala.compat.version>
3636

3737
<commons-logging.version>1.2</commons-logging.version>
@@ -161,7 +161,7 @@
161161
<extension>
162162
<groupId>com.here.platform.artifact</groupId>
163163
<artifactId>artifact-wagon</artifactId>
164-
<version>2.0.5</version>
164+
<version>2.0.10</version>
165165
</extension>
166166
</extensions>
167167
</build>

data-archive/java/sensoris-parquet-example/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Use the [HERE platform portal](https://platform.here.com/) to [create the input
6363

6464
- For instructions on how to create a catalog, see _Create a Catalog_ in the [Data User Guide](#data-user-guide).
6565
- For instructions on how to create a layer, see _Create a Layer_ in the [Data User Guide](#data-user-guide).
66-
- For instructions on how to link a resource to a project, see _Project Resources Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
66+
- For instructions on how to link a resource to a project, see _Project Resource Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
6767
- For instructions on how to share your project, see _Manage Projects_ in the [Identity & Access Management Developer Guide](https://developer.here.com/documentation/identity-access-management/dev_guide/index.html).
6868

6969
Alternatively, you can use the _OLP CLI Commands_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide) instead of the platform portal to create a new catalog with a `stream` layer:
@@ -103,7 +103,7 @@ Use the [HERE platform portal](https://platform.here.com/) to [create the output
103103

104104
- For instructions on how to create a catalog, see _Create a Catalog_ in the [Data User Guide](#data-user-guide).
105105
- For instructions on how to create a layer, see _Create a Layer_ in the [Data User Guide](#data-user-guide).
106-
- For instructions on how to link a resource to a project, see _Project Resources Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
106+
- For instructions on how to link a resource to a project, see _Project Resource Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
107107
- For instructions on how to share your project, see _Manage Projects_ in the [Identity & Access Management Developer Guide](https://developer.here.com/documentation/identity-access-management/dev_guide/index.html).
108108

109109
Alternatively, you can use the _OLP CLI Commands_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide) instead of the platform portal to create a new catalog with an `index` layer:

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

+4-4
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.766</version>
7+
<version>0.0.774</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.38.0</tag>
26+
<tag>2.39.0</tag>
2727
</scm>
2828

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

34-
<sdk-bom.version>2.38.11</sdk-bom.version>
34+
<sdk-bom.version>2.39.6</sdk-bom.version>
3535
<scala.compat.version>2.12</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/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Use the [HERE platform portal](https://platform.here.com/) to [create the input
6363

6464
- For instructions on how to create a catalog, see _Create a Catalog_ in the [Data User Guide](#data-user-guide).
6565
- For instructions on how to create a layer, see _Create a Layer_ in the [Data User Guide](#data-user-guide).
66-
- For instructions on how to link a resource to a project, see _Project Resources Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
66+
- For instructions on how to link a resource to a project, see _Project Resource Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
6767
- For instructions on how to share your project, see _Manage Projects_ in the [Identity & Access Management Developer Guide](https://developer.here.com/documentation/identity-access-management/dev_guide/index.html).
6868

6969
Alternatively, you can use the _OLP CLI Commands_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide) instead of the platform portal to create a new catalog with a `stream` layer:
@@ -103,7 +103,7 @@ Use the [HERE platform portal](https://platform.here.com/) to [create the output
103103

104104
- For instructions on how to create a catalog, see _Create a Catalog_ in the [Data User Guide](#data-user-guide).
105105
- For instructions on how to create a layer, see _Create a Layer_ in the [Data User Guide](#data-user-guide).
106-
- For instructions on how to link a resource to a project, see _Project Resources Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
106+
- For instructions on how to link a resource to a project, see _Project Resource Link_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide).
107107
- For instructions on how to share your project, see _Manage Projects_ in the [Identity & Access Management Developer Guide](https://developer.here.com/documentation/identity-access-management/dev_guide/index.html).
108108

109109
Alternatively, you can use the _OLP CLI Commands_ in the [Command Line Interface Developer Guide](#command-line-interface-developer-guide) instead of the platform portal to create a new catalog with an `index` layer:

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

+4-4
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.766</version>
7+
<version>0.0.774</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.38.0</tag>
28+
<tag>2.39.0</tag>
2929
</scm>
3030

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

36-
<sdk-bom.version>2.38.11</sdk-bom.version>
36+
<sdk-bom.version>2.39.6</sdk-bom.version>
3737
<scala.compat.version>2.12</scala.compat.version>
3838

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

data-processing/java/geometry-lifter/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -97,16 +97,16 @@ olp catalog layer add $CATALOG_HRN state state --versioned --summary "state" \
9797
--content-type application/octet-stream --scope $PROJECT_HRN
9898
```
9999

100-
3. Use the [`olp project resources link`](https://developer.here.com/documentation/open-location-platform-cli/user_guide/topics/project/project-resources-commands.html#project-resources-link) command to link the _HERE Map Content_ catalog to your project:
100+
3. Use the [`olp project resource link`](https://developer.here.com/documentation/open-location-platform-cli/user_guide/topics/project/project-link-commands.html#project-resource-link) command to link the _HERE Map Content_ catalog to your project:
101101

102102
```bash
103-
olp project resources link $PROJECT_HRN $CATALOG_RIB
103+
olp project resource link $PROJECT_HRN $CATALOG_RIB
104104
```
105105

106106
- For more details on catalog commands, see [Catalog Commands](https://developer.here.com/documentation/open-location-platform-cli/user_guide/topics/data/catalog-commands.html).
107107
- For more details on layer commands, see [Layer Commands](https://developer.here.com/documentation/open-location-platform-cli/user_guide/topics/data/layer-commands.html).
108108
- For more details on project commands, see [Project Commands](https://developer.here.com/documentation/open-location-platform-cli/user_guide/topics/project/project-commands.html).
109-
- For instructions on how to link a resource to a project, see [Project Resources Link command](https://developer.here.com/documentation/open-location-platform-cli/user_guide/topics/project/project-resources-commands.html#project-resources-link).
109+
- For instructions on how to link a resource to a project, see [Project Resource Link command](https://developer.here.com/documentation/open-location-platform-cli/user_guide/topics/project/project-link-commands.html#project-resource-link).
110110

111111
## Configure the Compiler
112112

0 commit comments

Comments
 (0)