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

Add Caffeine plugin as optional #743

Merged
merged 5 commits into from
Dec 29, 2024
Merged

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

@CodePrometheus CodePrometheus 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.

final Class<?>[] argumentsTypes,
final MethodInterceptResult result) throws Throwable {
AbstractSpan span = 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
Contributor Author

@CodePrometheus CodePrometheus Dec 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-sheng wu-sheng merged commit d53f04b into apache:main Dec 29, 2024
193 checks passed
@CodePrometheus CodePrometheus deleted the feat-caffeine branch December 29, 2024 06:33
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.

2 participants