jamesnetherton commented on issue #3402:
URL: https://github.com/apache/camel-quarkus/issues/3402#issuecomment-1009672992


   Seems there's now a new error:
   
   ```
   Caused by: com.oracle.svm.core.jdk.UnsupportedFeatureError: Trying to verify 
a provider that was not registered at build time: BC version 1.7. All providers 
must be registered and verified in the Native Image builder. 
        at com.oracle.svm.core.util.VMError.unsupportedFeature(VMError.java:87)
        at javax.crypto.JceSecurity.getVerificationResult(JceSecurity.java:367)
        at javax.crypto.Cipher.getInstance(Cipher.java:690)
        at javax.crypto.Cipher.getInstance(Cipher.java:625)
        at org.bouncycastle.jcajce.util.NamedJcaJceHelper.createCipher(Unknown 
Source)
        at 
org.bouncycastle.openpgp.operator.jcajce.OperatorHelper.createCipher(Unknown 
Source)
        at 
org.bouncycastle.openpgp.operator.jcajce.OperatorHelper.createStreamCipher(Unknown
 Source)
        at 
org.bouncycastle.openpgp.operator.jcajce.JcePGPDataEncryptorBuilder$MyPGPDataEncryptor.<init>(Unknown
 Source)
        at 
org.bouncycastle.openpgp.operator.jcajce.JcePGPDataEncryptorBuilder.build(Unknown
 Source)
        at org.bouncycastle.openpgp.PGPEncryptedDataGenerator.open(Unknown 
Source)
        at org.bouncycastle.openpgp.PGPEncryptedDataGenerator.open(Unknown 
Source)
        at 
org.apache.camel.converter.crypto.PGPKeyAccessDataFormat.marshal(PGPKeyAccessDataFormat.java:239)
        at 
org.apache.camel.support.processor.MarshalProcessor.process(MarshalProcessor.java:64)
        ... 44 more
   ```
   
   
https://github.com/apache/camel-quarkus/runs/4771122780?check_suite_focus=true


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to