David Matějček

Results 140 comments of David Matějček

TODO (note for myself): Close after upgrade of Mojarra which will contain * https://github.com/eclipse-ee4j/mojarra/pull/5500 (for GF8) * https://github.com/eclipse-ee4j/mojarra/pull/5501 (for GF7)

I can confirm that, despite I don't see it as an issue I would like to know the explanation :-) It seems it is the target now - reproducible builds,...

> This causes JNA to be unavailable。See Custom JNA Library Version Support #24358 I doubt it is caused by this - GF doesn't use file creation/update dates at all. It...

> Some other development questions I have: > > **What is the preferred way of committing multiple fixes / creating pull requests for an issue?** Example: I am looking into...

@arjantijms is the failure of embedded tests OK for now or is it something new? ``` Caused by: java.lang.ClassNotFoundException: io.helidon.common.config.ConfigException ```

I have found the cause and probably how to fix it, so I will push it into standalone PR.

Hmm, documentation needs an update too: https://glassfish.org/docs/SNAPSHOT/application-deployment-guide.html#the-sun-acc-xml-file I'm not sure if the file is still usable, then we should probably release a new descriptor (xsd?) which should be deployed somewhere...

That is true, but when you want to work with that file somehow locally, ... first what you try is to download it from the provided URL. Ie. Eclipse does...

Wow, it took me a while to reproduce it - the reason is that JDK17 and JDK21 resolve Manifest classpath in different way! I have to find where and why...

Ok, another round, seems we don't have any mavenized tests for gfclient, tbd soon ...