gradle-revapi icon indicating copy to clipboard operation
gradle-revapi copied to clipboard

Don't care about `java.element.nowDeprecated`

Open iamdanfox opened this issue 6 years ago • 0 comments

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.

iamdanfox avatar Dec 09 '19 13:12 iamdanfox