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

DataSourceBuilder throws an UnsupportedDataSourcePropertyException when trying to derive a DataSource from an unknown DataSource type #27453

Closed

Commits on Jul 22, 2021

  1. Support for Datasourcebuilder to derive a datasource from an unknown …

    …datasource type
    
    This fix eliminates the unsupported datasource property exception thrown when trying to derive a datasource from an unknown datasource type  by calling ReflectionUtils on the getters and setters of the unknown datasource type.
    
    Fixes spring-projects#27295
    saraswathy-krish committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    00749d0 View commit details
    Browse the repository at this point in the history