On Tue, Jan 28, 2020, 05:08 Scott Talbert <swt@xxxxxxxxxx> wrote:
On Tue, 28 Jan 2020, Bill Chatfield via devel wrote:
> Are any of you on the java-devel list so that I could move my newb questions
> there? I can guarantee that it's a low-traffic list so there's no risk in
> joining it. :-)
>
> google-http-java-client looks easy to fix. It won't build because it needs
> one dependency, maven-checkstyle-plugin, which won't build because it needs
> one dependency, checkstyle. But, checkstyle is blocked even though built
> successfully the last time.
>
> So, all three packages look unnecessarily blocked.
checkstyle was retired because it was orphaned for 6+ weeks. I don't know
why it was orphaned, but since it was retired 6 months ago, it will have
to be re-reviewed to come back.
IIRC, it was orphaned in the 11/2018 extinction event. The Stewardship SIG temporarily picked it up, but we opted for dropping it because the packaged version was pretty outdated and had open CVEs associated with it.
In almost all cases, checkstyle should not be essential for package builds, and you should be able to just disable the maven plugin without consequences:
%prep
(setup and patches be here)
%pom_disable_plugin :maven-checkstyle-plugin
Fabio
Scott_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx
_______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx