-
Bug
-
Resolution: Fixed
-
P2
-
17
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8259435 | 17 | Erik Joelsson | P2 | Resolved | Fixed | b05 |
JDK-8260115 | 16.0.1 | Erik Joelsson | P2 | Resolved | Fixed | b03 |
src/java.net.http/share/classes/jdk/internal/net/http/HttpClientImpl.java:161: error: pattern matching in instanceof is a preview feature and is disabled by default.
if (delegate instanceof ExecutorService service) {
I assume javadoc is compiling the file and has not had preview features enabled. Perhaps a build change is needed here?
if (delegate instanceof ExecutorService service) {
I assume javadoc is compiling the file and has not had preview features enabled. Perhaps a build change is needed here?
- backported by
-
JDK-8259435 Doc build is broken by use of new language features
-
- Resolved
-
-
JDK-8260115 Doc build is broken by use of new language features
-
- Resolved
-
- blocks
-
JDK-8258422 Cleanup unnecessary null comparison before instanceof check in java.base
-
- Resolved
-
- relates to
-
JDK-8258696 Temporarily revert use of pattern match instanceof until docs-reference is fixed
-
- Resolved
-
-
JDK-8259631 Reapply pattern match instanceof use in HttpClientImpl
-
- Resolved
-
-
JDK-8258582 HttpClient: the HttpClient doesn't explicitly shutdown its default executor when stopping.
-
- Resolved
-
(1 relates to, 2 links to)