druid/extensions-core/simple-client-sslcontext
Akshat Jain 17215cd677
Remove support for Java 8 (#17466)
All JDK 8 based CI checks have been removed.
    Images used in Dockerfile(s) have been updated to Java 17 based images.
    Documentation has been updated accordingly.
2024-11-21 15:33:08 +05:30
..
src/main Tidy up construction of the Guice Injectors (#12816) 2022-08-04 00:05:07 -07:00
README.md Remove support for Java 8 (#17466) 2024-11-21 15:33:08 +05:30
pom.xml Prepare master for 32.0.0 release (#17022) 2024-09-10 11:01:20 +05:30

README.md

This module contains a simple implementation of SslContext that will be injected to be used with HttpClient that Druid nodes use internally to communicate with each other. More details here.