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

There seems to be a bug regarding the documentation #31150

Closed
AntonyCheng opened this issue May 6, 2024 · 4 comments
Closed

There seems to be a bug regarding the documentation #31150

AntonyCheng opened this issue May 6, 2024 · 4 comments

Comments

@AntonyCheng
Copy link

Version:shardingsphere-jdbc:5.5.0 + SpringBoot 2.7.18 &SpringBoot 3.2.5

The Documentation:

image

My Question:

The YamlReadwriteSplittingRuleConfiguration.class has a prop:

@Getter
@Setter
public final class YamlReadwriteSplittingRuleConfiguration implements YamlRuleConfiguration {
    
    private Map<String, YamlReadwriteSplittingDataSourceRuleConfiguration> dataSources = new LinkedHashMap<>();
    
    private Map<String, YamlAlgorithmConfiguration> loadBalancers = new LinkedHashMap<>();
    
    @Override
    public Class<ReadwriteSplittingRuleConfiguration> getRuleConfigurationType() {
        return ReadwriteSplittingRuleConfiguration.class;
    }
}

So it should not be dataSourceGroups but dataSources here. Will this property be updated?

@linghengqian
Copy link
Member

@AntonyCheng
Copy link
Author

Thank you. I have seen the corresponding update on the official website. I would like to ask when the official version of 5.5.1 will be released.

@linghengqian
Copy link
Member

  • If you expect a faster release, you should leave a message in a new mail thread at https://lists.apache.org/[email protected] .

  • As a committer, I personally only have non-binding release voting right. In any case, according to ASF regulations, the release process must be completed on the mailing list, which has nothing to do with github.com.

@AntonyCheng
Copy link
Author

I have learned about it, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants