You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Michael Bolz (JIRA)" <ji...@apache.org> on 2016/03/10 06:12:40 UTC

[jira] [Created] (OLINGO-899) Separation of JAX-RS related and none related parts from core in own modules

Michael Bolz created OLINGO-899:
-----------------------------------

             Summary: Separation of JAX-RS related and none related parts  from core in own modules
                 Key: OLINGO-899
                 URL: https://issues.apache.org/jira/browse/OLINGO-899
             Project: Olingo
          Issue Type: Wish
          Components: odata2-core
    Affects Versions: V2 2.0.6
            Reporter: Michael Bolz
            Priority: Minor


For prevention of unwanted classloading issues and/or instanciation within a JEE environment (app servier) the whole JAX-RS related parts should all be in a separate maven module and not in the core library module.

However to keep the backward compatibility as solution three modules could be necessary:
1. "new" core-reduced module contains only the actual "core" classes
2. "new" JAX-RS related parts module (reference core-reduced)
3. "old" core module, contains no classes only reference JAX-RS and core-reduced modules

Without backward compatibility (e.g. version {{2.1.0}}) only the "new" JAX-RS related parts module (reference {{core}}) should be necessary.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)