weizhouapache commented on issue #3601: JDK11 support URL: https://github.com/apache/cloudstack/pull/3601#issuecomment-583423228 @rhtyd FYI, I could not build the project plugins/network-elements/brocade-vcs it is fixed by ``` diff --git a/plugins/network-elements/brocade-vcs/pom.xml b/plugins/network-elements/brocade-vcs/pom.xml index cb6420c..0d3805f 100644 --- a/plugins/network-elements/brocade-vcs/pom.xml +++ b/plugins/network-elements/brocade-vcs/pom.xml @@ -32,7 +32,7 @@ <plugin> <groupId>org.jvnet.jaxb2.maven2</groupId> <artifactId>maven-jaxb2-plugin</artifactId> - <version>0.7.1</version> + <version>0.14.0</version> <executions> <execution> <id>interface</id> ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
