olingo-odata4 icon indicating copy to clipboard operation
olingo-odata4 copied to clipboard

export org.apache.olingo.server.core.uri.parser in OSGI

Open johnpoth opened this issue 8 years ago • 3 comments

Seems reasonable to export the org.apache.olingo.server.core.uri.parser package in OSGI. We use it in Apache Camel to properly retrieve the UriInfo.

johnpoth avatar Nov 27 '17 09:11 johnpoth

JIRA OLINGO-1206 created to track this

johnpoth avatar Nov 28 '17 10:11 johnpoth

Can anyone from the Olingo team comment on this?

davsclaus avatar Feb 27 '18 08:02 davsclaus

Typically any exported classes have to correspond the API layers in the server/api module so that direct usage of the parser classes is discouraged. This is because to keep the Parser class API internal. Maybe we can create that layer then can have this. I can help with this, but we need to start with JIRA to understand the requirements.

rareddy avatar Feb 27 '18 14:02 rareddy