[ https://issues.apache.org/jira/browse/WW-5165?focusedWorklogId=765004&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-765004 ]
ASF GitHub Bot logged work on WW-5165: -------------------------------------- Author: ASF GitHub Bot Created on: 02/May/22 16:04 Start Date: 02/May/22 16:04 Worklog Time Spent: 10m Work Description: 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 Issue Time Tracking ------------------- Worklog Id: (was: 765004) Time Spent: 1h 40m (was: 1.5h) > Update spring to 5.3.x b/c 4.3.x is EOL > --------------------------------------- > > Key: WW-5165 > URL: https://issues.apache.org/jira/browse/WW-5165 > Project: Struts 2 > Issue Type: Dependency > Reporter: Sebastian Peters > Priority: Major > Fix For: 2.6 > > Original Estimate: 0.5h > Time Spent: 1h 40m > Remaining Estimate: 0h > > see > https://spring.io/blog/2019/12/03/spring-framework-maintenance-roadmap-in-2020-including-4-3-eol > In addition 4.3.x lists several CVEs according to > https://mvnrepository.com/artifact/org.springframework/spring-core/4.3.30.RELEASE > that are fixed with the newest version -- This message was sent by Atlassian Jira (v8.20.7#820007)