[
https://issues.apache.org/jira/browse/WW-5075?focusedWorklogId=473435&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-473435
]
ASF GitHub Bot logged work on WW-5075:
--------------------------------------
Author: ASF GitHub Bot
Created on: 21/Aug/20 20:32
Start Date: 21/Aug/20 20:32
Worklog Time Spent: 10m
Work Description: JCgH4164838Gh792C124B5 commented on pull request #433:
URL: https://github.com/apache/struts/pull/433#issuecomment-678480590
Hello Apache Struts Team.
This PR is an equivalent to PR #427, but for the 2.6.x mainline branch, and
containing some JDK8+ code structure changes.
A few additional corrections were found during this PR for 2.6, and a
back-port of applicable items to 2.5.x may be provided in a separate PR.
Please let me know if you notice any issues with the PR that should be
addressed.
Note: I encountered some weird issues when trying to build with JDK 11 /
Windows (besides the usual Apache Rat issue). The build ran fine under JDK 8,
in the same environment. The issue seems to be related to the
Maven/Surefire/Jetty processing for the Showcase App unit tests, possibly
combined with launching via NetBeans 12 (IDE). It does not appear to have
anything to do with the changes in this PR, but it may be something to look at
in the future. The build worked fine for Travis CI, so it must only impact
some environment configurations (possibly only Windows).
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 473435)
Time Spent: 2h 50m (was: 2h 40m)
> Upgrade OSGi to the latest version
> ----------------------------------
>
> Key: WW-5075
> URL: https://issues.apache.org/jira/browse/WW-5075
> Project: Struts 2
> Issue Type: Dependency
> Components: Plugin - OSGi
> Reporter: Lukasz Lenart
> Priority: Major
> Fix For: 2.5.24, 2.6
>
> Time Spent: 2h 50m
> Remaining Estimate: 0h
>
> Currently the OSGi plugin is using
> {code:xml}
> <dependency>
> <groupId>org.osgi</groupId>
> <artifactId>org.osgi.core</artifactId>
> <version>4.3.1</version>
> </dependency>
> {code}
> but there is a new version 6.0.0
--
This message was sent by Atlassian Jira
(v8.3.4#803005)