Sean Gilligan

Results 469 comments of Sean Gilligan
trafficstars

Hi @brunoborges have you had any luck in the last 15 days? I've successfully signed macOS apps in the past (about 1 year ago) and with an updated tool chain...

I'm seeing this problem with 2.22.3 when I try to enable `Dcom.sun.management.jmxremote` by adding `customImage` as follows: ``` customImage { jdkAdditive = true jdkModules = ['java.management','java.instrument','jdk.management.agent','jdk.crypto.ec'] // debug only }...

Basically the same error as @nemphys -- It can't find my main/application module. ``` > Task :portfolio-omnimarketcap:jpackageImage FAILED WARNING: Using incubator modules: jdk.incubator.jpackage jdk.incubator.jpackage.internal.ConfigException: "Failed to find omnimarketcap module in...

Nice @manikmagar ! The advantage to being a standard metadata header is that standard templates could use it. 😀

For auto-update it should open client connections to an update server, not open ports and listen for incoming connections on them. Using incoming ports is a security issue and should...

More info here: https://www.morling.dev/blog/building-class-data-sharing-archives-with-apache-maven/ It would probably make sense for there to be a separate Gradle plugin for AppCDS, but the badass-jink-plugin could have an option to apply it as...

I'm interested in getting Java 11 support finished and released. I apologize for not being involved for the last year, but I've just had way too much on my plate....

> @msgilligan Have you had a chance to look at this? Sorry for not responding until now, but I was spread very thin for the last year. I'll look at...

> I think a hard version break is probably best, it doesn't change anything but the version number. Maybe we need to create a new branch for a 2.x version....

Thanks @chrisvest. I'll try to push this forward, but my availability is limited and I don't have the authority to create a release, so I'm definitely hoping others will help...