[
https://issues.apache.org/jira/browse/TOMEE-2987?focusedWorklogId=573916&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-573916
]
ASF GitHub Bot logged work on TOMEE-2987:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 30/Mar/21 07:30
Start Date: 30/Mar/21 07:30
Worklog Time Spent: 10m
Work Description: rzo1 commented on a change in pull request #777:
URL: https://github.com/apache/tomee/pull/777#discussion_r603849824
##########
File path: server/openejb-cxf/pom.xml
##########
@@ -191,7 +195,7 @@
<artifactId>jaxb-xjc</artifactId>
</exclusion>
<exclusion>
- <groupId>net.sf.ehcache</groupId>
+ <groupId>org.ehcache</groupId>
Review comment:
It seems, that the V2 dependency (defined in the root pom) is only used
in `openejb-core-hibernate` module, which is correct as `hibernate-ehcache` is
still using V2, see
[dependency:tree](https://gist.github.com/rzo1/86d87a50bce0e1f8c41f87edc0618a17).
Nevertheless, it might be worth adding `org.ehcache` to the exclusion lists
in `ContainerClassesFilter` and `JuliLogStreamFactory` (to be future safe...).
Besides that, we are probably good here.
--
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: 573916)
Time Spent: 2h (was: 1h 50m)
> Upgrade to CXF 3.4.x (Java 16 support)
> --------------------------------------
>
> Key: TOMEE-2987
> URL: https://issues.apache.org/jira/browse/TOMEE-2987
> Project: TomEE
> Issue Type: Task
> Reporter: Vicente Rossello Jaume
> Priority: Minor
> Time Spent: 2h
> Remaining Estimate: 0h
>
> Upgrade to a CXF version that uses xbean-asm9
--
This message was sent by Atlassian Jira
(v8.3.4#803005)