gradle-revapi
gradle-revapi copied to clipboard
Don't care about `java.element.nowDeprecated`
What happened?
Someone ended up adding the following to their .palantir/revapi.yml:
- code: "java.element.nowDeprecated"
old: "class com.palantir.witchcraft.config.ClientTrustStoreConfiguration.Builder"
new: "class com.palantir.witchcraft.config.ClientTrustStoreConfiguration.Builder"
justification: "Non source breaking changes to expand keystores to support pem\
\ files"
But I don't think it's really valuable.
What did you want to happen?
People should be free to deprecate stuff if they want to.