Skip to content
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 #89

Merged
merged 26 commits into from
Jun 19, 2023

Conversation

Lo1nt
Copy link
Collaborator

@Lo1nt Lo1nt commented Jun 19, 2023

beta version that support:

  1. atomic* class run under jdk 17
  2. Throwable-related class run under jdk 17

All of the changes are compatible.

@codecov
Copy link

codecov bot commented Jun 19, 2023

Codecov Report

Merging #89 (8c7e066) into sofaboot-4.0-support (2fcc89c) will increase coverage by 1.75%.
The diff coverage is 58.45%.

@@                   Coverage Diff                    @@
##           sofaboot-4.0-support      #89      +/-   ##
========================================================
+ Coverage                 26.34%   28.10%   +1.75%     
========================================================
  Files                       158      169      +11     
  Lines                     11130    11679     +549     
  Branches                   1981     2113     +132     
========================================================
+ Hits                       2932     3282     +350     
- Misses                     7896     8054     +158     
- Partials                    302      343      +41     
Impacted Files Coverage Δ
...n/java/com/caucho/hessian/util/ReflectionUtil.java 23.25% <23.25%> (ø)
...ain/java/com/caucho/hessian/io/JavaSerializer.java 66.90% <33.33%> (ø)
...ho/hessian/io/throwable/ThrowableDeserializer.java 37.34% <37.34%> (ø)
...m/caucho/hessian/io/throwable/ThrowableHelper.java 41.17% <41.17%> (ø)
...an/io/throwable/StackTraceElementDeserializer.java 58.49% <58.49%> (ø)
...ter/EnumConstantNotPresentExceptionSerializer.java 63.63% <63.63%> (ø)
...ho/hessian/io/AbstractFieldSpecificSerializer.java 65.85% <65.85%> (ø)
...ucho/hessian/io/throwable/ThrowableSerializer.java 65.85% <65.85%> (ø)
...sian/io/throwable/StackTraceElementSerializer.java 66.66% <66.66%> (ø)
.../hessian/io/AbstractFieldSpecificDeserializer.java 78.57% <78.57%> (ø)
... and 6 more

... and 7 files with indirect coverage changes

@Lo1nt Lo1nt merged commit cf7699b into sofastack:sofaboot-4.0-support Jun 19, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant