Frederik

Results 5 comments of Frederik

I successfully use the authorization server in a multitenant environment and now also want to use OpenId Connect functionality and struggle with what is currently offered for configuration. I encode...

The spring-boot buildpack has added CDS support where already a training run is performed which generates the CDS archive. This seems to me to be almost the same as supporting...

Nothing special in the Dockerfile only when executing the Docker Image. Quoting from https://bell-sw.com/blog/how-to-use-crac-with-spring-boot-apps-in-a-docker-container/ : docker run -d --privileged -v $(pwd)/storage/:/storage/ -w /storage --name petclinic-app-container bellsoft/liberica-runtime-container:jdk-21-crac-slim-glibc java -Xmx512m -XX:CRaCCheckpointTo=/storage/checkpoint-spring-petclinic -jar...

Yes, ``DatabaseMetaData.storesLowerCaseIdentifiers()`` returns true and therefore ``setStoresLowerCaseIdentifiers(false)`` would help. I don't know if one could argue that ``DatabaseMetaData.storesLowerCaseIdentifiers()`` only applies to identifieres in an SQL statement and ``DatabaseMetaData.getColumns`` is not...

Thanks for the fix. It works, tested with the newer postgresql-42.7.7 it was previously not working and it is also still working with 42.7.4.