You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce a warning log if a parameter is not annotated with @ProjectedPayload that this style is deprecated and that we will drop support for projections if a parameter is not annotated with @ProjectedPayload.
Also, add this detail to "Deprecations" section of docs/release notes.
Note
Implementation notes:
Avoid log spamming: only log the warning once per param (or maybe drop down from warn to debug)
Allow users to disable the logging via the typically logging config
The text was updated successfully, but these errors were encountered:
This commit introduces a warning log if a parameter is not annotated with `@ProjectedPayload` that this style is deprecated and that we will drop support for projections if a parameter (or the parameter type) is not explicitly annotated with `@ProjectedPayload`.
Resolves#3300
Signed-off-by: Chris Bono <chris.bono@broadcom.com>
Uh oh!
There was an error while loading. Please reload this page.
Introduce a warning log if a parameter is not annotated with
@ProjectedPayload
that this style is deprecated and that we will drop support for projections if a parameter is not annotated with@ProjectedPayload
.Also, add this detail to "Deprecations" section of docs/release notes.
Note
Implementation notes:
The text was updated successfully, but these errors were encountered: