You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carsten Ziegeler (Jira)" <ji...@apache.org> on 2022/11/04 05:42:00 UTC

[jira] [Created] (FELIX-6578) Migrate to jakarta json

Carsten Ziegeler created FELIX-6578:
---------------------------------------

             Summary: Migrate to jakarta json
                 Key: FELIX-6578
                 URL: https://issues.apache.org/jira/browse/FELIX-6578
             Project: Felix
          Issue Type: Improvement
          Components: Configuration Admin
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler
             Fix For: cm.json-2.0.0


The cm.json module is currently using javax.json in its API as well as in its implementation.
We should migrate this code to use the (newer) jakarta.json API instead.
However, as javax.json is currently used in the API, this will be a breaking change to all downstream users.
Therefore we should make it possible to run the old and the new implementation in parallel (including as a library) and also make sure that we support / maintain the old implementation as needed.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)