Commit 6ef2e20
authored
docs: document Java dynamic dedup (#839)
* docs: document Java dynamic dedup
Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
* ci: scope Vale lint to changed docs
Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
* docs: mention JaCoCo pass-through for Java dedup
Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
* docs: document Java dedup Docker hardening
Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
* docs: clarify Java dedup Docker socket volume
Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
* docs: clarify Java dedup Docker bind mount
Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
* docs: document Java dedup-only SDK
Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
* docs: fix Java dedup wording
Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
* docs: avoid Vale Servlet warning
Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
* docs(java-dedup): drop JaCoCo TCP server requirement
- Update Java dedup install and deduplication pages across versions
2.0.0, 3.0.0, and 4.0.0 to reflect the in-process JaCoCo API as the
default coverage transport.
- Remove the requirement to launch JaCoCo in tcpserver mode and to
pass --pass-through-ports for the JaCoCo port.
- Document the TCP server fallback for environments where the
runtime API is unavailable, including KEPLOY_JACOCO_HOST and
KEPLOY_JACOCO_PORT.
Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
* docs(java): pin keploy-sdk dependency version to 2.0.0
- Replaces the N.N.N placeholders (and the leftover 0.0.1-SNAPSHOT in
version-2.0.0/keploy-cloud/deduplication.md) across the v2/v3/v4
Java SDK install pages with the 2.0.0 release version.
- End users on every documented Keploy version now see a copy-pasteable
dependency block aligned with the first dedup-only Java SDK release.
Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
* docs(java-dedup): scope Java dynamic dedup changes to v4 only
- Revert versioned_docs/version-2.0.0 deduplication.md and Java SDK install page to main.
- Revert versioned_docs/version-3.0.0 Java SDK install page to main.
- Keep Java dynamic dedup documentation only in version-4.0.0.
Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
* docs(dedup): improve v4 dedup page navigation and reorder Golang first
- Reorder so the Golang section appears before the Java section.
- Promote bold subsection labels to H4 headings so each numbered step
shows up in the right-side table of contents.
- Set toc_max_heading_level: 4 in the page front-matter so Docusaurus
renders the new H4 anchors in the sidebar.
Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
* docs(dedup): match existing dedup page heading pattern
- Revert numbered steps from H4 headings back to bold labels so the page
matches the established pattern used elsewhere in the docs and the
Golang section as it stood on main.
- Drop the toc_max_heading_level front-matter override.
- Keep the Golang-first section order so Java is documented underneath.
Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
* docs(dedup): expose step headings in v4 dedup TOC
- Convert numbered step labels (Pre-requisite, Build Configuration,
Dockerfile Configuration, Run Deduplication) from bold paragraphs to
H4 headings under both Golang and Java sections.
- Set toc_max_heading_level to 4 so the steps appear in the
"On this page" sidebar, making the page easier to navigate.
Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
* fix: align java dedup docs with runtime behavior
Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
* docs: rename dedup page to dynamic deduplication
Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
* docs: refine Java dynamic dedup guide
Keep the Java guide aligned with the released SDK and restore unrelated docs text.
Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
---------
Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>1 parent 9ef5086 commit 6ef2e20
4 files changed
Lines changed: 235 additions & 115 deletions
File tree
- .github/workflows
- vale_styles/config/vocabularies/Base
- versioned_docs/version-4.0.0
- keploy-cloud
- server/sdk-installation
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
11 | 20 | | |
12 | 21 | | |
13 | 22 | | |
| 23 | + | |
14 | 24 | | |
15 | 25 | | |
16 | 26 | | |
17 | 27 | | |
18 | 28 | | |
19 | 29 | | |
20 | 30 | | |
21 | | - | |
22 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
23 | 36 | | |
24 | 37 | | |
25 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| 76 | + | |
74 | 77 | | |
75 | 78 | | |
76 | 79 | | |
| |||
79 | 82 | | |
80 | 83 | | |
81 | 84 | | |
| 85 | + | |
82 | 86 | | |
83 | 87 | | |
84 | 88 | | |
| |||
Lines changed: 126 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | | - | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
27 | | - | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | | - | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
114 | 116 | | |
115 | 117 | | |
116 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
0 commit comments