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

Conversation

saraswathy-krish
Copy link
Contributor

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 #27295

…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
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jul 22, 2021
@wilkinsona wilkinsona changed the title Support for Datasourcebuilder to derive a datasource from an unknown datasource type DataSourceBuilder throws an UnsupportedDataSourcePropertyException when trying to derive a DataSource from an unknown DataSource type Jul 22, 2021
@wilkinsona wilkinsona added the type: bug A general bug label Jul 22, 2021
@wilkinsona wilkinsona added this to the 2.5.x milestone Jul 22, 2021
@wilkinsona wilkinsona removed the status: waiting-for-triage An issue we've not yet triaged label Jul 22, 2021
@wilkinsona wilkinsona self-assigned this Jul 22, 2021
wilkinsona pushed a commit that referenced this pull request Jul 22, 2021
Eliminate the unsupported datasource property exception thrown
when trying to derive a datasource from an unknown datasource type.

See gh-27453
wilkinsona added a commit that referenced this pull request Jul 22, 2021
@wilkinsona
Copy link
Member

Thanks very much, @saraswathy-krish.

@wilkinsona wilkinsona modified the milestones: 2.5.x, 2.5.3 Jul 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
3 participants