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

fix: ambiguous configuration validation conditions #1049

Merged
merged 1 commit into from
Feb 11, 2023

Conversation

Createsequence
Copy link
Collaborator

@Createsequence Createsequence commented Jan 21, 2023

close #1058
修复当同时引入多个 web 容器依赖时,可能有多个 WebThreadPoolService 配置同时生效,从而导致其他 bean 中注入 WebThreadPoolService 报错的问题

Changes proposed in this pull request:

Check mailbox configuration when submitting. Contributor Guide

@codecov
Copy link

codecov bot commented Jan 21, 2023

Codecov Report

Base: 27.67% // Head: 27.67% // No change to project coverage 👍

Coverage data is based on head (45ea511) compared to base (d57547c).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             develop    #1049   +/-   ##
==========================================
  Coverage      27.67%   27.67%           
  Complexity       688      688           
==========================================
  Files            243      243           
  Lines           5710     5710           
  Branches         520      520           
==========================================
  Hits            1580     1580           
  Misses          3984     3984           
  Partials         146      146           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@magestacks magestacks merged commit eb6dd26 into opengoofy:develop Feb 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

客户端引入多个 Web 容器依赖导致 WebThreadPoolService 报错
2 participants