Skip to content
Aborted

Changes

Summary

  1. Allow for setting connector provider via properties (#5345) (commit: 635d16d) (details)
Commit 635d16d0f3c10d8e5b2bc2f7388245e1b6ddbadb by noreply
Allow for setting connector provider via properties (#5345)

* Allow for setting connector provider via properties

Signed-off-by: jansupol <jan.supol@oracle.com>
(commit: 635d16d)
The file was removedcore-common/src/main/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFeature.java
The file was addedexamples/configured-client/pom.xml
The file was addedexamples/configured-client/src/main/java/org/glassfish/jersey/examples/configured/client/App.java
The file was addedexamples/configured-client/README.MD
The file was modified examples/pom.xml
The file was modified docs/src/main/docbook/appendix-properties.xml
The file was modified docs/src/main/docbook/client.xml
The file was addedconnectors/helidon-connector/src/test/java/org/glassfish/jersey/helidon/connector/MetaInfOverrideTest.java
The file was modified core-client/src/main/java/org/glassfish/jersey/client/ClientProperties.java
The file was addedexamples/configured-client/src/main/java/org/glassfish/jersey/examples/configured/client/HelloWorldResource.java
The file was modified core-client/src/main/java/org/glassfish/jersey/client/JerseyClientBuilder.java
The file was modified core-client/src/main/java/org/glassfish/jersey/client/innate/inject/NonInjectionManager.java
The file was removedcore-common/src/main/java/org/glassfish/jersey/internal/config/ExternalPropertiesAutoDiscoverable.java
The file was modified core-common/src/main/resources/META-INF/services/org.glassfish.jersey.internal.spi.AutoDiscoverable
The file was modified docs/src/main/docbook/jersey.ent
The file was addedexamples/configured-client/src/main/resources/META-INF/microprofile-config.properties
The file was addedexamples/configured-client/src/test/java/org/glassfish/jersey/examples/configured/client/HelloWorldTest.java