Version 1.1.5 of Eclipse Ditto, released on 25.08.2020
Edit this page

This is a bugfix release, no new features since 1.1.3 were added.

Unfortunately Ditto release attempt 1.1.4 had technical difficulties on the build server which lead to that we had to skip 1.1.4 and release 1.1.5 instead (being the same as 1.1.4 would have been).

Changelog

Compared to the latest release 1.1.3, the following bugfixes were added.

Bugfixes

This is a complete list of the merged pull requests, including the fixed bugs.

Compile model modules with Java 8

The 2 modules in the Ditto model were accidentally compiled with Java 11 as source/target which caused that e.g. the Ditto client could not be used any longer with Java 8:

  • rql-parser
  • thingssearch-parser