Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to jhipster 8..5 for curation platform #3743

Open
zhx828 opened this issue Jun 11, 2024 · 0 comments
Open

Upgrade to jhipster 8..5 for curation platform #3743

zhx828 opened this issue Jun 11, 2024 · 0 comments

Comments

@zhx828
Copy link
Member

zhx828 commented Jun 11, 2024

In the recent effort to upgrade our node version to 20(oncokb/oncokb-transcript#286), we also upgraded our generator-jhipster to 8.3 as dependency. But we didn't do a proper jhipster upgrade including the backend changes.

The generator currently is not functional. I cannot generate new entity, so we have to prioritize the work.

This is the upgrade solution I have found that is doable using a brand new project as example:

  1. npm install -g generator-jhipster@7.2.0
  2. upgrade to 7.9.4 using jhipster upgrade --target-version 7.9.4
  3. change node to v18
  4. upgrade to 8.5.0 using jhipster-migrate.

jhipster-migrate as a blueprint seems to be the default upgrade method going forward. https://www.jhipster.tech/upgrading-an-application/#upgrading-from-jhipster-7-and-previous-versions

The reason it prevents us from upgrading is the mobx blueprint that we use only supporting v7.2.0. For the upgrade, we could remove the blueprint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants