David Matějček
David Matějček
> The Administration console of M8 build still does not work. (JDK 11, Mac OS) That's why is this issue still open ;)
Could it be related to these issues? But then - is there any TCK test for that? If GlassFish passes all of them ... probably not. I see in the...
I agree, but it should be done in some iterative process, because there is pretty much of "magical" reflection. In each iteration we need to pass all available tests (including...
Another possibility is to fix it and write at least one test for it. What do you think, is it worth of it?
At this moment we just refreshed the old documentation for GF7. To realms and login modules are related these parts: https://glassfish.org/docs/SNAPSHOT/security-guide.html#gkbiy https://glassfish.org/docs/SNAPSHOT/reference-manual.html#create-auth-realm-2 The implementation is quite obsoleted, but there is...
I'm sure we will take a look later, but just for clarification: for microprofile you have to use JDK17 and GlassFish7M9+. On JDK11 is microprofile support automatically excluded, because Helidon...
> The JDK17+ requirement will be very confusing as GF 7 only needs JDK 11. > > And the claim "I have MicroProfile Config since some time ;)" (made here...
You can run something like this: ``` keytool -importkeystore -srckeystore /usr/lib/jvm/jdk17/lib/security/cacerts -destkeystore /app/appservers/glassfish7/glassfish/domains/domain1/config/cacerts.jks ``` This is not about private keys, but default cacert.jks contains just two self-signed certificates of GlassFish.
Now I got only one device - chinese ELM327 1.5a clone - and one car - Lada Kalina 1.6 8V (2007).
Hi, I have more time for the project now - it is still somehow buggy prototype, but I plan to fix it and "componentize" it ... then I may look...