Andy Damevin

Results 224 comments of Andy Damevin

@radcortez I think with two approvals we can merge?

This being a big change I think making it Quarkus 3.0 might be a good idea no?

@radcortez, I think @gsmet had plenty of time to give an opinion on this :) I am not sure if the CI is considered as passed or not, but if...

@FroMage you need to be cautious here, because when using the classloader instead of the FS, there is a cache preventing update of the file. FYI, I am working on...

@arpitbhardwaj any update on this?

Mind that with the suggested syntax, there is no need for comments anymore, it's self explainatory.

> > ```java > > redirect(Todos::todos); > > ``` > > If validation fails, that makes sense to redirect at the condition that you redirect to perhaps another page as...

> Hm, and this one? > > ```java > @POST > public void add(@RestForm @NotBlank String title, @RestForm @NotBlank String note) { > // If validation fails, redirect to the...

Agreed if you want to code it. It seems the import.sql is solving the issue (it's only dev mode by default): https://quarkus.io/guides/hibernate-orm#quarkus-hibernate-orm_quarkus.hibernate-orm.sql-load-script

and the codestart doesn't have the @Transactional which I guess is a bug: https://github.com/quarkiverse/quarkus-renarde/blob/main/runtime/src/main/codestarts/quarkus/renarde-codestart/base/src/main/java/util/Startup.java#L17