Mention Byte Buddy as cglib alternative in the documentation#1020
Merged
leonard84 merged 2 commits intospockframework:masterfrom Feb 10, 2020
Merged
Mention Byte Buddy as cglib alternative in the documentation#1020leonard84 merged 2 commits intospockframework:masterfrom
leonard84 merged 2 commits intospockframework:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1020 +/- ##
============================================
+ Coverage 74% 74.14% +0.13%
- Complexity 3449 3471 +22
============================================
Files 385 385
Lines 10660 10677 +17
Branches 1301 1307 +6
============================================
+ Hits 7889 7916 +27
+ Misses 2309 2300 -9
+ Partials 462 461 -1
Continue to review full report at Codecov.
|
41bddc7 to
2cd1e9a
Compare
2cd1e9a to
f554b84
Compare
leonard84
requested changes
Jan 12, 2020
Member
leonard84
left a comment
There was a problem hiding this comment.
Actually byte-buddy is the main and cglib the backup, if both are on the classpath, byte-buddy is used.
f554b84 to
cac4a88
Compare
Member
Author
I swapped the two in the sentence if that was what you meant. |
cac4a88 to
05cd8aa
Compare
szpak
reviewed
Jan 13, 2020
05cd8aa to
a4fee75
Compare
szpak
approved these changes
Jan 13, 2020
leonard84
reviewed
Jan 13, 2020
szpak
requested changes
Jan 14, 2020
a4fee75 to
7263cbb
Compare
szpak
previously approved these changes
Feb 4, 2020
d626267 to
84e761b
Compare
szpak
previously approved these changes
Feb 6, 2020
84e761b to
d1a2cdf
Compare
leonard84
approved these changes
Feb 10, 2020
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.
This change is