Publish SI test binder jar as a maven artifact#1241
Closed
sobychacko wants to merge 1 commit intospring-cloud:masterfrom
Closed
Publish SI test binder jar as a maven artifact#1241sobychacko wants to merge 1 commit intospring-cloud:masterfrom
sobychacko wants to merge 1 commit intospring-cloud:masterfrom
Conversation
- spring-cloud-stream module will build a new test-jar called spring-cloud-stream-<version>-test-binder.jar - This artifact contains all the classes from the package org/springframework/cloud/stream/binder/integration/ in test source for spring-cloud-stream
Codecov Report
@@ Coverage Diff @@
## master #1241 +/- ##
============================================
+ Coverage 64.96% 65.05% +0.08%
- Complexity 814 817 +3
============================================
Files 129 129
Lines 3691 3691
Branches 531 531
============================================
+ Hits 2398 2401 +3
+ Misses 1020 1018 -2
+ Partials 273 272 -1
Continue to review full report at Codecov.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
in test source for spring-cloud-stream
The new test artifact can be used any module in core spring-cloud-stream as below:
Anywhere else outside of core spring-cloud-stream, this has to be configured as below:
Here are the contents of the artifact:
It is worth to point out that any transitive dependencies from this artifact need to be explicitly specified by the users.