Commit 4d1cb8a
[AD-1017] Implement single-instance SSH tunnel. (#453)
* [AD-1017] Implement single-instance SSH tunnel.
* Handle late-bound invocation (DbVisualizer)
* Ensure support for multiple hash algorithms.
* Properly embed new SSH tunnel component.
* [AD-1017] Attempt to debug multi-process test.
* [AD-1017] Attempt to debug multi-process test.
* [AD-1017] Attempt to debug multi-process test - #3.
* Commit Code Coverage Badge
* [AD-1017] Attempt to find correct location for test source file.
* [AD-1017] Attempt to find correct location for test source file - #2.
* [AD-1017] Fix spotBugs error; code review improvements.
* [AD-1017] Ignore IO exceptions when reading spawned processes.
* Commit Code Coverage Badge
* [AD-1017] Update dependency for mongo to 4.8.1
* Commit Code Coverage Badge
* [AD-1017] Attempt improve stability of SSH Tunnel client tests.
* [AD-1017] Attempt improve stability of multiprocess connection test.
* Commit Code Coverage Badge
* Update src/main/java/software/amazon/documentdb/jdbc/DocumentDbConnectionProperties.java
Co-authored-by: Alexey Temnikov <[email protected]>
* [AD-1017] Properly rename parameter.
* Commit Code Coverage Badge
* [AD-1017] Fix issue with output not being sent to the console (i.e., change level from INFO to ERROR).
* Commit Code Coverage Badge
* [AD-1017] Attempt to increase code coverage.
* [AD-1017] Fix style issue.
* Commit Code Coverage Badge
Co-authored-by: birschick-bq <[email protected]>
Co-authored-by: Alexey Temnikov <[email protected]>1 parent 74fb1e1 commit 4d1cb8a
File tree
32 files changed
+3204
-469
lines changed- .github/badges
- config/spotbugs
- src
- main
- java/software/amazon/documentdb/jdbc
- common
- utilities
- sshtunnel
- resources
- markdown
- images/schema-discovery
- support
- testFixtures/java/software/amazon/documentdb/jdbc/common/test
- test/java/software/amazon/documentdb/jdbc
- common
- query
- sshtunnel
32 files changed
+3204
-469
lines changedLoading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | | - | |
352 | | - | |
| 351 | + | |
| 352 | + | |
353 | 353 | | |
354 | | - | |
355 | | - | |
356 | | - | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| |||
16570 | 16570 | | |
16571 | 16571 | | |
16572 | 16572 | | |
16573 | | - | |
| 16573 | + | |
16574 | 16574 | | |
16575 | 16575 | | |
16576 | 16576 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
151 | 154 | | |
| 155 | + | |
152 | 156 | | |
153 | 157 | | |
154 | 158 | | |
155 | 159 | | |
156 | 160 | | |
157 | | - | |
| 161 | + | |
158 | 162 | | |
159 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
160 | 167 | | |
| 168 | + | |
161 | 169 | | |
162 | 170 | | |
163 | 171 | | |
164 | 172 | | |
165 | | - | |
| 173 | + | |
166 | 174 | | |
167 | 175 | | |
168 | 176 | | |
| |||
179 | 187 | | |
180 | 188 | | |
181 | 189 | | |
182 | | - | |
| 190 | + | |
183 | 191 | | |
184 | 192 | | |
185 | 193 | | |
| |||
312 | 320 | | |
313 | 321 | | |
314 | 322 | | |
| 323 | + | |
315 | 324 | | |
316 | 325 | | |
317 | | - | |
318 | | - | |
| 326 | + | |
| 327 | + | |
319 | 328 | | |
320 | 329 | | |
321 | | - | |
| 330 | + | |
322 | 331 | | |
323 | 332 | | |
324 | 333 | | |
| |||
331 | 340 | | |
332 | 341 | | |
333 | 342 | | |
334 | | - | |
| 343 | + | |
335 | 344 | | |
336 | 345 | | |
337 | 346 | | |
| |||
342 | 351 | | |
343 | 352 | | |
344 | 353 | | |
345 | | - | |
| 354 | + | |
346 | 355 | | |
347 | 356 | | |
348 | 357 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
94 | 97 | | |
95 | 98 | | |
96 | 99 | | |
97 | 100 | | |
98 | 101 | | |
99 | 102 | | |
100 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
101 | 107 | | |
102 | 108 | | |
103 | 109 | | |
| |||
0 commit comments