spring-boot/spring-boot-project
Andy Wilkinson 1d2f069580 Allow HttpTrace instances to be created
Previously, the API required to create HttpTrace instances was
package-private. This made it difficult to implement an
HttpTraceRepository that persists the HttpTrace instances
rather than holding them in memory as it inhibited recreation of the
instances when they read from the persistent store.

This commit adds public constructors to HttpTrace and related classes
to enable recreation of an HttpTrace. The package-private methods for
mutating properties have not been made public to ensure that the
public API remains immutable.

Closes gh-14726
2018-10-11 14:26:23 +01:00
..
spring-boot Support ConfigurationProperties BindHandler advise 2018-10-10 12:40:11 -07:00
spring-boot-actuator Allow HttpTrace instances to be created 2018-10-11 14:26:23 +01:00
spring-boot-actuator-autoconfigure Upgrade to Dropwizard Metrics 4.0.3 2018-10-10 10:00:45 -07:00
spring-boot-autoconfigure Polish 2018-10-11 12:29:49 +01:00
spring-boot-cli Merge branch '2.0.x' 2018-10-09 17:08:56 +02:00
spring-boot-dependencies Merge branch '2.0.x' 2018-10-11 10:40:55 +01:00
spring-boot-devtools Make devtools set spring.messages.reloadable=true 2018-10-05 13:59:26 -07:00
spring-boot-docs Improve logger-name value hint definition 2018-10-10 18:40:10 +02:00
spring-boot-parent Add Kotlin DSL examples to Gradle Plugin's documentation 2018-10-05 10:41:13 +01:00
spring-boot-properties-migrator Fix checkstyle ternary issues 2018-07-28 01:11:52 +01:00
spring-boot-starters Exclude duplicate javax.activation classes from web services starter 2018-10-10 16:51:47 +01:00
spring-boot-test Tolerate Integer values for port properties 2018-10-04 10:53:02 +01:00
spring-boot-test-autoconfigure Merge '2.0.x' 2018-10-05 13:34:12 -07:00
spring-boot-tools Order class filter checks and exit early 2018-10-10 22:02:05 -07:00
pom.xml Restore import-control checkstyle 2018-10-02 10:30:14 -07:00