Skip to content

Conversation

@onobc
Copy link
Contributor

@onobc onobc commented Jun 10, 2025

This commit deprecates the current public constructor with all fields in favor of a package-protected variant. The constructor was initially added to support Jackson serde but it did not need to be public.

Resolves #221

@onobc onobc force-pushed the GH-221-deprecate-immutablespec-constructors branch from 7308aa1 to f7d3e9e Compare June 10, 2025 20:56
@onobc onobc requested review from cbornet and lhotari June 10, 2025 21:06
This commit deprecates the current public constructor with all fields
in favor of a package-protected variant. The constructor was initially
added to support Jackson serde but it did not need to be public.

Resolves apache#221
@onobc onobc force-pushed the GH-221-deprecate-immutablespec-constructors branch from cae139f to 0086458 Compare June 10, 2025 22:37
@lhotari lhotari merged commit 20e62c5 into apache:main Jun 11, 2025
1 check passed
@onobc onobc deleted the GH-221-deprecate-immutablespec-constructors branch June 11, 2025 18:15
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.

Replace ImmutableReactiveMessageConsumerSpec constructor with all arguments with another solution for Jackson serde

2 participants