naris

Results 43 comments of naris

I have updated the project to use Spring-boot 2.6.2 & Hibernate 5.6.2.Final and it still throws the exception. Here is an example of a native query that works (does NOT...

> Can you try `npx jhipster upgrade` and see if your results are any different? That is what I have been doing. `npx jhipster upgrade --skip-checks --target-version 7.7.0`

You have to create the project using JHipster version 7.0.1 and node 15 as that is the only version that currently works with generator-jhipster-primeng-blueprint blueprint. that blueprint hasn't been updated...

> I tried installing JHipster 7.0.1 and [email protected], then used your `.yo-rc.json` to create an app. It doesn't work, so I'm closing this issue. Please re-open if you have instructions...

And the upgrade then fails as show above: ```     C:\src\jtest2   master  npx jhipster upgrade --skip-checks  16.14.2   8m 53.176s  ...

> The changelogDate makes me think it might be caused by having no entities, so I created entities using the JDL for the entities you provided. Then, I tried `npx...

Updating from 7.8.1 to 7.9.0 fails with a different error that doesn't resolve itself with multiple attempts like the previous error does :( Interestingly it complains about /bin/bash even though...

I have tried upgrading from 7.8.1 to 7.9.0 again, after unwinding the git commits of previous failed attempts and it fails when it attempts to call node_modules\shelljs\src\exec-child.js right after it...

> I think it might have something to do with peer dependancies. I removed the package lock json when i got the npm issue and that corrected the issue. I...

I have a similar issue. I am completely unable to run openapi-generator-cli at all. Although I always get a 400 error instead of a 501. I am also behind a...