Skip to content

Commit

Permalink
Fix JacksonJsonUtils for Java 8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Mar 24, 2022
1 parent dfaf500 commit 81f5b6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public final class JacksonJsonUtils {
* The packages to trust on JSON deserialization by default.
*/
public static final List<String> DEFAULT_TRUSTED_PACKAGES =
List.of(
Arrays.asList(
"java.util",
"java.lang",
"org.springframework.messaging.support",
Expand Down

4 comments on commit 81f5b6b

@hexiangtao
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5.5.10 still List.of

@artembilan
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That’s correct : this mistake has been introduced exactly in the 5.5.10. The fix is going to be released in the next version, next week, in 5.5.11.

@thomasbigger584
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That’s correct : this mistake has been introduced exactly in the 5.5.10. The fix is going to be released in the next version, next week, in 5.5.11.

Any ETA on the 5.5.11 release?

@artembilan
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.