Open UltraCharge99 opened 9 months ago
I can confirm. I emailed the owner and they did confirm that they are no longer maintaining the project. I'm not sure if any of the forks are actively maintained. I created one myself so that I'd have a backup if needed. And, I might try to at least fix the remaining issues and merge in the outstanding PRs.
I did manage to merge all the outstanding PRs to my fork here. Bulk moving the open issues is kind of a pain. If anyone wants to do that, that would be great. Otherwise, anyone feel free to open issues on the fork.
@sonofab1rd Awesome! Do you plan to do a release to Maven Central?
@marcphilipp I'm hoping to, yes. I did get a bit hung up after merging in all the outstanding requests. And, tests are currently failing. I'm not familiar with TestNG. Or, the custom test framework this repo is using. I'll probably need to figure that out, then get the tests to pass.
I didn't realize people were still commenting here until you tagged me! I'll have to turn notifications on! I thought I was probably the only person on the planet using this library!
@sonofab1rd I'm one of the maintainers of JUnit which is using this library behind the scenes for it's @CsvSource
and @CsvFileSource
feature for parameterized tests. I'd be happy to help. Maybe you could open an issue in your fork to list the known problems? FWIW I ran mvn clean verify
and nothing failed. But when I ran all tests from IntelliJ IDEA some did fail.
@sonofab1rd Actually, I had a little time on my hands:
In case anyone is still watching this... Thanks to @marcphilipp ! I was able to merge in Marc's fixes which fixed the test failures. And, subsequently the build step. I've got some registration stuff to do on the maven central repo. When that's done, I'll publish a new version of the project. I'll update here when that is finished.
New version available here! https://central.sonatype.com/artifact/com.sonofab1rd/univocity-parsers/overview
Where can I find the documentation page then? Is there any source code for the documentation website?
Not sure... I never looked for the source for the documentation. Let me know if you find it and/or need help.
It's available on the Internet Archive: https://web.archive.org/web/20170324223950/https://www.univocity.com/pages/parsers-tutorial
@sonofab1rd Is there any alternative to this library?
@mikomarrache I did manage to publish my fork here:
https://central.sonatype.com/artifact/com.sonofab1rd/univocity-parsers
Indicators of the project being abandoned:
@jbax, please correct me if I'm wrong and close this issue if the project is still alive.
This issue is just a heads-up for anyone who might be considering using this project. It's not a criticism of the project or its maintainers. It's just a warning that the project is abandoned, and that you should consider this before using it.