Commit d1c9579
docs: update outdated environment requirements in dev guide (#6112)
### What changes were proposed in this PR?
`guide-for-developers.md` told new developers to install a toolchain the
repo no longer builds with. Updated to match the actual requirements:
| Before | After | Source of truth |
| --- | --- | --- |
| Java JDK 11 (incl. `java_home -v 11`) | JDK 17 | `build.sbt`,
`.jvmopts` |
| node "LTS > 18.x" | Node 24 or newer | `frontend/package.json`
`engines` |
| `npm install -g @angular/cli@16` | `@angular/cli@21` | `@angular/core`
21.2.x |
| create new tables "in MySQL" | PostgreSQL | Texera runs on Postgres |
`guide-to-frontend-development.md` no longer introduces the frontend as
"angular framework (version 6)".
### Any related issues, documentation, discussions?
Closes #6106
### How was this PR tested?
Docs-only change. Each stated version was cross-checked against the
repo: `build.sbt` / `.jvmopts` (JDK 17), `frontend/package.json`
(`"node": ">=24.0.0"`, Angular 21.2.x), and the Postgres-based setup
instructions earlier in the same guide.
### Was this PR authored or co-authored using generative AI tooling?
Generated-by: Claude Code (Claude Fable 5)
(backported from commit 9cd8acf)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent 1d93a89 commit d1c9579
2 files changed
Lines changed: 10 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
| 283 | + | |
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments