Skip to content

3.x: Remove fixPom method from build.gradle - #7253

Merged
akarnokd merged 1 commit into
ReactiveX:3.xfrom
benjamintboyle:remove-fixPom-method
May 5, 2021
Merged

3.x: Remove fixPom method from build.gradle#7253
akarnokd merged 1 commit into
ReactiveX:3.xfrom
benjamintboyle:remove-fixPom-method

Conversation

@benjamintboyle

Copy link
Copy Markdown
Contributor

The pom is generated with the reactive-streams scope set to 'compile' based on it being set to 'api' in dependencies. I'm assuming this was fixed at some point previously, so the fixPom method is no longer needed.

To test that this works, the below gradle tasks were run:
./gradlew -PreleaseMode=full cleanGeneratePomFileForMavenPublication generatePomFileForMavenPublication
./gradlew -PreleaseMode=branch cleanGeneratePomFileForMavenPublication generatePomFileForMavenPublication

Both tasks generated a pom file with the reactive-streams set to
'compile' scope.

The pom is generated with the reactive-streams scope set to 'compile' by default.

To test that this works, the below gradle tasks were run:
./gradlew -PreleaseMode=full cleanGeneratePomFileForMavenPublication generatePomFileForMavenPublication
./gradlew -PreleaseMode=branch cleanGeneratePomFileForMavenPublication generatePomFileForMavenPublication

Both tasks generated a pom file with the reactive-streams set to
'compile' scope.
@codecov

codecov Bot commented May 4, 2021

Copy link
Copy Markdown

Codecov Report

Merging #7253 (d14da74) into 3.x (4aa1c43) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##                3.x    #7253   +/-   ##
=========================================
  Coverage     99.53%   99.54%           
+ Complexity     6759     6758    -1     
=========================================
  Files           747      747           
  Lines         47391    47391           
  Branches       6382     6382           
=========================================
+ Hits          47169    47173    +4     
- Misses           99      100    +1     
+ Partials        123      118    -5     
Impacted Files Coverage Δ Complexity Δ
.../operators/flowable/FlowableBlockingSubscribe.java 93.02% <0.00%> (-4.66%) 10.00% <0.00%> (-1.00%)
...tivex/rxjava3/internal/jdk8/ParallelCollector.java 89.90% <0.00%> (-4.59%) 2.00% <0.00%> (ø%)
...eactivex/rxjava3/processors/BehaviorProcessor.java 97.48% <0.00%> (-2.52%) 50.00% <0.00%> (ø%)
...va3/internal/operators/parallel/ParallelRunOn.java 98.53% <0.00%> (-1.47%) 8.00% <0.00%> (ø%)
...java3/internal/operators/flowable/FlowableZip.java 98.97% <0.00%> (-1.03%) 6.00% <0.00%> (ø%)
.../operators/maybe/MaybeFlatMapIterableFlowable.java 99.18% <0.00%> (-0.82%) 2.00% <0.00%> (ø%)
...operators/flowable/FlowableConcatMapScheduler.java 99.20% <0.00%> (-0.40%) 4.00% <0.00%> (ø%)
...ternal/operators/completable/CompletableMerge.java 98.64% <0.00%> (ø) 2.00% <0.00%> (ø%)
...ternal/operators/observable/ObservableFlatMap.java 97.87% <0.00%> (+0.35%) 3.00% <0.00%> (ø%)
.../operators/observable/ObservableCombineLatest.java 100.00% <0.00%> (+0.61%) 6.00% <0.00%> (ø%)
... and 6 more

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 4aa1c43...d14da74. Read the comment docs.

@akarnokd
akarnokd merged commit 93e5216 into ReactiveX:3.x May 5, 2021
@benjamintboyle
benjamintboyle deleted the remove-fixPom-method branch May 5, 2021 18:21
@akarnokd akarnokd added this to the 3.1 milestone May 5, 2021
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.

2 participants