Dimitris Kazakos

Results 45 comments of Dimitris Kazakos

No idea either, I have been running the latest fix in production since the day it was merged and have not seen any logged errors.

@colinmollenhour not anything fancy, I just add a temporary Mage::log(sha1($script)); right after the script assignment line and copy it from the log.

No idea, but it is definitely there in my case. PS. I also have the notion that JDK 15 broke the "reproducible builds" feature; after switching to JDK15 jlink, all...

> PS. I also have the notion that JDK 15 broke the "reproducible builds" feature; after switching to JDK15 jlink, all pseudo-jars that are created for non-modular jars + the...

Nice! Thank you for this, now we are left with just this issue...

Any news on this one? The customImage block change had no effect (I have been using the customImage block along with jpackage since forever, btw, and it works fine with...

Hoping you meant jpackage 15, the error is the same (the one on the initial description of this issue). Looks like the changes you made were not relevant to this...

OK, will try that tomorrow, but I wonder why you want to test this. Is there a change in v.16?

Nothing changes with jpackage from JDK 16, here is the log: > Task :ui:jpackageImage FAILED [17:49:27.023] java.nio.file.NoSuchFileException: /Users/xxxx/git/java/xxxx/ui/build/image/xxxxx/release at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:219) at java.base/java.nio.file.Files.newByteChannel(Files.java:375) at java.base/java.nio.file.Files.newByteChannel(Files.java:426)...

@rkusa koa-passport 5 uses passport v6 whereas koa-passport 4 uses passport v4. Since passport *v5* seems to be the way to go for now, how does one handle that?