Uploaded image for project: 'Olingo'
  1. Olingo
  2. OLINGO-1593

Support jakarta namespace

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • (Java) V4 4.9.0
    • None
    • odata4-server
    • None
    • Patch

    Description

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

      Attachments

        Activity

          People

            Unassigned Unassigned
            frederik.zimmer Frederik Zimmer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: