Skip to main content

All Questions

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&...
Maryo's user avatar
  • 503
8 votes
0 answers
2k views

How to suppress "using incubating module(s)" compiler warning?

I would like my build to break if any compiler warnings occur, so I enabled -Werror. At some point later on I decided to use Java 9 HttpClient which is an incubating module. Unfortunately, I now get ...
Gili's user avatar
  • 90.4k