Dennis

Results 12 comments of Dennis

@LewisMcReu Could you perhaps add the fix you had in mind? I didn't manage to (yet) and the repository you mentioned is empty right now. Nevermind,... I just figured it...

@frikyfriky11 I tried to replicate your setup but just nothing happens as of yet. Something seems to be missing. then I forgot to add the actual sign in (e.g. [autosignin...

I'm not sure about the near future, but the blog entry made me hopeful: https://mapdb.org/blog/mapdb4-announcement/

Last PR merged by @samhocevar is from 2022-02 (https://github.com/samhocevar/wincompose/commits?author=samhocevar). I think the community should move on to a fork. Unfortunately there are only two promising ones right now as I...

I suppose this got more importance now (if I connect the issue correctly) as of Spring Boot 3.3.0 now using Hibernate 6.5, for which just was found > The SQL...

@katzyn Thank you for your answer. I think I didn't make myself clear: I'm not using any (database specific) custom SQL in my test. It's failing with the default SQL...

Oh my, thanks a million. Removing ```yaml jpa: database: postgresql ``` fixes the issue apparently.

Thanks @macdao for chiming in. I've modified the title. So this would be the combination producing the error: ```build.gradle plugins { id 'io.freefair.lombok' version '8.10' id "org.springframework.cloud.contract" version "4.1.4" }...

This works fine without using `openApiGenerate` now, thanks for your continued efforts @larsgrefer ! Unfortunately it still doesn't work with `openApiGenerate`. I've modified the example from @macdao : https://github.com/macdao/gradle-plugins-issues-1193/pull/1 accordingly...

Is there a workaround (regarding the sample project above) we can use in the meantime?