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

NCL5481 - dependencyOverride and deprecated properties #744

Merged
merged 6 commits into from
Mar 3, 2020

Conversation

rnc
Copy link
Contributor

@rnc rnc commented Feb 24, 2020

No description provided.

@codecov-io
Copy link

codecov-io commented Feb 25, 2020

Codecov Report

Merging #744 into master will increase coverage by 0.02%.
The diff coverage is 91.66%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #744      +/-   ##
============================================
+ Coverage     81.83%   81.85%   +0.02%     
- Complexity     1439     1443       +4     
============================================
  Files           104      104              
  Lines          5318     5325       +7     
  Branches        924      923       -1     
============================================
+ Hits           4352     4359       +7     
  Misses          600      600              
  Partials        366      366
Impacted Files Coverage Δ Complexity Δ
...commonjava/maven/ext/core/ManipulationSession.java 92.3% <ø> (ø) 33 <0> (ø) ⬇️
...g/commonjava/maven/ext/core/state/PluginState.java 88.67% <ø> (ø) 16 <0> (ø) ⬇️
...rc/main/java/org/commonjava/maven/ext/cli/Cli.java 69.91% <ø> (-0.49%) 21 <0> (-3)
...mmonjava/maven/ext/manip/ManipulatingEventSpy.java 76.08% <ø> (-1.92%) 6 <0> (-2)
...commonjava/maven/ext/core/ManipulationManager.java 88.11% <100%> (+2.07%) 28 <12> (+9) ⬆️
...ava/maven/ext/core/impl/DependencyManipulator.java 86.15% <100%> (ø) 61 <0> (ø) ⬇️
...mmonjava/maven/ext/core/state/DependencyState.java 89.65% <66.66%> (ø) 23 <7> (ø) ⬇️

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 e10a19e...6bd1e3b. Read the comment docs.

@rnc rnc marked this pull request as ready for review February 25, 2020 08:35
@rnc rnc requested a review from dwalluck February 25, 2020 08:35
@rnc
Copy link
Contributor Author

rnc commented Feb 25, 2020

Still need to do documentation!

@rnc rnc removed the request for review from dwalluck February 27, 2020 16:13
Copy link
Contributor

@vibe13 vibe13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! +1 to deprecate the dependencyExclusion property, and also to throw an exception when usng deprecated properties (without enabling the use of it). I would not have chosen it (instead relying on warnings), but this is the only way to make sure that builds will start converting to not deprecated properties or be aware about the use of it. We will probably need to sanitize them in the build configs, but anyway, everything looks good to me! Thanks!

@rnc rnc changed the title Ncl5481 NCL5481 - dependencyOverride and deprecated properties Mar 3, 2020
@rnc rnc merged commit 370044e into release-engineering:master Mar 3, 2020
@rnc rnc deleted the NCL5481 branch March 3, 2020 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants