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

Use explicit server factory impls #22

Merged

Conversation

onobc
Copy link
Collaborator

@onobc onobc commented Oct 1, 2024

This commit breaks the DefaultGrpcServerFactory into concrete implementations which helps with type-safety of different builders.

Also, an aggregate customizers helper is added to allow the server builder customizers to be type specific and properly applied as such.

Tests were also enhanced to cover newly added components.

cc: @dsyer

Note

I will follow on w/ some tests for Property mappers.

onobc added 2 commits October 1, 2024 13:31
This commit breaks the DefaultGrpcServerFactory into concrete
implementations which helps with type-safety of different builders.

Also, an aggregate customizers helper is added to allow the
server builder customizers to be type specific and properly
applied as such.

Tests were also enhanced to cover newly added components.
@dsyer dsyer merged commit e0159ed into spring-projects-experimental:main Oct 2, 2024
1 check passed
@onobc onobc deleted the refactor-server-factories2 branch November 7, 2024 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants