Re: New candidate JEP: 371: Hidden Classes

2020-01-26 Thread Michael Paus
Am 26.01.20 um 18:24 schrieb Andrew Dinn: On 26/01/2020 12:18, Michael Paus wrote: Am 26.01.20 um 13:00 schrieb core-libs-dev-requ...@openjdk.java.net: This would help the reflective support for inline classes and new VM/language feature such that adding support in MethodHandle will work both

Re: New candidate JEP: 371: Hidden Classes

2020-01-26 Thread Michael Paus
Am 26.01.20 um 13:00 schrieb core-libs-dev-requ...@openjdk.java.net: Message: 1 Date: Sat, 25 Jan 2020 09:07:23 -0800 From: Mandy Chung To: Bernd Eckenfels Cc: core-libs-dev Libs Subject: Re: New candidate JEP: 371: Hidden Classes Message-ID: Content-Type: text/plain; charset=windows-1252; fo

Re: jpackage and macOS Catalina notarization

2020-01-15 Thread Michael Paus
I also notice that the background image and Applications folder alias that are supposed to be in the disk image don?t seem to work in Catalina, so I may give up on having jpackage create my disk images as well, and do that using native tools, until that can be fixed. (I realize it is in early a

Re: Jpackage ignores @2x-files

2019-11-16 Thread Michael Paus
-Type: text/plain; charset=utf-8; format=flowed Submit a bug for tools/jpackage. Assuming this is just a missed copy it should be easy to fix. -phil. On 11/15/19 5:30 AM, Michael Paus wrote: Hi, I am trying to customize a DMG built with jpackage. I have therefore placed two images into the

Jpackage ignores @2x-files

2019-11-15 Thread Michael Paus
Hi, I am trying to customize a DMG built with jpackage. I have therefore placed two images into the configured resource folder. myApp-background.png myapp-backgro...@2x.png The assumption is that when you open the DMG on a Mac with a retina display, it should automatically use the @2x-version of

Re: RFR: JDK-8233594: create a new option --bind-servces to pass on to jlink

2019-11-06 Thread Michael Paus
Am 06.11.19 um 16:32 schrieb Alan Bateman: On 06/11/2019 14:01, Michael Paus wrote: The --suggest-providers option would be more useful if one could limit it to the providers that can actually be used by my code, i.e. a call like jlink --add-modules java.base --suggest-providers should

Re: RFR: JDK-8233594: create a new option --bind-servces to pass on to jlink

2019-11-06 Thread Michael Paus
Am 06.11.19 um 14:07 schrieb Alan Bateman: On 06/11/2019 12:24, Michael Paus wrote: But this is also a very dangerous option because it may place time-bombs into your packaged applications. For example, I recently realized that I could not make any https-requests any more in my packaged

Re: RFR: JDK-8233594: create a new option --bind-servces to pass on to jlink

2019-11-06 Thread Michael Paus
But this is also a very dangerous option because it may place time-bombs into your packaged applications. For example, I recently realized that I could not make any https-requests any more in my packaged application. To fix that I had to explicitly add "jdk.crypto.ec" to the list of modules for

Re: Comments on jpackage (JEP 343)

2019-09-18 Thread Michael Paus
If you don't use audio or video, you will probably not need it. Have a look here: https://ffmpeg.org/ Message: 2 Date: Wed, 18 Sep 2019 23:44:19 +0200 From: Sverre Moe To: Philip Race Cc: core-libs-dev@openjdk.java.net Subject: Re: Comments on jpackage (JEP 343) Message-ID: Content-T

Re: RFR: JDK-8230654: jpackage package-type dmg on macOS

2019-09-18 Thread Michael Paus
, Alexander On 9/17/2019 11:52 PM, Michael Paus wrote: Hi, why are there scrollbars in the image on JBS? When you normally open a DMG you do not get scrollbars. Michael Message: 6 Date: Tue, 17 Sep 2019 19:42:01 -0700 From: Alexander Matveev To: core-libs-dev Subject: RFR: JDK-8230654: jpackage

RFR: JDK-8230654: jpackage package-type dmg on macOS

2019-09-17 Thread Michael Paus
Hi, why are there scrollbars in the image on JBS? When you normally open a DMG you do not get scrollbars. Michael Message: 6 Date: Tue, 17 Sep 2019 19:42:01 -0700 From: Alexander Matveev To: core-libs-dev Subject: RFR: JDK-8230654: jpackage package-type dmg on macOS Message-ID: <94fa6522-c

Re: jdk-14-jpackage+1-33 on jdk.java.net

2019-08-22 Thread Michael Paus
Thanks for the EA version of jpackage. Great job. I wish this could still make it into Java 13. Here is a little feedback according to my practical experience with it: Add type "img", "app" or similar to --package-type. It makes the handling in scripts easier. DMG folder does not contain an al