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

ISPN-14163 Make SQL schema configuration builder fluent #10338

Merged

Conversation

tristantarrant
Copy link
Member


public class SchemaJdbcConfigurationBuilder implements Builder<SchemaJdbcConfiguration> {
public class SchemaJdbcConfigurationBuilder<S extends AbstractJdbcStoreConfigurationBuilder<?, S>> extends AbstractJdbcStoreConfigurationChildBuilder<S> implements Builder<SchemaJdbcConfiguration> {
Copy link
Member

Choose a reason for hiding this comment

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

Should we do the same on QueriesJdbcStoreConfigurationBuilder?

@tristantarrant tristantarrant force-pushed the ISPN-14163/sql_schema_builder branch 2 times, most recently from 5009109 to 8b2d2fc Compare September 23, 2022 09:55
@jabolina
Copy link
Member

We have some failures.

@tristantarrant tristantarrant modified the milestones: 14.0.0.CR2, 14.0.0.Final Sep 26, 2022
@jabolina jabolina merged commit baf4e64 into infinispan:main Sep 26, 2022
@jabolina
Copy link
Member

Merged, thanks @tristantarrant

@tristantarrant tristantarrant deleted the ISPN-14163/sql_schema_builder branch April 12, 2023 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants