Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Add Java outdaten deps check. #87

Open
2 tasks
felixhammerl opened this issue Oct 23, 2018 · 1 comment
Open
2 tasks

Add Java outdaten deps check. #87

felixhammerl opened this issue Oct 23, 2018 · 1 comment
Labels
help wanted The maintainers would appreciate help from the community in resolving these issues. more-information-needed More information needs to be collected about these problems or feature requests.

Comments

@felixhammerl
Copy link
Collaborator

felixhammerl commented Oct 23, 2018

As a Java dev
I want to be notified about outdated dependencies
So that I can ingest fix-forward solutions.

Description

Same as Node and Python, Java should have a means to understand which libraries are outdated. Libraries are used in a fix-forward manner, hence comsuming them for the build could have a beneficial impact on the ecosystem.

Acceptance Criteria

  • I get alerted to outdated software
  • There are no additional libraries you have got to install to get top running

Unresolved Questions

  • What tools out there are freely available?
  • What tools are applicable this task?
@felixhammerl felixhammerl added help wanted The maintainers would appreciate help from the community in resolving these issues. more-information-needed More information needs to be collected about these problems or feature requests. labels Oct 23, 2018
@csokol
Copy link

csokol commented Jul 10, 2019

It seems like for maven projects, there's a maven official plugin that shows outdated dependencies: https://www.mojohaus.org/versions-maven-plugin/display-dependency-updates-mojo.html

We could run that from the scanner and parse the output to find out outdated libs.

For gradle and sbt, there's no official plugins. There unofficial ones but it'd require that the user configure them in the build.sbt or build.gradle which doesn't look like a good idea.

Do you think it's worth adding this feature at least for maven projects for now?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted The maintainers would appreciate help from the community in resolving these issues. more-information-needed More information needs to be collected about these problems or feature requests.
Projects
None yet
Development

No branches or pull requests

2 participants