[
https://issues.apache.org/jira/browse/OLINGO-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Frederik Zimmer updated OLINGO-1593:
------------------------------------
Attachment: OLINGO-1593-Support-jakarta-namespace.patch
> Support jakarta namespace
> -------------------------
>
> Key: OLINGO-1593
> URL: https://issues.apache.org/jira/browse/OLINGO-1593
> Project: Olingo
> Issue Type: New Feature
> Components: odata4-server
> Affects Versions: (Java) V4 4.9.0
> Reporter: Frederik Zimmer
> Priority: Major
> Attachments: OLINGO-1593-Support-jakarta-namespace.patch
>
>
> Hi,
> I implemented support for the Jakarta namespace in the attached patch.
> Remaining API backward compatible was a bit hard due to the current
> implementation. I sacrificed the signature of the process method of
> ODataHttpHandler which now has Object as arguments for request and response.
> To get the old signature back one would have to change
> OData odata = OData.newInstance();
> to
> ODataJavax odata = ODataJavax.newInstance();
> In a Jakarta environment one would use
> ODataJakarta odata = ODataJakarta.newInstance();
--
This message was sent by Atlassian Jira
(v8.20.10#820010)