HERE Data SDK for Java & Scala 2.28.0
2.28.0.9
Schemas
Known Issues
Issue
New Scala 2.12 bindings added to the latest versions of SDII v3 Schema, SDII Archive and SENSORIS schemas may not be
accessible to users in all realms.
Examples
Changed
- Changed the examples using SDK BOM files with Scala 2.12.
To use the SDK BOM files with Scala 2.11, do the following:
-
Use the Scala 2.11 BOM files:
sdk-batch-bom
instead ofsdk-batch-bom_2.12
sdk-stream-bom
instead ofsdk-stream-bom_2.12
sdk-standalone-bom
instead ofsdk-standalone-bom_2.12
-
Make sure you update Scala dependencies of examples to Scala 2.11 (for example
pipeline-runner-java_2.12
->pipeline-runner-java_2.11
) -
Different pipeline environments should be used to run the examples,
stream-3.0.0
instead ofstream-4.0
andbatch-2.1.0
instead ofbatch-3.0.0
.