Commit f6076eb
Simon Stone
[FAB-16669] WIP: Use native Java 11 ALPN support
Java 9+ include native ALPN support, which is
preferable to the native binaries we're currently
pulling in from the Netty project - it makes
the chaincode much more portable.
Signed-off-by: Simon Stone <[email protected]>
Change-Id: I5e27de50c989a713aaa92642e0dd970c19deed161 parent 5520053 commit f6076eb
File tree
2 files changed
+5
-5
lines changed- fabric-chaincode-protos
- fabric-chaincode-shim/src/main/java/org/hyperledger/fabric/shim
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments