Aurélien Mino
Aurélien Mino
Bounty claimed: https://opencollective.com/generator-jhipster/expenses/159351
@atomfrede : I'm closing this draft since a few PR for gradle support have already been merged, and https://github.com/jhipster/jhipster-lite/issues/1862 has been fixed
I just checked, the issue still exists for vuejs version bump from 3.4.19 to 3.4.20 (released a few hours ago)
It seems to be a conflict with `@vue/test-utils` peerDependencies: > peerOptional @vue/server-renderer@"^3.0.1" from @vue/[email protected] If I remove `@vue/test-utils` dependency, dependabot PR is created: https://github.com/murdos/jhipster-lite/pull/2597
vuejs `3.4.21` has been automatically merged (#9107) following automatic update of @vue/test-utils to `2.4.5` (#9211). Let's see and wait for next vuejs release if issue still exists. At least with...
@pascalgrimaud https://opencollective.com/generator-jhipster/expenses/194294
@renanfranca : sure :-)
@renanfranca : The only profile activation that is currently supported is activeByDefault (`true`/`false`): ```java .addProfile("local") .activation(buildProfileActivation().activeByDefault()) ``` Don't try to handle activation depending on OS, this is a different feature,...
Re-opening this there's still work to do on the subject.
@renanfranca : nice workaround! The final syntax is quite similar to normal syntax, so let's use that :)