-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Upgrade OBA, remove camsys-apps.com from Maven repos #6041
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
<exclusions> | ||
<exclusion> | ||
<groupId>org.slf4j</groupId> | ||
<artifactId>slf4j-simple</artifactId> | ||
</exclusion> | ||
</exclusions> |
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.
Why was this exclusion removed?
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.
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.
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
cc @VillePihlava