Commit 80477d3
authored
docs: remove stale Java 8/11 framing now that JDK 17 is the minimum (#3487)
Motivation:
Pekko 2.0.x requires JDK 17 as the minimum supported runtime (see
release-notes/releases-2.0.md and project/JdkOptions.scala), a hard
break from the 1.x line which supported Java 8+. Several doc pages and
one reference.conf comment still carried Java 8/11-era framing that no
longer applies to the current major version.
Modification:
- remoting-artery.md: reworded the Aeron `--add-opens` note and the
Flight Recorder section, which claimed JFR is enabled by "detecting
JDK 11" even though there is no such runtime detection in
FlightRecorderLoader.scala - it is controlled purely by the
`pekko.java-flight-recorder.enabled` config flag.
- remote-security.md: dropped a TLS cipher caveat about Java 8
runtimes, which are no longer supported.
- stream/reactive-streams-interop.md: removed Java-8-specific
Reactive Streams artifact/JavaFlowSupport caveats.
- persistence.md, typed/cluster-sharding.md,
typed/distributed-data.md: reworded the LevelDB/LMDB `--add-opens`
notes so they no longer frame JDK 17 as an optional/special case.
- actor/src/main/resources/reference.conf: fixed the same stale "JDK
11 or later" framing in the java-flight-recorder comment, which is
snip-included into
docs/src/main/paradox/general/configuration-reference.md.
Result:
Doc pages and the flight-recorder config comment reflect the current
JDK 17+ baseline instead of pre-2.0 Java 8/11 assumptions.
Tests:
- Not run - docs and comment-only changes.
References:
None - identified while auditing docs/src/main/paradox for content
out of date relative to the current Pekko version and JDK support.1 parent 0f67661 commit 80477d3
7 files changed
Lines changed: 22 additions & 19 deletions
File tree
- actor/src/main/resources
- docs/src/main/paradox
- stream
- typed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
| 105 | + | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
862 | 862 | | |
863 | 863 | | |
864 | 864 | | |
865 | | - | |
| 865 | + | |
866 | 866 | | |
867 | | - | |
| 867 | + | |
| 868 | + | |
868 | 869 | | |
869 | 870 | | |
870 | 871 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
754 | 755 | | |
755 | 756 | | |
756 | 757 | | |
757 | | - | |
758 | | - | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
759 | 761 | | |
760 | 762 | | |
761 | 763 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
669 | 669 | | |
670 | 670 | | |
671 | 671 | | |
672 | | - | |
| 672 | + | |
673 | 673 | | |
674 | | - | |
675 | | - | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
676 | 677 | | |
677 | 678 | | |
678 | 679 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
679 | 679 | | |
680 | 680 | | |
681 | 681 | | |
682 | | - | |
| 682 | + | |
683 | 683 | | |
684 | | - | |
| 684 | + | |
| 685 | + | |
685 | 686 | | |
686 | 687 | | |
687 | 688 | | |
| |||
0 commit comments