問題タブ [graalvm-native-image]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
aws-lambda - Quarkus ネイティブ コンパイル エラー: 「イメージ ヒープでは、sun.security.provider.NativePRNG のインスタンスは許可されていません」
AWS Lambda Quarkus Native プロジェクトをコンパイルしようとしています。
HTTP クライアントを追加して使用しようとすると、コンパイルが壊れます。
エラーは次のとおりです。
OkHTTP と Apache HTTP Client を使用してみましたが、成功しませんでした。
オプションも試しました--initialize-at-run-time
が、次のクラスのいずれにも関連する結果はありません。
- io.mirko.alexa.home.raspberry.impl.DynamoDBDeviceRepository_ClientProxy
- io.mirko.alexa.home.raspberry.impl.DynamoDBDeviceRepository
- org.apache.http.impl.client
- java.security.SecureRandom
- org.apache.http.impl.client.InternalHttpClient
- sun.security.provider.NativePRNG
使用する HTTP クライアントに制限はありません。Quarkus Native で使用可能なものだけで十分です。
ありがとう。