[
https://issues.apache.org/jira/browse/WW-5075?focusedWorklogId=460911&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-460911
]
ASF GitHub Bot logged work on WW-5075:
--------------------------------------
Author: ASF GitHub Bot
Created on: 20/Jul/20 05:49
Start Date: 20/Jul/20 05:49
Worklog Time Spent: 10m
Work Description: JCgH4164838Gh792C124B5 commented on pull request #427:
URL: https://github.com/apache/struts/pull/427#issuecomment-660817461
Hmmm. The OSGi plugin builds are all failing for the same reason, unit test
failures because Felix cannot create its default cache directory
("/tmp.felix-cache").
I had no issues with the unit tests failing on my local builds (using
various JDKs), so it could be a Linux/Windows difference, or due to permissions
in the CI environment. Not sure if there is a workaround for either the test
configuration or the CI environment for this condition.
----------------------------------------------------------------
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: 460911)
Time Spent: 0.5h (was: 20m)
> 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.6
>
> Time Spent: 0.5h
> 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)