Pascal Grimaud

Results 308 comments of Pascal Grimaud

Thanks @alina-yur for trying this and for your suggestions

@atomfrede : after discussing with @DamnClin I think we'll remove jgit. In fact we don't need it. It means we'll have this feature soon ;)

I gave a quick try this morning. Here different analysis: I upgrade spring.native version to `0.12.1` Then, after building and running the image: I got: ![image](https://user-images.githubusercontent.com/9156882/180595414-1d38091d-a13d-438b-87e4-c22fbcf00311.png) ``` ➜ docker run...

Following these links: - https://docs.spring.io/spring-native/docs/current/reference/htmlsingle/ - https://github.com/spring-projects-experimental/spring-native/issues/1152 I manage to make it works To fix the reflection, related to jackson : ```java @org.springframework.nativex.hint.TypeHint( types = { RestJHipsterModuleProperties.class, PersistedProjectHistory.class, ProjectHistory.class, ProjectDTO.class,...

@DamnClin : no, I don't want to remove git, I just tried to make it works, that's all and as I didn't find a solution for Git in GraalVM image,...

@atomfrede : you can give a try, I already did it but it doesn't work

I edited this PR from master to main branch

Spring Session can be supported, like JWT. But I don't understand why you mention Redis and Hazelcast. I don't think it's mandatory, unless I'm wrong. Anyway, just remember it's not...

Do you plan to implement it @pblanchardie ? Or should we close this as lack of interest?

Here a simple use case of new release: - I did a new release of generator-jhipster v6.9.1 - then, the blueprint vue.js has been aligned with v6.9.1 -> https://github.com/jhipster/jhipster-vuejs/releases/tag/v1.8.2 :...