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
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:
> - 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
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;
>
- 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