Skip to content
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

Upgrade OBA, remove camsys-apps.com from Maven repos #6041

Merged

Conversation

leonardehrenfried
Copy link
Member

Summary

One of the first actions as a maintainer was to deploy all OBA artifacts on Maven Central so the Maven Repo camsys-apps.com is no longer needed.

The main changes in the library code itself are

  • Removal of compatibility code for very old drafts of GTFS Flex
  • Addition of cars_allowed

cc @VillePihlava

Copy link

codecov bot commented Sep 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.74%. Comparing base (c2b3d2c) to head (2fdace7).
Report is 32 commits behind head on dev-2.x.

Additional details and impacted files
@@            Coverage Diff             @@
##             dev-2.x    #6041   +/-   ##
==========================================
  Coverage      69.74%   69.74%           
- Complexity     17319    17320    +1     
==========================================
  Files           1960     1960           
  Lines          74268    74273    +5     
  Branches        7603     7605    +2     
==========================================
+ Hits           51795    51801    +6     
+ Misses         19831    19830    -1     
  Partials        2642     2642           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Comment on lines -828 to -833
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was this exclusion removed?

Copy link
Member Author

@leonardehrenfried leonardehrenfried Sep 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because we should never have needed it in the first place. This artifact included an slf4j implementation in its dependencies which competed with our own (logback). I removed it upstream by setting its scope to test.

@leonardehrenfried leonardehrenfried merged commit 06ad9a6 into opentripplanner:dev-2.x Sep 9, 2024
5 checks passed
t2gran pushed a commit that referenced this pull request Sep 9, 2024
@leonardehrenfried leonardehrenfried deleted the oba-camsys branch September 9, 2024 11:34
@t2gran t2gran added this to the 2.6 milestone Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants