victorsosa commented on PR #534: URL: https://github.com/apache/struts/pull/534#issuecomment-1115070114
Ok, I fixed the servlet 3.1.0 dependency issue, now I got some class change issue in code [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project struts2-core: Compilation failure: Compilation failure: [ERROR] /home/vns/workspace/struts/core/src/main/java/org/apache/struts2/util/StrutsUtil.java:[271,12] org.apache.struts2.util.StrutsUtil.ServletOutputStreamWrapper is not abstract and does not override abstract method setWriteListener(javax.servlet.WriteListener) in javax.servlet.ServletOutputStream [ERROR] /home/vns/workspace/struts/core/src/main/java/org/apache/struts2/util/URLBean.java:[73,53] incompatible types: java.util.Map<java.lang.String,java.lang.String[]> cannot be converted to java.util.Map<java.lang.String,java.lang.Object> [ERROR] /home/vns/workspace/struts/core/src/main/java/org/apache/struts2/components/ServletUrlRenderer.java:[263,147] incompatible types: java.util.Map<java.lang.String,java.lang.String[]> cannot be converted to java.util.Map<java.lang.String,java.lang.Object> [ERROR] /home/vns/workspace/struts/core/src/main/java/org/apache/struts2/components/Include.java:[290,18] org.apache.struts2.components.Include.PageOutputStream is not abstract and does not override abstract method setWriteListener(javax.servlet.WriteListener) in javax.servlet.ServletOutputStream -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
