[ https://issues.apache.org/jira/browse/WW-5335?focusedWorklogId=890111&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-890111 ]
ASF GitHub Bot logged work on WW-5335: -------------------------------------- Author: ASF GitHub Bot Created on: 12/Nov/23 10:29 Start Date: 12/Nov/23 10:29 Worklog Time Spent: 10m Work Description: kusalk commented on code in PR #785: URL: https://github.com/apache/struts/pull/785#discussion_r1390379575 ########## .github/workflows/codeql.yml: ########## Review Comment: Need to add `java-version` to these job(s) ########## pom.xml: ########## @@ -51,7 +51,7 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/struts.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/struts.git</developerConnection> <url>https://github.com/apache/struts/</url> - <tag>STRUTS_6_3_0_1</tag> + <tag>release/struts-7-0-x</tag> Review Comment: Convention here is usually `HEAD` Issue Time Tracking ------------------- Worklog Id: (was: 890111) Time Spent: 0.5h (was: 20m) > Adjusts Jenkins & Github build files to use JDK17 > ------------------------------------------------- > > Key: WW-5335 > URL: https://issues.apache.org/jira/browse/WW-5335 > Project: Struts 2 > Issue Type: Improvement > Components: Build Management > Reporter: Lukasz Lenart > Priority: Major > Fix For: 7.0.0 > > Time Spent: 0.5h > Remaining Estimate: 0h > > These files should be addressed first to support proper build on JDK17 - > remove references to JDK8 & JDK11 -- This message was sent by Atlassian Jira (v8.20.10#820010)