olingo-odata4
olingo-odata4 copied to clipboard
export org.apache.olingo.server.core.uri.parser in OSGI
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.
JIRA OLINGO-1206 created to track this
Can anyone from the Olingo team comment on this?
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.