-
Notifications
You must be signed in to change notification settings - Fork 114
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
Java.util.Locale support #264
Conversation
…ut Year and testFunc
Feature/issue193
# Conflicts: # java8_time.go # java8_time/year.go # java8_time_test.go # test_hessian/src/main/java/test/Hessian.java # test_hessian/src/main/java/test/TestJava8Time.java
…-chen/dubbo-go-hessian2 � Conflicts: � .travis.yml
This reverts commit ab7254f
� Conflicts: � .travis.yml
Codecov Report
@@ Coverage Diff @@
## master #264 +/- ##
==========================================
+ Coverage 67.40% 67.44% +0.03%
==========================================
Files 26 26
Lines 2663 2666 +3
==========================================
+ Hits 1795 1798 +3
Misses 649 649
Partials 219 219
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.
LGTM
* add license checker * dd javaProject java8time test code and add go hessian/java8_time strcut Year and testFunc * alter author and error word * add java.util.UUID encode * Revert "reset go.mod after go fmt" This reverts commit ab7254f * add UUID test * alter .travis.yml * alter code * add license * shift count type int, must be unsigned integer * alter file name and delete test file * alter file name * delete file * alter file name * alter file name * add uuid struct info and split import block. * add java UUID encode and uuid.toString() equals go uuid.ToString() test func * alter ToString() -> String() * fix code review * add go struct Locale = java:java.util.Locale * alter Locales is const slice * alter Locales add clearer definition * alter locales is private * add ToLocale() and localeMap * delete fmt.Sprintf() * alter Locale struct field unexported Co-authored-by: zouyixian <zouyixian@shein.com> Co-authored-by: wilson chen <willson.chenwx@gmail.com> Co-authored-by: wangoo <wongoo@apache.org>
What this PR does:
Which issue(s) this PR fixes:
Fixes #230
Special notes for your reviewer:add go struct Locale
Does this PR introduce a user-facing change?: