Skip to content

Conversation

@CodePrometheus
Copy link
Contributor

  • If this pull request closes/resolves/fixes an existing issue, replace the issue number. Closes #.
  • Update the CHANGES log.
  • Bump up github/codeql-action/init & github/codeql-action/analyze to v3
  • Fix SW_PLUGIN_GUAVACACHE_OPERATION_MAPPING_WRITE/READ contents reversed in configurations.md
  • Add Caffeine plugin as optional

@CodePrometheusCodePrometheus added this to the 9.4.0 milestone Dec 28, 2024
@wu-sheng
Copy link
Member

As you are adding a new component ID, please add it to the main repo and reserve it.

finalClass<?>[] argumentsTypes,
finalMethodInterceptResultresult) throwsThrowable{
AbstractSpanspan = generateSpanInfo(method.getName());
if (allArguments != null && allArguments.length > 0){
Copy link
Member

Choose a reason for hiding this comment

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

Is this necessary? In which case, allArguments is unexpected?

Copy link
ContributorAuthor

@CodePrometheusCodePrometheusDec 28, 2024

Choose a reason for hiding this comment

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

I prefer to add judgment, not sure all inputs meet the expectations before this function is processed by upstream.

wu-sheng
wu-sheng previously approved these changes Dec 28, 2024
@wu-shengwu-sheng merged commit d53f04b into apache:mainDec 29, 2024
193 checks passed
@CodePrometheusCodePrometheus deleted the feat-caffeine branch December 29, 2024 06:33
Sign up for freeto 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.

2 participants

@CodePrometheus@wu-sheng