Files
jvaultconnector/src/main/java/de/stklcode/jvault/connector/internal
Stefan Kalscheuer 52876ef3a4 close HTTPClient when running with JDK21 or newer (#70)
The Java HTTP client implements AutoCloseable since JDK 21. Closing the
client ensures that asynchronous operations and streams are properly
terminated.

As we support Java 11, we add any old school "finally" wrapper and
conditionally close the client when running on a modern platform.
2023-11-26 11:33:28 +01:00
..
2023-01-29 11:20:59 +01:00