-
Notifications
You must be signed in to change notification settings - Fork 38
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
Release #278
Release #278
Conversation
This fixes a security vulnerability in this project where the `pom.xml` files were configuring Maven to resolve dependencies over HTTP instead of HTTPS. Signed-off-by: Jonathan Leitschuh <Jonathan.Leitschuh@gmail.com>
…_dependencies [SECURITY] Use HTTPS to resolve dependencies in Maven Build
Some modifications regarding passing additional FeedValidator classes are included. BREAKING CHANGE: Change in the type of optional arguments for GTFS.validate and Feed.validate
…th callback approach.
…h Java's BiFunction equivalent.
… method overrides.
…gtfs-lib into field-length-validator
MTC Field length validation
import java.util.List; | ||
import java.util.function.BiFunction; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove these tow unused imports.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is one last-minute unused import instance, but otherwise it is good for me.
I don't know what the deal is with the unresolved dependencies from the build. |
The Conveyal maven repo appears to no longer exist, so the GeoJSON Jackson module is no longer available.
On April 11, 2020, the geotools repo changed locations to repo.osgeo.org (see https://web.archive.org/web/20200413163145/https://www.osgeo.org/foundation-news/new-osgeo-repo/).
Remove Conveyal geojson module to fix Travis build/dep issue
Codecov Report
@@ Coverage Diff @@
## master #278 +/- ##
============================================
+ Coverage 64.99% 65.27% +0.28%
- Complexity 866 879 +13
============================================
Files 134 135 +1
Lines 6725 6742 +17
Branches 789 794 +5
============================================
+ Hits 4371 4401 +30
+ Misses 2055 2040 -15
- Partials 299 301 +2
Continue to review full report at Codecov.
|
🎉 This PR is included in version 6.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Checklist
dev
before they can be merged tomaster
)Description
Contains #279, #276, and #273.