Avdev4J

Results 31 comments of Avdev4J

Hi there, @agoncal already worked on upgrading the blueprint to Quarkus 2. AFAIK the remaining work is in this ticket: https://github.com/jhipster/generator-jhipster-quarkus/issues/213 But there are more things to do or at...

Have you tried before upgrading GraalVM? Because we have several native builds that don't succeed atm: https://github.com/jhipster/generator-jhipster-quarkus/actions/runs/1157084906

I missed that. The Native builds have been very hard to fix, now we are moving to Quarkus 2, I think we should first finish this migration and then fix...

this ticket makes me think we should fix all the native builds, the main branch is not stable yet since we are upgrading to Quarkus 2.

Hi @venustulips Thanks for reporting this. Can you try something for me by editing the script `e2e:cypress` and remove this part `--record ${CYPRESS_ENABLE_RECORD:-false}`? or and replace it by `--record false`...

I'm pretty sure `--record false` is correct since you can enable Dashboard recording dynamically, however, I admit the common way to use it is `--record`. I think here, the problem...

I can confirm it works on my env. Did you try to do what I suggest to you? I don't have a Windows env to test it, if you can...

hey it seems to be a good alternative. WDYT @mshima? @venustulips can you confirm it fixes the Cypress problem too?

@yacosta738 I guess It's because you tried to use the blueprint with an unsupported version of JHipster. Downgrading the version of JHipster should work before vishal's work.

@vishal423 it seems the way GitHub allows us to manage groups is a bit complicated: as administrator I can create a team but I can't add people to existing ones...