antonireus

Results 3 comments of antonireus

Stumbled upon this while upgrading our environment. Another workaround is to use the environment variables that map to the relevant MP Config properties: ``` PAYARA_SECURITY_OPENID_CLIENTID=myclientid PAYARA_SECURITY_OPENID_CLIENTSECRET=myclientsecret ```

As a workaround, you can use: ``` ``` Although the issue is XML related, both settings are needed, as the class providing the jackson integration in Hibernate that fails to...

Thanks @quaff . Any chance this gets merged?