-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add protocol (e.g. http or https) to ServerConfiguration #66
Conversation
…ed by default spring properties (on package level), see https://docs.spring.io/spring-boot/docs/2.1.8.RELEASE/reference/html/boot-features-logging.html#boot-features-custom-log-levels
...main/java/com/github/nhenneaux/resilienthttpclient/singlehostclient/ServerConfiguration.java
Show resolved
Hide resolved
...main/java/com/github/nhenneaux/resilienthttpclient/singlehostclient/ServerConfiguration.java
Show resolved
Hide resolved
https://nicolas.henneaux.io is unreachable for now (I have some issue with OCA that deleted my setup), could you remove the endpoint from the list of endpoints? |
- add extra constructor for parameter protocol to be backwards compatible
...st/java/com/github/nhenneaux/resilienthttpclient/monitoredclientpool/HttpClientPoolTest.java
Outdated
Show resolved
Hide resolved
.../java/com/github/nhenneaux/resilienthttpclient/singlehostclient/ServerConfigurationTest.java
Show resolved
Hide resolved
I finally got it fixed using Cloudflare, could you re-active it. Very sorry for changing again :( |
This reverts commit 487d628.
I fixed nicolas.henneaux.io tests failing and java23 issue in #67, can you rebase on master? |
# Conflicts: # monitored-httpclient/src/test/java/com/github/nhenneaux/resilienthttpclient/monitoredclientpool/HttpClientPoolTest.java
...main/java/com/github/nhenneaux/resilienthttpclient/singlehostclient/ServerConfiguration.java
Outdated
Show resolved
Hide resolved
two tests are failing
|
Another test failing with Set instead of list Supported protocols are [http, https], but was: abc> but was: <Supported protocols are [https, http], but was: abc> |
I have just deployed v1.0.4, it will be very soon available in maven central https://repo1.maven.org/maven2/com/github/nhenneaux/resilienthttpclient/resilient-httpclient/1.0.4/ |
Add protocol (e.g. http or https) to ServerConfiguration