Closed wborn closed 4 years ago
I'm closing this issue because I found out while working on https://github.com/openhab/openhab2-addons/pull/6482 that older MaryTTS versions do work with GA Java 11 releases. In GA releases the java.version
consists of 3 segments instead of one, i.e. "11.0.5" instead of "11" that was used in the Early Access releases.
The OH1 MaryTTS add-on will also be incompatible with Java 9/10/11 because it uses the same libraries as the OH2 MaryTTS voice add-on uses.
After upgrading MaryTTS in the MaryTTS OH2 voice add-on, it should be straightforward to use the same libraries to create a Java 9/10/11 compatible OH1 MaryTTS add-on.
See also: