openhab / openhab1-addons

Add-ons for openHAB 1.x
Eclipse Public License 2.0
3.43k stars 1.69k forks source link

[marytts] Upgrade MaryTTS to Java 9/10/11 compatible version #5667

Closed wborn closed 4 years ago

wborn commented 6 years ago

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:

wborn commented 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.