jhipster / generator-jhipster

JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
https://www.jhipster.tech
Apache License 2.0
21.53k stars 4.02k forks source link

fix: update jhipster.github.io page for application upgrade to 8.0.0 #24588

Closed timothystone closed 4 months ago

timothystone commented 10 months ago
Overview of the issue

Upgrading an application is out of date. Update the page for JHipster 8.

Motivation for or Use Case

Reading the documentation requires familiarity with early JHipster and a cognitive connection to versions as early as 3.x. Update the page for options supported in JHipster 8 to reduce the cognitive load.

Reproduce the error

No error. Just dated documentation.

Related issues

None.

Suggest a Fix

Update the page. See MR jhipster/jhipster.github.io#1326

JHipster Version(s)

8.1.0

JHipster configuration

Not Applicable

Entity configuration(s) entityName.json files generated in the .jhipster directory

Not Applicable

Browsers and Operating System

Not Applicable

timothystone commented 10 months ago

@mraible @mshima I think this page needs more work. It's dated as is even with my updates (which may only raise awareness). I could not get jhipster update to complete on a fresh JHipster 8 project even to 8.1.0 on Node 18. I had to resort to what I call the "Raible Forced Diff" method:

cd project
rm -rf *
vi yo-rc.json # s/8.0.0/8.1.0
jhipster
git diff # or git status; git restore or other diff tooling.
github-actions[bot] commented 4 months ago

This issue is stale because it has been open for too long without any activity. Due to the moving nature of jhipster generated application, bugs can become invalid. If this issue still applies please comment otherwise it will be closed in 7 days