Fix MongoDB 4.11+, add Feign 12.2+ PathVar, add MariaDB 3.x plugin#802
Merged
Fix MongoDB 4.11+, add Feign 12.2+ PathVar, add MariaDB 3.x plugin#802
Conversation
…emove PostgreSQL 9.4 from test - Fix MongoDB 4.x plugin for driver 4.11+ where Cluster.getDescription() was removed, use getCurrentDescription() instead. - Add Feign 12.2+ PathVar support (BuildTemplateByResolvingArgs moved to RequestTemplateFactoryResolver). - Add MariaDB 3.x plugin (all classes renamed from 2.x to 3.x). - Extend Feign test to 12.5, 13.5 and MongoDB test to 4.11.5. - Remove PostgreSQL 9.4.1212 from test due to inconsistent span naming in CI.
6c14d8e to
e80acea
Compare
kezhenxu94
approved these changes
Apr 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cluster.getDescription()was removed, usegetCurrentDescription()instead.BuildTemplateByResolvingArgsmoved toRequestTemplateFactoryResolver).Test plan