[
https://issues.apache.org/jira/browse/TOMEE-4700?focusedWorklogId=1040012&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1040012
]
ASF GitHub Bot logged work on TOMEE-4700:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 07/Sep/26 19:00
Start Date: 07/Sep/26 19:00
Worklog Time Spent: 10m
Work Description: rzo1 opened a new pull request, #2931:
URL: https://github.com/apache/tomee/pull/2931
Fixes [TOMEE-4700](https://issues.apache.org/jira/browse/TOMEE-4700).
`openejb-hessian` is dead weight: nothing in the codebase depends on it. It
is not
referenced by any BOM, any assembly, `tomee/pom.xml` or any other module —
its only
mention outside its own directory is the `<module>` line in
`server/pom.xml`. It is
therefore built and published to Maven Central, but never shipped in any
TomEE
distribution.
On top of that, its `com.caucho:hessian` dependency is `provided`, so even
if a user
wired the jar in by hand, `HessianService` / `HessianExtension` just log
Hessian is not available so openejb-hessian will not deploy any service
and no-op unless the user also supplies Hessian themselves.
### Changes
- removed `server/openejb-hessian`
- removed the `openejb-hessian` module from `server/pom.xml`
`mvn validate` passes on the full reactor.
Issue Time Tracking
-------------------
Worklog Id: (was: 1040012)
Remaining Estimate: 0h
Time Spent: 10m
> Drop openejb-hessian
> --------------------
>
> Key: TOMEE-4700
> URL: https://issues.apache.org/jira/browse/TOMEE-4700
> Project: TomEE
> Issue Type: Task
> Reporter: Richard Zowalla
> Assignee: Richard Zowalla
> Priority: Major
> Fix For: 11.0.0, 10.3.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)