JasDB 1.1.2 Release

Published on and last modified on by Renze de Vries.

We have released a small bugfix release of JasDB to go along with our new Obera HomeAutomation solution: Obera HomeAutomation

Fixes:

  • Fixed entity mapper setting identity of returned entity
  • Small embedded properties fix

Maven dependencies

If you want to use the REST client for JasDB add the following dependency to your pom file:

<dependency>
   <groupId>com.oberasoftware</groupId>
   <artifactId>jasdb_restconnector</artifactId>
   <version>1.1.2</version>
</dependency>

When you want to run JasDB inside your application without using REST the following dependency is needed:

<dependency>
   <groupId>com.oberasoftware</groupId>
   <artifactId>jasdb_localservice</artifactId>
   <version>1.1.2</version>
</dependency>

Download

Please pick up the latest version here: JasDB v1.2

All artefacts are also available in Maven Central, see the following page on Maven details: https://github.com/oberasoftware/jasdb-open/wiki