修复BouncyCastleProvider导致graalvm应用报错UnsupportedFeatureError #3464
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
说明
由于5.x的ProviderFactory中注册了BouncyCastleProvider,导致在外层利用
org.graalvm.nativeimage.hosted.Feature
注册的BouncyCastleProvider实际也无效,打包出来的graalvm应用也会报错参见 #2825 和 #3456
可能涉及#2631
修改描述(包括说明bug修复或者添加新特性)
提交前自测
更改之后,在本地使用GraalVM JDK 17.0.9,在Win10环境打包出来的应用报错消失