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
The LockFreePool which was the default RecyclerPool implementation in Jackson 2.17.0, has been found to have performance issues. FasterXML/jackson-core#1260
This was addressed in the upcoming version 2.17.1, where the default implementation was reverted back to threadLocalPool(). FasterXML/jackson-core#1260
In the context of Spring Boot, there was an upgrade to Jackson 2.17.0 in the commit 437c654. However, considering the performance issues with the LockFreePool implementation in Jackson 2.17.0, it might be advisable to delay this upgrade unless there are strict requirements. @wilkinsona
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion. I would prefer to use Jackson 2.17.x for the Spring Boot 3.3.x generation rather than getting stuck on 2.16.x for the sake of an issue that will be fixed shortly in Jackson 2.17.1. Hopefully 2.17.1 will be released before 3.3.0 GAs on 23 May. If not, we will pick it up as soon after that date as we can.
The
LockFreePool
which was the defaultRecyclerPool
implementation in Jackson 2.17.0, has been found to have performance issues. FasterXML/jackson-core#1260This was addressed in the upcoming version 2.17.1, where the default implementation was reverted back to
threadLocalPool()
. FasterXML/jackson-core#1260In the context of Spring Boot, there was an upgrade to Jackson 2.17.0 in the commit 437c654. However, considering the performance issues with the
LockFreePool
implementation in Jackson 2.17.0, it might be advisable to delay this upgrade unless there are strict requirements. @wilkinsonaThe text was updated successfully, but these errors were encountered: