All Questions
1 question
3
votes
2
answers
6k
views
Use jdk.internal.net.http
I would like to use ResponseSubscribers.ByteArraySubscriber that is in jdk.internal.net.http. I use openjdk11.
I tried 2 things :
1/
I added to maven compiler plugin exports module
<compilerArgs&...