Skip to content

Commit 388a282

Browse files
heremaps-botheremaps-bot
authored andcommitted
HERE Data SDK for Java & Scala Release 2.46.5
1 parent f432054 commit 388a282

File tree

57 files changed

+209
-101
lines changed

Some content is hidden

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

57 files changed

+209
-101
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ olp catalog layer add $CATALOG_HRN stream stream --stream --summary "stream" \
8787
--scope $PROJECT_HRN
8888
```
8989

90+
> #### Note::
91+
>
92+
> If a billing tag is required in your realm, use the `--billing-tags: "YOUR_BILLING_TAG"` parameter.
93+
9094
## Create Output Catalog and Layer
9195

9296
The examples require that you define indexing attributes with the following index definitions for the `index` layer:
@@ -125,6 +129,10 @@ olp catalog layer add $CATALOG_HRN index index --index --summary "index" --descr
125129
--scope $PROJECT_HRN
126130
```
127131

132+
> #### Note::
133+
>
134+
> If a billing tag is required in your realm, use the `--billing-tags: "YOUR_BILLING_TAG"` parameter.
135+
128136
## Update the Configuration File
129137

130138
The configurations are specified in the `application.conf` file that can be found in the `/src/main/resources` directory of the example project. You will have to modify it to configure expected behavior of the data archiving project. For information about modifying this file, see the comments in the `application.conf` file.

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.808</version>
7+
<version>0.0.815</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.45.7</tag>
26+
<tag>2.46.5</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.45.7</sdk-bom.version>
34+
<sdk-bom.version>2.46.5</sdk-bom.version>
3535
<scala.compat.version>2.12</scala.compat.version>
3636
<artifact.wagon.version>2.0.13</artifact.wagon.version>
3737

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ olp catalog layer add $CATALOG_HRN stream stream --stream --summary "stream" \
8686
--scope $PROJECT_HRN
8787
```
8888

89+
> #### Note::
90+
>
91+
> If a billing tag is required in your realm, use the `--billing-tags: "YOUR_BILLING_TAG"` parameter.
92+
8993
## Create Output Catalog and Layer
9094

9195
The examples require that you define indexing attributes with the following index definitions for the `index` layer:
@@ -124,6 +128,10 @@ olp catalog layer add $CATALOG_HRN index index --index --summary "index" --descr
124128
--scope $PROJECT_HRN
125129
```
126130

131+
> #### Note::
132+
>
133+
> If a billing tag is required in your realm, use the `--billing-tags: "YOUR_BILLING_TAG"` parameter.
134+
127135
## Update the Configuration File
128136

129137
The configurations are specified in the `application.conf` file that can be found in the `/src/main/resources` directory of the example project. You will have to modify it to configure expected behavior of the data archiving project. For information about modifying this file, see the comments in the `application.conf` file.

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.808</version>
7+
<version>0.0.815</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.45.7</tag>
26+
<tag>2.46.5</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.45.7</sdk-bom.version>
34+
<sdk-bom.version>2.46.5</sdk-bom.version>
3535
<scala.compat.version>2.12</scala.compat.version>
3636
<artifact.wagon.version>2.0.13</artifact.wagon.version>
3737

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ olp catalog layer add $CATALOG_HRN stream stream --stream --summary "stream" \
8686
--scope $PROJECT_HRN
8787
```
8888

89+
> #### Note::
90+
>
91+
> If a billing tag is required in your realm, use the `--billing-tags: "YOUR_BILLING_TAG"` parameter.
92+
8993
## Create Output Catalog and Layer
9094

9195
The examples require that you define indexing attributes with the following index definitions for the `index` layer:
@@ -124,6 +128,10 @@ olp catalog layer add $CATALOG_HRN index index --index --summary "index" \
124128
--scope $PROJECT_HRN
125129
```
126130

131+
> #### Note::
132+
>
133+
> If a billing tag is required in your realm, use the `--billing-tags: "YOUR_BILLING_TAG"` parameter.
134+
127135
## Update the Configuration File
128136

129137
The configurations are specified in the `application.conf` file that can be found in the `/src/main/resources` directory of the example project. You will have to modify it to configure expected behavior of the data archiving project. For information about modifying this file, see the comments in the `application.conf` file.

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.808</version>
7+
<version>0.0.815</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.45.7</tag>
26+
<tag>2.46.5</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.45.7</sdk-bom.version>
34+
<sdk-bom.version>2.46.5</sdk-bom.version>
3535
<scala.compat.version>2.12</scala.compat.version>
3636
<artifact.wagon.version>2.0.13</artifact.wagon.version>
3737

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ olp catalog layer add $CATALOG_HRN stream stream --stream --summary "stream" \
8888
--scope $PROJECT_HRN
8989
```
9090

91+
> #### Note::
92+
>
93+
> If a billing tag is required in your realm, use the `--billing-tags: "YOUR_BILLING_TAG"` parameter.
94+
9195
## Create Output Catalog and Layer
9296

9397
The examples require that you define indexing attributes with the following index definitions for the `index` layer:
@@ -125,6 +129,10 @@ olp catalog layer add $CATALOG_HRN index index --index --summary "index" \
125129
--scope $PROJECT_HRN
126130
```
127131

132+
> #### Note::
133+
>
134+
> If a billing tag is required in your realm, use the `--billing-tags: "YOUR_BILLING_TAG"` parameter.
135+
128136
## Update the Configuration File
129137

130138
The configurations are specified in the `application.conf` file that can be found in the `/src/main/resources` directory of the example project. You will have to modify it to configure expected behavior of the data archiving project. For information about modifying this file, see the comments in the `application.conf` file.

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.808</version>
7+
<version>0.0.815</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.45.7</tag>
26+
<tag>2.46.5</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>2.0.13</artifact.wagon.version>
3333

34-
<sdk-bom.version>2.45.7</sdk-bom.version>
34+
<sdk-bom.version>2.46.5</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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ olp catalog layer add $CATALOG_HRN stream stream --stream --summary "stream" \
8888
--scope $PROJECT_HRN
8989
```
9090

91+
> #### Note::
92+
>
93+
> If a billing tag is required in your realm, use the `--billing-tags: "YOUR_BILLING_TAG"` parameter.
94+
9195
## Create Output Catalog and Layer
9296

9397
The examples require that you define indexing attributes with the following index definitions for the `index` layer:
@@ -125,6 +129,10 @@ olp catalog layer add $CATALOG_HRN index index --index --summary "index" \
125129
--scope $PROJECT_HRN
126130
```
127131

132+
> #### Note::
133+
>
134+
> If a billing tag is required in your realm, use the `--billing-tags: "YOUR_BILLING_TAG"` parameter.
135+
128136
## Update the Configuration File
129137

130138
The configurations are specified in the `application.conf` file that can be found in the `/src/main/resources` directory of the example project. You will have to modify it to configure expected behavior of the data archiving project. For information about modifying this file, see the comments in the `application.conf` file.

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.808</version>
7+
<version>0.0.815</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.45.7</tag>
28+
<tag>2.46.5</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.13</artifact.wagon.version>
3535

36-
<sdk-bom.version>2.45.7</sdk-bom.version>
36+
<sdk-bom.version>2.46.5</sdk-bom.version>
3737
<scala.compat.version>2.12</scala.compat.version>
3838

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

0 commit comments

Comments
 (0)