Commits on Source (6)
-
Tom Käsler authored45b5c4db
-
Tom Käsler authored
Add tracing on incoming messages See merge request !139
73fe0fe4 -
Java 11 removes Java EE modules as described by JEP 320. Since we depend on some of those modules those have now to be added explicitly. The following affected APIs are used by us directly or indirectly: * javax.annotation * javax.xml.bind Some workarounds had to be added for now to fix issues caused by dependencies which include conflicting APIs. See https://openjdk.java.net/jeps/320.
bc6f6591 -
This workaround can be removed when a new plugin version is released.
76b20b65 -
The Nashorn ScriptEngine is deprecated since JDK 11 as described by JEP 335. We now include GraalJS as a replacement. Related docs: * https://github.com/graalvm/graaljs. * https://openjdk.java.net/jeps/174. * https://openjdk.java.net/jeps/335.
e40d8185 -
Tom Käsler authored
Add support to build and run on Java 11 See merge request !142
132a42fd
Showing
- pom.xml 44 additions, 0 deletionspom.xml
- src/main/java/de/thm/arsnova/persistence/couchdb/CouchDbInitializer.java 2 additions, 3 deletions...e/thm/arsnova/persistence/couchdb/CouchDbInitializer.java
- src/main/java/de/thm/arsnova/websocket/handler/AuthChannelInterceptorAdapter.java 5 additions, 0 deletions...nova/websocket/handler/AuthChannelInterceptorAdapter.java