-
Notifications
You must be signed in to change notification settings - Fork 53
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
Sofaboot 4.0 support #97
Merged
Lo1nt
merged 45 commits into
sofastack:sofaboot-4.0-support
from
Lo1nt:sofaboot-4.0-support
Aug 14, 2023
Merged
Sofaboot 4.0 support #97
Lo1nt
merged 45 commits into
sofastack:sofaboot-4.0-support
from
Lo1nt:sofaboot-4.0-support
Aug 14, 2023
Conversation
This file contains 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
…ofaboot-4.0-support
Co-authored-by: liujianjun.ljj <liujianjun.ljj@antgroup.com>
Lo1nt
added a commit
that referenced
this pull request
Aug 28, 2023
* Sofaboot 4.0 support (#89) * feat: atomic * feat: ignore failure when set accessible * feat: replace reflection with specific get set for atomic * fix: remove handle * fix: log level * feat: stack trace serialize without reflect * add test case for stack trace * fix: log * feat: throw v1 * feat: throwable * format * format * chore: cr fix * chore: format * remove version specific * version * chore: add ci on sofaboot-4.0-support --------- Co-authored-by: lo1nt <zhangminglun.zml@antgroup.com> * Sofaboot 4.0 support (#90) * feat: atomic * feat: ignore failure when set accessible * feat: replace reflection with specific get set for atomic-s * fix: remove handle * fix: log level * feat: stack trace serialize without reflect * add test case for stack trace * fix: log * feat: throw v1 * feat: throwable * format * format * chore: cr fix * chore: format * add ci fo jdk17 * update jdk * remove version specific * version * chore: add ci on sofaboot-4.0-support * 3.5.0.beta.1 release --------- Co-authored-by: 均源 <zhangminglun.zml@antgroup.com> * Sofaboot 4.0 support (#92) * feat: atomic * feat: ignore failure when set accessible * feat: replace reflection with specific get set for atomic-s * fix: remove handle * fix: log level * feat: stack trace serialize without reflect * add test case for stack trace * fix: log * feat: throw v1 * feat: throwable * format * format * chore: cr fix * chore: format * add ci fo jdk17 * update jdk * remove version specific * version * chore: add ci on sofaboot-4.0-support * 3.5.0.beta.1 release * remove aci on sofaboot-4.0-support --------- Co-authored-by: 均源 <zhangminglun.zml@antgroup.com> * Sofaboot 4.0 support (#96) * feat: atomic * feat: ignore failure when set accessible * feat: replace reflection with specific get set for atomic-s * fix: remove handle * fix: log level * feat: stack trace serialize without reflect * add test case for stack trace * fix: log * feat: throw v1 * feat: throwable * format * format * chore: cr fix * chore: format * add ci fo jdk17 * update jdk * remove version specific * version * chore: add ci on sofaboot-4.0-support * 3.5.0.beta.1 release * remove aci on sofaboot-4.0-support * feat: add support on java util currency * format * init 3.5 snapshot * optimized code (#94) Co-authored-by: liujianjun.ljj <liujianjun.ljj@antgroup.com> * format * fix: ref problem on currency * format * fix: ref bug on atomic * version snapshot * enhance: ref * fix: test --------- Co-authored-by: 均源 <zhangminglun.zml@antgroup.com> Co-authored-by: evenliu <evenljj@163.com> Co-authored-by: liujianjun.ljj <liujianjun.ljj@antgroup.com> * Sofaboot 4.0 support (#97) * feat: atomic * feat: ignore failure when set accessible * feat: replace reflection with specific get set for atomic-s * fix: remove handle * fix: log level * feat: stack trace serialize without reflect * add test case for stack trace * fix: log * feat: throw v1 * feat: throwable * format * format * chore: cr fix * chore: format * add ci fo jdk17 * update jdk * remove version specific * version * chore: add ci on sofaboot-4.0-support * 3.5.0.beta.1 release * remove aci on sofaboot-4.0-support * feat: add support on java util currency * format * init 3.5 snapshot * optimized code (#94) Co-authored-by: liujianjun.ljj <liujianjun.ljj@antgroup.com> * format * fix: ref problem on currency * format * enhance: ref * fix: test * fix: test exception * fix: curency test --------- Co-authored-by: 均源 <zhangminglun.zml@antgroup.com> Co-authored-by: evenliu <evenljj@163.com> Co-authored-by: liujianjun.ljj <liujianjun.ljj@antgroup.com> * fix: deser log (#98) Co-authored-by: lo1nt <zhangminglun.zml@antgroup.com> * release version 3.5.0 (#100) Co-authored-by: lo1nt <zhangminglun.zml@antgroup.com> --------- Co-authored-by: lo1nt <zhangminglun.zml@antgroup.com> Co-authored-by: evenliu <evenljj@163.com> Co-authored-by: liujianjun.ljj <liujianjun.ljj@antgroup.com>
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.
修复在 aci 下,
Locale.getDefault
获取到的值无法通过Currency.getCurrency()
创建出 currency 对象