[ https://issues.apache.org/jira/browse/WW-5165?focusedWorklogId=765000&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-765000 ]
ASF GitHub Bot logged work on WW-5165: -------------------------------------- Author: ASF GitHub Bot Created on: 02/May/22 15:52 Start Date: 02/May/22 15:52 Worklog Time Spent: 10m Work Description: victorsosa commented on PR #534: URL: https://github.com/apache/struts/pull/534#issuecomment-1115058978 Trying to update to servlet 3.1.0, but getting a weird not found class <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.1.0</version> <scope>provided</scope> </dependency> [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/views/jsp/ComponentTagSupport.java:[21,26] package javax.servlet.http does not exist [ERROR] /home/vns/workspace/struts/core/src/main/java/org/apache/struts2/views/jsp/ComponentTagSupport.java:[22,26] package javax.servlet.http does not exist [ERROR] /home/vns/workspace/struts/core/src/main/java/org/apache/struts2/components/Component.java:[40,26] package javax.servlet.http does not exist [ERROR] /home/vns/workspace/struts/core/src/main/java/org/apache/struts2/components/Component.java:[41,26] package javax.servlet.http does not exist [ERROR] /home/vns/workspace/struts/core/src/main/java/org/apache/struts2/views/jsp/ComponentTagSupport.java:[36,57] cannot find symbol [ERROR] symbol: class HttpServletRequest [ERROR] location: class org.apache.struts2.views.jsp.ComponentTagSupport [ERROR] /home/vns/workspace/struts/core/src/main/java/org/apache/struts2/views/jsp/ComponentTagSupport.java:[36,81] cannot find symbol [ERROR] symbol: class HttpServletResponse Issue Time Tracking ------------------- Worklog Id: (was: 765000) Time Spent: 1.5h (was: 1h 20m) > 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: 1.5h > 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)