Skip to content

Conversation

@schauder
Copy link
Contributor

@schauder schauder commented Feb 6, 2019

Reverting breaking changes to JdbcConfiguration.
Deprecating JdbcConfiguration in favor of AbstractJdbcConfiguration.
Cleaning up the API to separate it from spring-data-relational and therefore R2DBC.

Reverting breaking changes to JdbcConfiguration. Deprecating JdbcConfiguration in favor of AbstractJdbcConfiguration. Cleaning up the API to separate it from spring-data-relational and therefore R2DBC.
@schauder schauder requested a review from mp911de February 6, 2019 12:50
@@ -0,0 +1,109 @@
/*
* Copyright 2017-2019 the original author or authors.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inception year is 2019.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking about that. Since it is actually a copy of the JdbcConfiguration I thought keeping the inception date would be appropriate.

What do you think?

* @return must not be {@literal null}.
*/
@Bean
public JdbcConverter relationalConverter(RelationalMappingContext mappingContext) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about naming this bean jdbcConverter to avoid clashes with other relational converters?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

arg, missed that.

Copy link
Member

@mp911de mp911de left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left a few comments. Feel free to merge this one afterwards.

schauder added a commit that referenced this pull request Feb 6, 2019
Reverting breaking changes to JdbcConfiguration. Deprecating JdbcConfiguration in favor of AbstractJdbcConfiguration. Cleaning up the API to separate it from spring-data-relational and therefore R2DBC. Original pull request: #116.
schauder added a commit that referenced this pull request Feb 6, 2019
Applied review feedback. Original pull request: #116.
@schauder
Copy link
Contributor Author

schauder commented Feb 6, 2019

Thanks for the help @mp911de
Merged it.

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

Labels

None yet

3 participants