karlvr commented on PR #1201: URL: https://github.com/apache/cxf/pull/1201#issuecomment-1505807692
Another few wee code contributions... I implemented a basic `SeBootstrap.Configuration` and builder, and I've added stub implementations for the bootstrap APIs in `RuntimeDelegate`... maybe CXF doesn't need to support the bootstrapping immediately, or someone else is definitely better positioned to implement that! I've taken a stab at the `EntityPart` implementation and builder. The missing piece for me is how to get access to registered `MessageBodyReader` and `Writer` implementations in the context of the `EntityPart.Builder`... I've used `ProviderFactory` with a `null` `Message` for the moment. I am also guessing that somewhere elsewhere in CXF we will need support for `EntityPart`... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
