Commit 9ae14cb
authored
Refactor configuration of SSL to allow override with custom config (docker-java#596)
* Refactor configuration of SSL to allow override with custom config
* Store SSLConfig instead SSLContext
* avoid NPE
* prepare release
* Coding style changes1 parent 72597d7 commit 9ae14cb
File tree
12 files changed
+552
-531
lines changed- src
- main/java/com/github/dockerjava
- api/command
- core
- jaxrs
- netty
- test/java/com/github/dockerjava
- client
- core
12 files changed
+552
-531
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
| |||
117 | 115 | | |
118 | 116 | | |
119 | 117 | | |
120 | | - | |
121 | | - | |
122 | 118 | | |
123 | 119 | | |
124 | 120 | | |
| |||
0 commit comments