Conversation
…ing addAll ratherthan constructor for LinkedHashSet.
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
|
Codecov Report
@@ Coverage Diff @@
## master #164 +/- ##
============================================
- Coverage 80.12% 80.08% -0.04%
- Complexity 1689 1690 +1
============================================
Files 157 157
Lines 5629 5638 +9
Branches 735 736 +1
============================================
+ Hits 4510 4515 +5
- Misses 838 842 +4
Partials 281 281
Continue to review full report at Codecov.
|
|
I signed it! |
… to be used with Jackson. Currently if a different object type is used then what is defaulty supported by Jackson then the developer just receives errors when trying to read and write that type. For instance I use Proto3 however Jackson does not support that natively so I need to install the Protobuf module to handle Protobufs.
|
If the protobuf module version does not support 2.9, should we really be using it? Jackson 2.9 came out over a year ago, so this incompatibility signifies a lack of development activity. |
Code cleanup of ServletResponseResultWriter