sofa-common-tools icon indicating copy to clipboard operation
sofa-common-tools copied to clipboard

sofa-common-tools is a library that provide some utility functions to other SOFA libraries.

Results 7 sofa-common-tools issues
Sort by recently updated
recently updated
newest added

Bumps logback-core from 1.2.0 to 1.2.9. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-core&package-manager=maven&previous-version=1.2.0&new-version=1.2.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

### Describe the bug The logger init logs should not be printed only on debug level? Because this will make it's very difficult for trouble shooting. ![image](https://user-images.githubusercontent.com/46477443/164384928-4f0bdd66-fd2a-4bbe-81c3-b152a0dba49e.png) ### Expected behavior...

### Your question Right now if the application class path does not contains a well-known logging backend (like Logback, Log4j and etc) the created logger gets fixed predefined name "com.alipay.sofa.common.log"....

No need for separate directory, only log4j.xml, log4j2.xml and logback.xml is enough

Motivation: 为了增强代码审查流程并确保代码的安全性和合规性,我新增了代码安全扫描和开源组件扫描。通过加入这些扫描,我们可以识别潜在的漏洞,并确保代码库符合开源项目治理标准化的要求。 Modification: 新增了cloud_code_scan.yml模板,添加了代码安全扫描和开源组件扫描步骤。这些步骤将作为工作流的一部分进行执行,以执行必要的安全检查和合规性验证。通过添加这些扫描,我们可以积极解决安全问题,并确保遵守开源许可协议。 Result: 通过引入代码安全扫描和开源组件扫描,增强了代码审查流程。它有助于识别安全漏洞,并确保符合开源许可要求。这一改进有助于提高代码库的整体质量和安全性。

First-time contributor
cla:yes
size/S

Bumps [com.google.guava:guava](https://github.com/google/guava) from 27.0-jre to 32.0.0-jre. Release notes Sourced from com.google.guava:guava's releases. 32.0.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.0.0-jre</version> <!-- or, for Android: --> <version>32.0.0-android</version> </dependency> Jar files 32.0.0-jre.jar 32.0.0-android.jar Guava...

dependencies