Colin DAMON
Colin DAMON
We should provide an application update feature to ease migration / updates for existing applications. I think a good way to tackle that is to have a `/update-modules` endpoint. This...
I'm meeting a lot of people who are disappointed because they are trying to use the remote JHLite instance, we should be more explicit on the fact that it is...
We talked about that like years ago, do we add a formation / consultancy section in the readme with contacts to trusted members / companies? @pascalgrimaud your advice on that?
We should automatically add a post action for an npm install as soon as we update some npm dependency
CucumberJpaReset fails when there is no declared repository, should be updated to: ```java public class CucumberJpaReset { @Autowired(required = false) private Collection
Not that it is really usefull in JHLite context BUT the generator is a good example so we should provide an example for this really common usecase
OAuth2 audience are coming with property key in first value `application.security.oauth2.audience` this probably needs to be removed
We should switch to immutable Loader implementation (the generated one)
Front "module" context is not a viable Bounded Context in the frontend, must be splitted into multiple ones
Cypress have [recommendations for data selectors](https://docs.cypress.io/guides/references/best-practices#Selecting-Elements ) We should update `src/main/resources/generator/client/common/cypress/utils/DataSelector.ts` to add them, probably something like: ``` export const dataSelector = (selector: string): string => `[data-selector="${selector}"],[data-testid="${selector}"],[data-test="${selector}"]`; ```