| JDK 17 | JDK 18 | JDK 19 |
|---|---|---|
| 17.0.13Fixed | 18 b30Fixed | 19Fixed |
|
Relates :
|
SonarCloud reports:
A "Map<ServiceKey, Service>" cannot contain a "String" in a "ServiceKey" type.
// clean up old alias if present
Service prevAliasService = legacyMap.get(aliasAlg);
This code is introduced by JDK-8276660.
|