-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependent 3rd party library diff_match_patch is unmaintained #59
Comments
Following this |
@altr-benjamin, thank you for bringing this to my attention. What are you suggesting? |
@safris @altr-benjamin per OWASP Top 10 Vulnerable and Outdated Components, unmaintained dependencies shows up in surveys as a top 10 concern. When compiling with Maven Central as a repo, this causes a build error 'Could not find diff_match_patch:diff_match_patch:current'. `` |
@bschoening, if you would like this resolved, please submit a pull request. |
@safris the TL;DR is that I am using Project: https://github.com/mysto/java-fpe |
@safris it seems simply removing libj/util/Diff.java is the best (only?) option as that class wraps diff_patch_match. Diff does not appear to be used in the codebase of libj. I could submit that PR if the maintainers are ok with that approach. |
@bschoening, I don't want to remove |
@safris As we are looking at incorporating For context, do you use
|
Hi @altr-benjamin, thank you for the in-depth explanation of your issue, and suggestion of possible solutions. I now understand your concern, and would like to find a course of action that would work for the both of us. Here is my feedback to your suggested solutions:
|
diff-match-patch Github repo states "This repository has been archived by the owner on Aug 4, 2024. It is now read-only." According to comments in #143, there hasn't been a main update in 4+ years.
The text was updated successfully, but these errors were encountered: