Skip to content

Commit

Permalink
Deprecate JacksonConfig construtor for removal in 4.0.0 (#8185)
Browse files Browse the repository at this point in the history
Removing it will fix using Groovy with Serde and the default ErrorResponseProcessor
  • Loading branch information
timyates committed Oct 19, 2022
1 parent c3998dd commit b0cc35f
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -51,7 +51,9 @@ public HateoasErrorResponseProcessor(JsonConfiguration jacksonConfiguration) {
* {@link HateoasErrorResponseProcessor#HateoasErrorResponseProcessor(JsonConfiguration)}
*
* @param jacksonConfiguration the configuration to use for processing.
* @deprecated Use {@link HateoasErrorResponseProcessor(JsonConfiguration)}
*/
@Deprecated
public HateoasErrorResponseProcessor(JacksonConfiguration jacksonConfiguration) {
this((JsonConfiguration) jacksonConfiguration);
}
Expand Down

0 comments on commit b0cc35f

Please sign in to comment.