- 08 Oct, 2019 2 commits
-
-
Andy Wilkinson authored
See gh-18534
-
Kant Leung authored
See gh-18534
-
- 07 Oct, 2019 3 commits
-
-
Stephane Nicoll authored
* pr/18524: Remove a duplicate assertion Closes gh-18524
-
Johnny Lim authored
See gh-18524
-
Andy Wilkinson authored
Closes gh-18352
-
- 03 Oct, 2019 19 commits
-
-
Andy Wilkinson authored
The upgrade to Jackson 2.10.0 means that the possibility of getting an incompatible combination of Woodstox and the StAX API when building with Maven has gone. This commit removes the dependency management as it was only added to work around the incompatibility in Jackson's transitive dependencies. Closes gh-18500
-
Andy Wilkinson authored
Closes gh-18502
-
Andy Wilkinson authored
Fixes gh-18410
-
Andy Wilkinson authored
Closes gh-18497
-
Andy Wilkinson authored
Closes gh-18496
-
Andy Wilkinson authored
Closes gh-18495
-
Andy Wilkinson authored
Closes gh-18493
-
Andy Wilkinson authored
Closes gh-18492
-
Phillip Webb authored
Refine the conversion support so that file URLs are support without reintroducing gh-12163. Closes gh-16931
-
Phillip Webb authored
* pr/18490: Polish Closes gh-18490
-
Johnny Lim authored
See gh-18490
-
Phillip Webb authored
* pr/18472: Polish 'Support 'New Relic' eventType properties' Support 'New Relic' eventType properties Closes gh-18472
-
Phillip Webb authored
See gh-18472
-
Neil Powell authored
Update `NewRelicProperties` so that the event type sent with each metric can be configured. An additional `boolean` property has also been added if the previous behavior using the "meter-name" is required. NewRelic's own agents publish metrics to eventTypes aligned with broader categories. To align with their recommendation the default behavior is to publish metrics under a "SpringBootSample" category. When doing so, additional context is provided by including "metricName" and "metricType" attributes. See gh-18472
-
Phillip Webb authored
Add `String` -> `File` support to the `ApplicationConversionService` that can support both simple filename as well as file URLs. This allows Spring Boot application to work in a similar way to vanilla Spring applications where Spring's `FileEditor` provides similar support. Closes gh-16931
-
Phillip Webb authored
Update `AutoConfigureAnnotationProcessor` to no longer store `@Configuration.value` in the meta-data JSON since we never actually read it. Closes gh-16608
-
Phillip Webb authored
Replace `AbstractDependsOnBeanFactoryPostProcessor` `@Configuration` classes with simple `@Import` component classes. Closes gh-18382
-
Madhura Bhave authored
-
Phillip Webb authored
Update `@ConfigurationProperties` so that `@ConstructorBinding` classes no longer need to repeat the annotation for their members. Closes gh-18481
-
- 02 Oct, 2019 16 commits
-
-
Madhura Bhave authored
-
Phillip Webb authored
-
Phillip Webb authored
Fix a regression caused by e41c5a43 which incorrectly allowed the `ValueObjectBinder` to be picked when the `JavaBeanBinder` should have been used. Closes gh-18485
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
Closes gh-18356
-
Madhura Bhave authored
-
Stephane Nicoll authored
Update the configuration processor to use the newly introduced `@ConstructorBinding` annotation to determine when meta data should be generated from constructor parameters. Prior to this commit, the processor had no good way to tell when constructor parameters should be used instead of getters/setters. Closes gh-17035
-
Phillip Webb authored
Add a bean definition post-processor that throws a better exception if @ConstructorBinding property beans are being instantiated as regular Spring beans. Prior to this commit, a constructor bound properties bean would fail with an unsatisfied dependency exception which isn't all that helpful. Closes gh-17831
-
Madhura Bhave authored
Closes gh-18260 Co-authored-by:
Phillip Webb <pwebb@pivotal.io>
-
Phillip Webb authored
Rename `ServerRSocketFactoryCustomizer` to `ServerRSocketFactoryProcessor` to better reflect that it is not a traditional customizer. Closes gh-18390
-
Andy Wilkinson authored
Closes gh-15132
-
Stephane Nicoll authored
-
Spring Buildmaster authored
-
Andy Wilkinson authored
-