jersey icon indicating copy to clipboard operation
jersey copied to clipboard

Added missing services registration file for ApacheConnectorProvider

Open paolobazzi opened this issue 7 years ago • 0 comments

Jersey ClientConfig class was updated to support custom ConnectionProvider which are made available through SPI interface "org.glassfish.jersey.client.spi.ConnectorProvider", see Class ClientConfig lines 148ff.

Unfortunately the ApacheConnectorProvider module misses the necessary SPI registration file in order to provide the ApacheConnectorProvider at runtime without to explicitely have to register the connector provider within the ClientConfig instance.

paolobazzi avatar Feb 08 '18 14:02 paolobazzi