On Tue, 1 Apr 2025 15:18:13 GMT, Alexey Semenyuk wrote:
> - Move ConfigException, PackagerException, MsiVersion, and DottedVersion
> classes from "jdk.jpackage.internal" package to "jdk.jpackage.internal.model"
> package.
> - Remove public ctor from DottedVersion class. It can only be construc
- Move ConfigException, PackagerException, MsiVersion, and DottedVersion
classes from "jdk.jpackage.internal" package to "jdk.jpackage.internal.model"
package.
- Remove public ctor from DottedVersion class. It can only be constructed with
`DottedVersion.lazy()` and `DottedVersion.greedy()` func
On Tue, 1 Apr 2025 15:18:13 GMT, Alexey Semenyuk wrote:
> - Move ConfigException, PackagerException, MsiVersion, and DottedVersion
> classes from "jdk.jpackage.internal" package to "jdk.jpackage.internal.model"
> package.
> - Remove public ctor from DottedVersion class. It can only be construc