Files
spring-boot/spring-boot-project
Phillip Webb 81dee54137 Improve ConfigurationPropertyName equals/hashCode performance
Update `ConfigurationPropertyName` to improve performance of
the `equals(...)` and `hashCode()` methods by making the
following changes:

  - Move element hashCode logic to Element and cache the results
  - Exit the equals method early if hashcodes don't match
  - Exit the equals method early if toString() values match

Closes gh-44857
2025-03-24 13:43:53 -07:00
..
2025-03-18 15:26:47 +01:00
2025-03-14 17:24:51 -07:00
2025-03-21 16:50:33 +01:00