File tree 2 files changed +29
-0
lines changed
documentation/src/main/resources
2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ entries:
23
23
- title : Release Notes
24
24
output : web
25
25
folderitems :
26
+ - title : 1.1.4
27
+ url : /release_notes_114.html
28
+ output : web
26
29
- title : 1.1.3
27
30
url : /release_notes_113.html
28
31
output : web
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Release notes 1.1.4
3
+ tags : [release_notes]
4
+ keywords : release notes, announcements, changelog
5
+ summary : " Version 1.1.4 of Eclipse Ditto, released on 25.08.2020"
6
+ permalink : release_notes_114.html
7
+ ---
8
+
9
+ This is a bugfix release, no new features since [ 1.1.3] ( release_notes_113.html ) were added.
10
+
11
+ ## Changelog
12
+
13
+ Compared to the latest release [ 1.1.3] ( release_notes_113.html ) , the following bugfixes were added.
14
+
15
+ ### Bugfixes
16
+
17
+ This is a complete list of the
18
+ [ merged pull requests] ( https://github.com/eclipse/ditto/pulls?q=is%3Apr+milestone%3A1.1.4 ) , including the fixed bugs.
19
+
20
+
21
+ #### [ Compile model modules with Java 8] ( https://github.com/eclipse/ditto/pull/769 )
22
+
23
+ The 2 modules in the Ditto model were accidentally compiled with Java 11 as source/target which caused
24
+ that e.g. the Ditto client could not be used any longer with Java 8:
25
+ * ` rql-parser `
26
+ * ` thingssearch-parser `
You can’t perform that action at this time.
0 commit comments