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

simplify upgrade generator #25203

Merged
merged 2 commits into from Feb 15, 2024
Merged

simplify upgrade generator #25203

merged 2 commits into from Feb 15, 2024

Conversation

mshima
Copy link
Member

@mshima mshima commented Feb 15, 2024

Reimplement and simplify the upgrade process.
jhipster upgrade will now require the reference version to be installed locally and will upgrade to the version upgrade generator belongs to.
Options like source version and target version were removed and should be used at jhipster-migrate.

Fixes #24085.
Fixes #25033.
Fixes #25031.
Closes #19779.
Fixes #19554.

Add checks to recommend jhipster-migrate:
Closes #25014.
Closes #24601.
Closes #24180.


Please make sure the below checklist is followed for Pull Requests.

When you are still working on the PR, consider converting it to Draft (below reviewers) and adding skip-ci label, you can still see CI build result at your branch.

@mshima mshima marked this pull request as ready for review February 15, 2024 13:19
@mshima
Copy link
Member Author

mshima commented Feb 15, 2024

Failures are linked issues tests. Not possible to make them pass.

@DanielFran DanielFran merged commit 85e3e31 into jhipster:main Feb 15, 2024
59 of 71 checks passed
@deepu105 deepu105 added this to the 8.2.0 milestone Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment