Jonas Konrad

Results 265 comments of Jonas Konrad

micronaut-graphql: https://github.com/micronaut-projects/micronaut-graphql/pull/223

micronaut-kafka: https://github.com/micronaut-projects/micronaut-kafka/pull/444

micronaut-security: https://github.com/micronaut-projects/micronaut-security/pull/889

Depends on the metrics. imo ConnectionManager is fairly clean nowadays, and I think the "state" metrics (e.g. number of open connections) should be fairly easy with access to PoolResizer. Timing...

libraries like hibernate won't just work out-of-the-box with native image. they need some reflection config. from the error, it may be enough to simply add `@ReflectiveAccess` to the bean in...

Compare https://graal.cloud/gcn/launcher/

seconding what @cowtowncoder says, i dont really see a good default string representation of records

theres some issue with a postgres upgrade, i need to look further at this

There isn't. You have to: - Create a postgres database. - Adjust the connection config in config.generator.kts (for the generator) and config.yml (for the server) - Run the generator with...