spring-framework/spring-webflux
Patrick Strawderman d5cb1d9adb Initialize Map with correct size in RequestPredicates
Prior to this commit, the `RequestPredicates` would add new attributes
to the existing request attributes by creating a new `LinkedHashMap`
with the total number of elements as its new initial capacity.

This would not achieve optimal performance as initial resize or rehash
operations could be expected. Consistently using
`CollectionUtils#newLinkedHashMap` avoids this problem.

Closes gh-32201
2024-02-06 10:54:00 +01:00
..
src Initialize Map with correct size in RequestPredicates 2024-02-06 10:54:00 +01:00
spring-webflux.gradle Upgrade to Jetty 12 2023-09-04 14:03:29 +02:00