Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8175737 | 10 | Michael McMahon | P3 | Resolved | Fixed | b02 |
This is tracking a small change to assist with making the httpclient source code compile with JDK 8 (for testing purposes).
Most of the changes are done by an external script. This bug is being used to handle a small number of changes that are either:-
- marked with comments // JDK 8 EXCL START/END to delineate code that is not in the JDK 8 version
- changing a few places where JDK 9 language features are used that can easily be changed to JDK 8 source level
Most of the changes are done by an external script. This bug is being used to handle a small number of changes that are either:-
- marked with comments // JDK 8 EXCL START/END to delineate code that is not in the JDK 8 version
- changing a few places where JDK 9 language features are used that can easily be changed to JDK 8 source level
- backported by
-
JDK-8175737 Httpclient source update for JDK 8
-
- Resolved
-