forked from sofastack/sofa-common-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Compatible old ReportUtil usage and supply test cases (#14) #3
Open
guanchao-yang
wants to merge
123
commits into
guanchao-yang:master
Choose a base branch
from
sofastack:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
## Motivation Before some alipay users use ReportUtil with the full package com.alipay.sofa.common.log.ReportUtil but in this version ReportUtil has been moved to com.alipay.sofa.common.utils.ReportUtil. Consider many users has used, so we should be compatible with it ## Modification com.alipay.sofa.common.log.ReportUtil extends com.alipay.sofa.common.utils.ReportUtil for compatible ## Result Fixes #14 #16 only litte cases and after should provide more test cases
Upgrade version to 1.0.17
* thread pool print simplify
Bumps log4j-api from 2.13.3 to 2.16.0.
Bumps log4j-core from 2.16.0 to 2.17.0
Bumps log4j-core from 2.17.0 to 2.17.1.
* add ConfigSourceCacheWrapper * support value be null * add max size limit; add construct with CacheBuilder * add SofaConfigs cache api * support cache with exception * fix typo * use old version of guava * catch more type of throwable to ensure robustness Co-authored-by: 朝望 <[email protected]>
Co-authored-by: 朝望 <[email protected]>
* 1. update 1.3.11 2. add CharsetUtil * add ut for CharsetUtil * add ut * add ut * update format * update format --------- Co-authored-by: “HzjNeverStop” <“[email protected]”>
Co-authored-by: “HzjNeverStop” <“[email protected]”>
* add_stacktrace_in_monitor * Add LegacySpringBanUtil --------- Co-authored-by: “HzjNeverStop” <“[email protected]”>
* 2.0.0 (#176) - 升级 JDK17 - 适配 slf4j2 与 reload4j - 升级 log4j2 与 logback 版本 - 移除 @deprecated 代码 * 2.0.0 fix javadoc (#177) * use reload log4j (#178) Co-authored-by: “HzjNeverStop” <“[email protected]”> * use singleton console appender for space * update CommonLoggingConfigurations * update maven stage plugin to 1.6.13 * Merge 1.3.11 (#182) * Add encoding utils (#179) (cherry picked from commit efa6342) * Add LegacySpringBanUtil (#180) Co-authored-by: “HzjNeverStop” <“[email protected]”> (cherry picked from commit 99d321b) * release 2.0.0 (#183) Co-authored-by: “HzjNeverStop” <“[email protected]”> --------- Co-authored-by: “HzjNeverStop” <“[email protected]”>
* update 2.0.1 add some legacy api * update ci --------- Co-authored-by: “HzjNeverStop” <“[email protected]”>
* update 2.0.1 add some legacy api * update ci * fix logback compatibility --------- Co-authored-by: “HzjNeverStop” <“[email protected]”>
2.error code support docUrl
Co-authored-by: “HzjNeverStop” <“[email protected]”>
Co-authored-by: “HzjNeverStop” <“[email protected]”>
* support maven release jar in multi jdk versions * support virtual thread * support virtual thread * update maven compile in jdk profile * update jacoco 0.8.11 * update springboot 3.2.0 * add jacoco exclude * update maven compile plugin --------- Co-authored-by: “HzjNeverStop” <“[email protected]”>
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.4.9 to 1.4.12. - [Commits](qos-ch/logback@v_1.4.9...v_1.4.12) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: “HzjNeverStop” <“[email protected]”>
Co-authored-by: “HzjNeverStop” <“[email protected]”>
* update 2.1.1-SNAPSHOT * enable other class find all threadpool and logspaces --------- Co-authored-by: “HzjNeverStop” <“[email protected]”>
Co-authored-by: HzjNeverStop <[email protected]>
Add recorder support
Co-authored-by: “HzjNeverStop” <“[email protected]”>
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.
merge