-
Notifications
You must be signed in to change notification settings - Fork 641
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
Upgrade netty version #12953
base: master
Are you sure you want to change the base?
Upgrade netty version #12953
Conversation
WalkthroughThis pull request updates dependency version management in the Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
🚧 Files skipped from review as they are similar to previous changes (2)
🔇 Additional comments (6)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
features/apimgt/org.wso2.carbon.apimgt.core.feature/src/main/resources/conf_templates/org.wso2.carbon.apimgt.core.default.json (1)
143-143
: LGTM! Consider adding documentation for the new throttling configuration.The new configuration property
sequential_failover_from_beginning
with a default value of "false" is a good addition. This helps control failover behavior in throttling.Consider adding a comment above this line to document:
- The purpose of this configuration
- The impact of setting it to true/false
- Any prerequisites or related configurations
+ // Controls whether throttling failover should restart from the beginning + // Set to true to restart from the first endpoint on failover + // Set to false to continue with the next available endpoint "apim.throttling.sequential_failover_from_beginning": "false",
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (3)
features/apimgt/org.wso2.carbon.apimgt.core.feature/src/main/resources/conf_templates/org.wso2.carbon.apimgt.core.default.json
(1 hunks)features/apimgt/org.wso2.carbon.apimgt.core.feature/src/main/resources/conf_templates/templates/repository/conf/api-manager.xml.j2
(2 hunks)pom.xml
(4 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
- pom.xml
🔇 Additional comments (1)
features/apimgt/org.wso2.carbon.apimgt.core.feature/src/main/resources/conf_templates/templates/repository/conf/api-manager.xml.j2 (1)
1166-1166
: LGTM! The XML template changes are consistent with the JSON configuration.The addition of
<SequentialFailoverFromBeginning>
elements in both JMS connection parameters and event receiver configuration sections is correct and properly references the new configuration value.Also applies to: 1623-1623
ae5f0c1
to
38f094e
Compare
io.netty Upgrade
Purpose
Upgrades carbon mediation and synapse versions to bump the io.netty version from 4.1.117.Final to non-vulnerable 4.1.118.Final.
Related PRs:
transport-http: wso2/transport-http#475
synapse: wso2/wso2-synapse#2333
carbon-mediation: wso2/carbon-mediation#1763
product-apim: wso2/product-apim#13688
Json-smart Upgrade
Purpose
To upgrade json-smart version from 2.5.0 to the non-vulnerable 2.5.2 version.
Related PRs:
Identity-inbound-auth-oauth: wso2-extensions/identity-inbound-auth-oauth#2730
Carbon-identity-framework: wso2/carbon-identity-framework#6543
Identity-inbound-auth-openid: wso2-extensions/identity-inbound-auth-openid#109
Identity-outbound-auth-oidc: wso2-extensions/identity-outbound-auth-oidc#199
Carbon-mediation: wso2/carbon-mediation#1767
Carbon-analytics-common: wso2/carbon-analytics-common#862
Product-apim: wso2/product-apim#13688
Summary by CodeRabbit