Re: RFR: 8357930: Amendment for JDK-8333664 [v2]

2025-05-28 Thread Alexander Matveev
On Wed, 28 May 2025 12:24:48 GMT, Alexey Semenyuk wrote: >> - Extract ExternalApplication interface from AppImageFile and add it to the >> model; >> - Move LauncherData.ModuleInfo class to the top level; >> - Add parent interface BundleSpec for Application and Package interfaces in >> the mod

Re: RFR: 8357930: Amendment for JDK-8333664 [v2]

2025-05-28 Thread Alexey Semenyuk
On Wed, 28 May 2025 06:57:15 GMT, Alexander Matveev wrote: >> Alexey Semenyuk has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fix typo > > src/jdk.jpackage/share/classes/jdk/jpackage/internal/FromParams.java line 106: > >> 104:

Re: RFR: 8357930: Amendment for JDK-8333664 [v2]

2025-05-28 Thread Alexey Semenyuk
> - Extract ExternalApplication interface from AppImageFile and add it to the > model; > - Move LauncherData.ModuleInfo class to the top level; > - Add parent interface BundleSpec for Application and Package interfaces in > the model; > - Merge PackageWriter and ApplicationWriter into BundleCr

Re: RFR: 8357930: Amendment for JDK-8333664

2025-05-28 Thread Alexander Matveev
On Wed, 28 May 2025 02:52:57 GMT, Alexey Semenyuk wrote: > - Extract ExternalApplication interface from AppImageFile and add it to the > model; > - Move LauncherData.ModuleInfo class to the top level; > - Add parent interface BundleSpec for Application and Package interfaces in > the model; >

RFR: 8357930: Amendment for JDK-8333664

2025-05-27 Thread Alexey Semenyuk
- Extract ExternalApplication interface from AppImageFile and add it to the model; - Move LauncherData.ModuleInfo class to the top level; - Add parent interface BundleSpec for Application and Package interfaces in the model; - Merge PackageWriter and ApplicationWriter into BundleCreator interf