Description
Fedora Rawhide has moved on to bouncycastle 1.50. Unfortunately this breaks pdfbox:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project pdfbox: Compilation failure: Compilation failure:
[ERROR] /builddir/build/BUILD/pdfbox-1.8.4/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:[40,29] cannot find symbol
[ERROR] symbol: class DERObject
[ERROR] location: package org.bouncycastle.asn1
[ERROR] /builddir/build/BUILD/pdfbox-1.8.4/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:[379,13] cannot find symbol
[ERROR] symbol: class DERObject
[ERROR] location: class org.apache.pdfbox.pdmodel.encryption.PublicKeySecurityHandler
[ERROR] /builddir/build/BUILD/pdfbox-1.8.4/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:[186,49] method getContent in class org.bouncycastle.cms.RecipientInformation cannot be applied to given types;
[ERROR] required: org.bouncycastle.cms.Recipient
[ERROR] found: java.security.Key,java.lang.String
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /builddir/build/BUILD/pdfbox-1.8.4/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:[312,17] cannot find symbol
[ERROR] symbol: class DERObject
[ERROR] location: class org.apache.pdfbox.pdmodel.encryption.PublicKeySecurityHandler
[ERROR] /builddir/build/BUILD/pdfbox-1.8.4/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:[390,9] cannot find symbol
[ERROR] symbol: class DERObject
[ERROR] location: class org.apache.pdfbox.pdmodel.encryption.PublicKeySecurityHandler
[ERROR] /builddir/build/BUILD/pdfbox-1.8.4/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:[403,29] reference to EnvelopedData is ambiguous
[ERROR] both constructor EnvelopedData(org.bouncycastle.asn1.cms.OriginatorInfo,org.bouncycastle.asn1.ASN1Set,org.bouncycastle.asn1.cms.EncryptedContentInfo,org.bouncycastle.asn1.ASN1Set) in org.bouncycastle.asn1.cms.EnvelopedData and constructor EnvelopedData(org.bouncycastle.asn1.cms.OriginatorInfo,org.bouncycastle.asn1.ASN1Set,org.bouncycastle.asn1.cms.EncryptedContentInfo,org.bouncycastle.asn1.cms.Attributes) in org.bouncycastle.asn1.cms.EnvelopedData match
[ERROR] /builddir/build/BUILD/pdfbox-1.8.4/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:[406,27] cannot find symbol
[ERROR] symbol: method getDERObject()
[ERROR] location: variable contentinfo of type org.bouncycastle.asn1.cms.ContentInfo