Skip to content

Add order to client props customizer (main)#362

Merged
onobc merged 1 commit intospring-projects:mainfrom
onobc:GH-359-order-clientprops-customizer
Jan 27, 2026
Merged

Add order to client props customizer (main)#362
onobc merged 1 commit intospring-projects:mainfrom
onobc:GH-359-order-clientprops-customizer

Conversation

@onobc
Copy link
Contributor

@onobc onobc commented Jan 27, 2026

Sets the @Order attribute on the ClientPropertiesChannelBuilderCustomizer which allows users to order their customizers before or after the client props customizer.

Also adds order to the de/compressor channel builder customizers.

Fixes #359

Sets the `@Order` attribute on the ClientPropertiesChannelBuilderCustomizer
which allows users to order their customizers before or after the client
props customizer.

Also adds order to the de/compressor channel builder customizers.

Fixes spring-projects#359

Signed-off-by: onobc <chris.bono@gmail.com>
@onobc onobc added this to the 1.1.0-M1 milestone Jan 27, 2026
@onobc onobc added the bug Something isn't working label Jan 27, 2026
@onobc onobc self-assigned this Jan 27, 2026
@onobc onobc changed the title Add order to client props customizer Add order to client props customizer (main) Jan 27, 2026
@onobc onobc merged commit 54a8c34 into spring-projects:main Jan 27, 2026
6 checks passed
@onobc onobc deleted the GH-359-order-clientprops-customizer branch January 27, 2026 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ClientPropertiesChannelBuilderCustomizer runs after user customizers, preventing override of default values

1 participant