Skip to content

Commit

Permalink
Use Helidon 4 WebClient
Browse files Browse the repository at this point in the history
Signed-off-by: jansupol <jan.supol@oracle.com>
  • Loading branch information
jansupol committed Mar 26, 2024
1 parent 5da240b commit 321b957
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
public final class HelidonClientProperties {

/**
* A Helidon {@link Config} instance that is passed to {@link WebClient.Builder#config(Config)} if available
* A Helidon {@code Config} instance that is passed to {@code WebClient.Builder#config(Config)} if available
*/
public static final String CONFIG = HelidonProperties.CONFIG;
}
9 changes: 0 additions & 9 deletions examples/configured-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,5 @@
</plugins>
</build>
</profile>
<profile>
<id>jdk11-</id>
<activation>
<jdk>(,12)</jdk>
</activation>
<properties>
<helidon.config.version>${helidon.config.11.version}</helidon.config.version>
</properties>
</profile>
</profiles>
</project>
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2209,12 +2209,11 @@
<microprofile.config.version>3.0.3</microprofile.config.version>
<microprofile.rest.client.version>3.0.1</microprofile.rest.client.version>
<helidon.config.version>3.2.5</helidon.config.version>
<helidon.config.11.version>1.4.14</helidon.config.11.version> <!-- JDK 11- support -->
<smallrye.config.version>3.1.3</smallrye.config.version>

<guava.version>31.1-jre</guava.version>
<hamcrest.version>2.2</hamcrest.version>
<helidon.jersey.connector.version>3.2.5</helidon.jersey.connector.version>
<helidon.jersey.connector.version>4.0.6</helidon.jersey.connector.version>
<xmlunit.version>2.9.1</xmlunit.version>
<httpcore.version>4.4.16</httpcore.version>
<httpclient5.version>5.2.1</httpclient5.version>
Expand Down

0 comments on commit 321b957

Please sign in to comment.