Olav Grønås Gjerde

Results 8 comments of Olav Grønås Gjerde

No it should not. I don't want increased startup time. Use Componentscan if you want this functionality.

I just upgraded to Grails 5 and had the same failure, removing the scaffolding plugin solved this.

Thank you for your suggestions. 1. Changing to Buster-slim is no problem! 2. The cache settings seem to work here, but I have not done a full test on this....

The work I've done on the SSL part is very simple, and replacing it with something else as long it benefits the users is of no problem for me. Using...

I think having fsync option (for writes) should be available, it's the most important number for us database people.

Have you set the Xmx to something? I run medium sized applications with Xmx=512M

Here is an working example for the following table: ```sql CREATE OR REPLACE TABLE events ( id UUID, external_id String CODEC(ZSTD(9)), type String CODEC(ZSTD(9)), sub_type Nullable(String) CODEC(ZSTD(9)), description String CODEC(ZSTD(9)),...

I also think GSP's are great, it has been fantastic together with Grails. GSP templates, makes it possible to use Micronaut for building web applications and not only web services....