[
https://issues.apache.org/jira/browse/WW-5531?focusedWorklogId=957857&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-957857
]
ASF GitHub Bot logged work on WW-5531:
--------------------------------------
Author: ASF GitHub Bot
Created on: 20/Feb/25 06:10
Start Date: 20/Feb/25 06:10
Worklog Time Spent: 10m
Work Description: lukaszlenart commented on code in PR #1225:
URL: https://github.com/apache/struts/pull/1225#discussion_r1962914692
##########
pom.xml:
##########
@@ -183,6 +183,15 @@
</pluginManagement>
</build>
</profile>
+ <profile>
+ <id>jdk9plus</id>
+ <activation>
+ <jdk>[9,)</jdk>
+ </activation>
+ <properties>
+ <maven.compiler.release>8</maven.compiler.release>
Review Comment:
Shouldn't be 1.8? And [this
options](https://github.com/apache/struts/blob/fe5b1977383b05f08eaa049385b0f67eb19b8f8a/pom.xml#L108-L109)
are not enough?
Issue Time Tracking
-------------------
Worklog Id: (was: 957857)
Time Spent: 0.5h (was: 20m)
> Enforce JRE8 compatibility for Struts 6.x
> -----------------------------------------
>
> Key: WW-5531
> URL: https://issues.apache.org/jira/browse/WW-5531
> Project: Struts 2
> Issue Type: Bug
> Components: Core
> Affects Versions: 6.7.3
> Reporter: Kusal Kithul-Godage
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)