-
Notifications
You must be signed in to change notification settings - Fork 736
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
Remove many but not all deprecated classes and methods #1757
Conversation
5a453e0
to
6994e1c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main-2.x #1757 +/- ##
===========================================
Coverage ? 79.15%
Complexity ? 2179
===========================================
Files ? 215
Lines ? 6807
Branches ? 360
===========================================
Hits ? 5388
Misses ? 1187
Partials ? 232 ☔ View full report in Codecov by Sentry. |
<artifactId>github-api</artifactId> | ||
<artifactId>github-api2</artifactId> | ||
<version>2.0-alpha1-SNAPSHOT</version> |
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.
Putting these changes into a new artifact and designating alpha1
. No backward compatibility guarantees.
<!-- This is the last version of okhttp3 that support UrlConnection --> | ||
<!-- The class using this has been deprecated, this dependency can be remove when that class is. --> | ||
<dependency> | ||
<groupId>com.squareup.okhttp3</groupId> | ||
<artifactId>okhttp-urlconnection</artifactId> | ||
<version>3.12.3</version> | ||
<optional>true</optional> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.squareup.okhttp</groupId> | ||
<artifactId>okhttp-urlconnection</artifactId> | ||
<version>2.7.5</version> | ||
<optional>true</optional> | ||
</dependency> |
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.
Omg. At long last. Good bye.
Description
Before submitting a PR:
@link
JavaDoc entries to the relevant documentation on https://docs.github.com/en/rest .mvn -D enable-ci clean install site
locally. If this command doesn't succeed, your change will not pass CI.main
. You will create your PR from that branch.When creating a PR: