nebula-plugins / gradle-dependency-lock-plugin

A plugin to allow people using dynamic dependency versions to lock them to specific versions.
Apache License 2.0
292 stars 42 forks source link

Plugin should not use the deprecated NameMatcher type #243

Closed eskatos closed 1 year ago

eskatos commented 2 years ago

In Gradle 7.1, org.gradle.util.NameMatcher has been soft deprecated (@Deprecated annotation).

For Gradle 7.6 we wanted to add deprecation nagging to it. Our smoke tests show that the Nebula Dependency Lock Plugin still uses the NameMatcher type. We will postpone adding the deprecation nagging because users currently cannot resolve it.

Could you please look into removing that usage from the Nebula Dependency Lock Plugin?

eskatos commented 1 year ago

FYI we plan to start nagging in Gradle 8.1

rpalcolea commented 1 year ago

hi @eskatos , definitely missed this

I'm releasing a new version without depending on Gradle's NameMatcher

Thanks for reporting this!