Log in
Skip to main content
Skip to sidebar
Dashboards
Projects
Issues
Help
Keyboard Shortcuts
About Jira
Jira Credits
Log In
Watched Subcomponents
JDK
JDK-8270286
com.sun.net.httpserver.spi.HttpServerProvider: remove use of deprecated API
Log In
Resolved
Export
null
XML
Word
Printable
Details
Type:
Bug
Resolution:
Fixed
Priority:
P4
Fix Version/s:
18
Affects Version/s:
None
Component/s:
core-libs
Labels:
None
Subcomponent:
java.net
Resolved In Build:
b08
Description
The class uses the deprecated Class::newInstance() when loading the provider. This should be replaced with clazz.getDeclaredConstructor().newInstance().
Attachments
Issue Links
links to
Commit
openjdk/jdk/50bb7313
Review
openjdk/jdk/4789
Activity
People
Assignee:
Julia Boes (Inactive)
Reporter:
Julia Boes (Inactive)
Votes
:
0
Vote for this issue
Watchers:
3
Start watching this issue
Dates
Created:
2021-07-12 02:37
Updated:
2021-07-28 21:13
Resolved:
2021-07-22 02:47