Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not generate deprecation report for bouncycastle jars #2770

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

akurtakov
Copy link
Member

In latest I-build report there are:

bcpg(1.80.0)
DEPRECATED	org.bouncycastle.openpgp.operator.PublicKeyKeyEncryptionMethodGenerator#WILDCARD
DEPRECATED	org.bouncycastle.openpgp.operator.PublicKeyKeyEncryptionMethodGenerator#PublicKeyKeyEncryptionMethodGenerator
setUseWildcardKeyID(boolean)
bcprov(1.80.0)
DEPRECATED	org.bouncycastle.asn1.x509.DeltaCertificateDescriptor#ASN1Sequence
getValidity()
DEPRECATED	org.bouncycastle.asn1.x509.DeltaCertificateDescriptor#DeltaCertificateDescriptor
trimTo(TBSCertificate, Extensions)
DEPRECATED	org.bouncycastle.asn1.x509.ExtensionsGenerator#void
addExtension(Extensions)
DEPRECATED	org.bouncycastle.crypto.digests.AsconDigest
DEPRECATED	org.bouncycastle.crypto.digests.AsconXof
DEPRECATED	org.bouncycastle.crypto.engines.AsconEngine

seen at https://download.eclipse.org/eclipse/downloads/drops4/I20250121-1800/apitools/deprecation/apideprecation.html .
Report should be limited to our own bundles.

In latest I-build report there are:
```
bcpg(1.80.0)
DEPRECATED	org.bouncycastle.openpgp.operator.PublicKeyKeyEncryptionMethodGenerator#WILDCARD
DEPRECATED	org.bouncycastle.openpgp.operator.PublicKeyKeyEncryptionMethodGenerator#PublicKeyKeyEncryptionMethodGenerator
setUseWildcardKeyID(boolean)
bcprov(1.80.0)
DEPRECATED	org.bouncycastle.asn1.x509.DeltaCertificateDescriptor#ASN1Sequence
getValidity()
DEPRECATED	org.bouncycastle.asn1.x509.DeltaCertificateDescriptor#DeltaCertificateDescriptor
trimTo(TBSCertificate, Extensions)
DEPRECATED	org.bouncycastle.asn1.x509.ExtensionsGenerator#void
addExtension(Extensions)
DEPRECATED	org.bouncycastle.crypto.digests.AsconDigest
DEPRECATED	org.bouncycastle.crypto.digests.AsconXof
DEPRECATED	org.bouncycastle.crypto.engines.AsconEngine
```
seen at https://download.eclipse.org/eclipse/downloads/drops4/I20250121-1800/apitools/deprecation/apideprecation.html
.
Report should be limited to our own bundles.
@akurtakov
Copy link
Member Author

Verification builds not testing this one. Merging.

@akurtakov akurtakov self-assigned this Jan 22, 2025
@akurtakov akurtakov merged commit 7ebfc8b into eclipse-platform:master Jan 22, 2025
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant