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 #93

Merged
merged 8 commits into from
Aug 28, 2023
Merged

Sofaboot 4.0 support #93

merged 8 commits into from
Aug 28, 2023

Commits on Jun 19, 2023

  1. 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 <[email protected]>
    Lo1nt and lo1nt authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    cf7699b View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. 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: 均源 <[email protected]>
    Lo1nt and 均源 authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    1e44568 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. 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: 均源 <[email protected]>
    Lo1nt and 均源 authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    48f3055 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. 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 <[email protected]>
    
    * format
    
    * fix: ref problem on currency
    
    * format
    
    * fix: ref bug on atomic
    
    * version snapshot
    
    * enhance: ref
    
    * fix: test
    
    ---------
    
    Co-authored-by: 均源 <[email protected]>
    Co-authored-by: evenliu <[email protected]>
    Co-authored-by: liujianjun.ljj <[email protected]>
    4 people authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    515d5d7 View commit details
    Browse the repository at this point in the history
  2. 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 <[email protected]>
    
    * format
    
    * fix: ref problem on currency
    
    * format
    
    * enhance: ref
    
    * fix: test
    
    * fix: test exception
    
    * fix: curency test
    
    ---------
    
    Co-authored-by: 均源 <[email protected]>
    Co-authored-by: evenliu <[email protected]>
    Co-authored-by: liujianjun.ljj <[email protected]>
    4 people authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    f25f4e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. fix: deser log (#98)

    Co-authored-by: lo1nt <[email protected]>
    Lo1nt and lo1nt authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    e02ad97 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Merge branch '3.x' of github.com:sofastack/sofa-hessian into sofaboot…

    …-4.0-support
    liujianjun.ljj committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    7744812 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. release version 3.5.0 (#100)

    Co-authored-by: lo1nt <[email protected]>
    Lo1nt and lo1nt authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    079262b View commit details
    Browse the repository at this point in the history