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

3.x: Refactor to io.reactivex.rxjava3.** #6621

Merged
merged 4 commits into from Aug 16, 2019
Merged

Conversation

@akarnokd
Copy link
Member

akarnokd commented Aug 16, 2019

This PR refactors the package structure to match the group ID: io.reactivex.rxjava3. In addition, the base classes and interfaces now live in io.reactivex.rxjava3.core.

In addition, the Reactive Streams dependency was bumped to 1.0.3-RC1 to verify the TCK changes.

@akarnokd akarnokd added the 3.x label Aug 16, 2019
@akarnokd akarnokd added this to the 3.0 milestone Aug 16, 2019
akarnokd added 3 commits Aug 16, 2019
@codecov
Copy link

codecov bot commented Aug 16, 2019

Codecov Report

No coverage uploaded for pull request base (3.x@f8841c7). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##             3.x    #6621   +/-   ##
======================================
  Coverage       ?   98.19%           
  Complexity     ?     6191           
======================================
  Files          ?      678           
  Lines          ?    44792           
  Branches       ?     6173           
======================================
  Hits           ?    43982           
  Misses         ?      278           
  Partials       ?      532

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f8841c7...5adb308. Read the comment docs.

Copy link
Contributor

vanniktech left a comment

I trust you

@akarnokd
Copy link
Member Author

akarnokd commented Aug 16, 2019

You can compare lines and branch counts: #6620 (comment)

@@             Coverage Diff              @@
##                3.x    #6620      +/-   ##
============================================
+ Coverage     98.13%   98.17%   +0.03%     
- Complexity     6187     6188       +1     
============================================
  Files           678      678              
  Lines         44792    44792              
  Branches       6173     6173              
============================================
+ Hits          43956    43973      +17     
+ Misses          290      281       -9     
+ Partials        546      538       -8
@vanniktech
Copy link
Contributor

vanniktech commented Aug 16, 2019

Go ahead and merge!

@akarnokd akarnokd merged commit a1693ec into ReactiveX:3.x Aug 16, 2019
3 checks passed
3 checks passed
codecov/patch Coverage not affected.
Details
codecov/project 98.19% (target 95%)
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@akarnokd akarnokd deleted the akarnokd:3xMovePackage branch Aug 16, 2019
Copy link
Contributor

artem-zinnatullin left a comment

👍

@@ -52,7 +52,7 @@ targetCompatibility = JavaVersion.VERSION_1_6
// ---------------------------------------

def junitVersion = "4.12"
def reactiveStreamsVersion = "1.0.2"
def reactiveStreamsVersion = "1.0.3-RC1"

This comment has been minimized.

Copy link
@artem-zinnatullin

artem-zinnatullin Aug 19, 2019

Contributor

Prob should have been done in a separate PR, but not a big deal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.