You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Marek Gregor (Jira)" <ji...@apache.org> on 2023/02/28 14:07:00 UTC

[jira] [Comment Edited] (OLINGO-1593) Support jakarta namespace

    [ https://issues.apache.org/jira/browse/OLINGO-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17694553#comment-17694553 ] 

Marek Gregor edited comment on OLINGO-1593 at 2/28/23 2:06 PM:
---------------------------------------------------------------

Hi, amazing part of work, thank you. I am not commiter in this project, but I would like to use your patch in the fork of this library till Jakarta EE will be officially supported by this project. Do you agree to use your patch in my fork ([https://github.com/marekgregor/olingo-odata4 ).|https://github.com/marekgregor/olingo-odata4).] Thanks for response.


was (Author: marek.gregor):
Hi, amazing part of work, thank you. I am not commiter in this project, but I would like to use your patch in the fork of this library till Jakarta EE will be officially supported by this project. Do you agree to use your patch in my fork ([https://github.com/marekgregor/olingo-odata4).] Thanks for response.

> 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)