hibernate - Jhipster upgrade -
in our organization have several jhipster generated projects, done version 3.0.0 , haven't upgraded them since. i've been working on upgrading 1 of them past 5 days, please find breakdown below: i have tried 3 different approaches: 1.- use jhipster:upgrade tool steps: this process break down several steps such as: 1.- creating local npm folder able install generators different jhipster versions no persmission issues 2.- erasing old installations of yo , jhipster 3.- cloning project , creating dev branches 4.- erase .jhipster folder entities not affected upgrade 5.- once upgrade code runs, need tweak several files/dependencies mvn clean/install works complications after applying these steps, find 2nd level cache hibernate refuses work, asking me include classes in cache, try several fixes/workarounds such as: 1.- deleting liquibase project 2.- configuring databaseconfiguration.java old settings , downloading old versions of libraries ...