jersey
jersey copied to clipboard
Added missing services registration file for ApacheConnectorProvider
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.