Skip to content

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

Development

Successfully merging this pull request may close these issues.

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

3 participants