-
Type:
Sub-task
-
Resolution: Delivered
-
Priority:
P4
-
Affects Version/s: 23
-
Component/s: core-libs
The `jdk.random` module has been removed from the JDK. This module contained the implementations of the `java.util.random.RandomGenerator` algorithms. The implementations have moved to the `java.base` module and `java.base` module will now be responsible for supporting these algorithms.
Applications that relied on `jdk.random` module, either through their build scripts or through module dependencies, should remove references to this module.
Applications that relied on `jdk.random` module, either through their build scripts or through module dependencies, should remove references to this module.