finos / messageml-utils

MessageML is a markup language used by the Symphony Agent API for representing messages, including formatting (bold, italic, numbered and unnumbered lists etc.) and entity data representing structured objects.
https://docs.developers.symphony.com
Apache License 2.0
12 stars 28 forks source link

Make it compileable as Java 8 using Java 11 #164

Closed cristiadu closed 4 years ago

cristiadu commented 4 years ago

Currently, if we use Java 11 to compile the project, it will fail. It shouldn't be a big problem adapting the project to be able to be compile-able in such configuration.

symphony-enrico commented 4 years ago

Tested last release with OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.6+10) It works now