spring-boot/spring-boot-project
dreis2211 5b3e1aa21a Optimize ConfigurationPropertyName
This commit changes the iteration order when checking for element
equality. This is based on the educated guess that child elements
will likely differ while parents will probably be the same.

E.g. comparing "spring.banner.charset" with "spring.banner.location"
will now first check "charset" against "location" and thus saves some
cycles for elements that will be the same.

See gh-15782
2019-01-28 11:39:40 +00:00
..
spring-boot Optimize ConfigurationPropertyName 2019-01-28 11:39:40 +00:00
spring-boot-actuator Merge branch '2.1.x' 2019-01-25 10:45:26 +01:00
spring-boot-actuator-autoconfigure Inject InfoContributorProperties more precisely 2019-01-21 16:56:39 +00:00
spring-boot-autoconfigure Use Assertions.contentOf() where possible 2019-01-28 10:08:57 +01:00
spring-boot-cli Polish "Avoid string concatenation inside StringBuilder append()" 2019-01-11 08:30:12 +01:00
spring-boot-dependencies Merge branch '2.1.x' 2019-01-11 16:45:05 -08:00
spring-boot-devtools Use Assertions.contentOf() where possible 2019-01-28 10:08:57 +01:00
spring-boot-docs Update 'HTTP Client Metrics' reference documentation 2019-01-17 12:14:42 -05:00
spring-boot-parent Move back to JUnit 4 until SUREFIRE-1614 has been resolved 2018-12-12 16:49:30 +00:00
spring-boot-properties-migrator Polish "Avoid NPE when replacement property does not exist" 2018-12-28 18:19:12 +01:00
spring-boot-starters Add starter entry for Azure Application Insights 2019-01-11 08:36:44 +01:00
spring-boot-test Merge branch '2.1.x' 2019-01-22 09:22:17 +00:00
spring-boot-test-autoconfigure Merge branch '2.1.x' 2019-01-14 08:13:37 -05:00
spring-boot-tools Use Assertions.contentOf() where possible 2019-01-28 10:08:57 +01:00
pom.xml Restore import-control checkstyle 2018-10-02 10:30:14 -07:00