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

optimized code #94

Merged
merged 1 commit into from
Aug 9, 2023
Merged

optimized code #94

merged 1 commit into from
Aug 9, 2023

Conversation

EvenLjj
Copy link

@EvenLjj EvenLjj commented Aug 9, 2023

optimized code

@codecov
Copy link

codecov bot commented Aug 9, 2023

Codecov Report

Merging #94 (a4c8520) into 3.x (2fcc89c) will increase coverage by 0.01%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##              3.x      #94      +/-   ##
==========================================
+ Coverage   26.34%   26.36%   +0.01%     
==========================================
  Files         158      158              
  Lines       11130    11130              
  Branches     1981     1981              
==========================================
+ Hits         2932     2934       +2     
+ Misses       7896     7894       -2     
  Partials      302      302              
Files Changed Coverage Δ
...main/java/com/caucho/hessian/io/Hessian2Input.java 32.49% <0.00%> (ø)
...n/java/com/caucho/hessian/io/JavaDeserializer.java 71.84% <0.00%> (ø)

... and 1 file with indirect coverage changes

@Lo1nt Lo1nt merged commit ff04ffa into sofastack:3.x Aug 9, 2023
Copy link
Contributor

@OrezzerO OrezzerO left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Lo1nt added a commit that referenced this pull request Aug 14, 2023
* 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>
Lo1nt added a commit that referenced this pull request Aug 14, 2023
* 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>
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.

3 participants