mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
* Add Travis CI build matrix to run build on OpenJDK 11 and EA * Add regex for the Java 11 Generated annotation in order for the JavaFileAssert to work properly * Do not use eclipse compiler if running on Java 9+ * Add JDK11 util compiler that reports all errors (also when multiple on same line) * Whitelist jaxb-api to the test compilation classpath * Add specific ignores for running some tests with Java 11 (See https://bugs.openjdk.java.net/browse/JDK-8211262, there is a difference in the default formats on Java 9+)