Avdev4J

Results 31 comments of Avdev4J

@amanganiello90 I have moved this ticket to the proper repository ;)

> I wonder if this procedure still makes sense with JHipster 7 new feature: incremental changelogs? for records, I guess yes, for people that are < JHipster 7 or still...

I covered that in a blog post: https://dev.to/entando/how-to-use-liquibase-to-update-the-schema-of-your-jhipster-application-1cm3 I think it still makes sense to add a note in the documentation. @poolebu could you please accept the CLA, so I...

I'm off for the next 3 weeks but I can give a try after the holidays

is it related to it ? https://github.com/jhipster/generator-jhipster/pull/14477#issuecomment-808906522

we need to implement sorting on users first. cc @danielpetisme example: ``` public static List findAllByLoginNot(Page page, String login, String column, String order) { return find("login != ?1", Sort.by(column, Sort.Direction.valueOf(order))).page(page).list();...

@danielpetisme @joewhite101 I suggest to remove this feature from the 1.0.0 milestone. The effort needed seems to be too high. For me, it makes sens to have a first release...

I'm totally aligned with that, let's remove from 1.0.0.

feel free @vivekmore I think @danielpetisme already prepare the field by creating partials. Anyway, we should avoid the mess we have on the official JHipster project mixing reactive and not...