Skip to content

Commit 076b754

Browse files
committedJun 16, 2024
[deprecation] remove module jdk.crypto.ec
1 parent 43b5f6e commit 076b754

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jar-no-dep: jar-with-lib
141141
.PHONY: jlink
142142
jlink: jar
143143
rm -rf ./build/image
144-
jlink --add-modules jdk.unsupported,jdk.crypto.ec,jdk.crypto.cryptoki --output ./build/image
144+
jlink --add-modules jdk.unsupported,jdk.crypto.cryptoki --output ./build/image
145145
cp ./build/libs/vproxy.jar ./build/image/lib/vproxy.jar
146146
cp ./jlink-scripts/vproxy ./build/image/bin/vproxy
147147
cp ./jlink-scripts/vproxy.bat ./build/image/bin/vproxy.bat

‎core/src/main/java/module-info.java

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
module io.vproxy.core {
2-
requires jdk.crypto.ec;
32
requires jdk.crypto.cryptoki;
43

54
requires io.vproxy.pni;

0 commit comments

Comments
 (0)