-
Notifications
You must be signed in to change notification settings - Fork 5
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
Feature serialize javascript type as lowercase #88
Conversation
Codecov Report
@@ Coverage Diff @@
## master #88 +/- ##
============================================
+ Coverage 96.08% 96.12% +0.04%
- Complexity 1014 1015 +1
============================================
Files 151 151
Lines 2425 2426 +1
Branches 223 223
============================================
+ Hits 2330 2332 +2
+ Misses 35 34 -1
Partials 60 60
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do a rebase onto master as well.
...va/net/croz/nrich/registry/configuration/controller/RegistryConfigurationControllerTest.java
Outdated
Show resolved
Hide resolved
9ba7a54
to
606963f
Compare
…tType is serializied to lowercase
606963f
to
1415074
Compare
Basic information
1.2.1
nrich-registry
Additional information
Description
Summary
Changed serialization of JavascriptType enum to be lowercase.
Details
Changed serialization of JavascriptType enum to be lowercase.
Related issue
#73
Types of changes
Checklist