- 23 Jul, 2019 5 commits
-
-
Stephane Nicoll authored
See gh-16449
-
chao.chang authored
See gh-16449
-
Stephane Nicoll authored
Closes gh-17544
-
Stephane Nicoll authored
See gh-17601
-
Stephane Nicoll authored
See gh-17601
-
- 22 Jul, 2019 19 commits
-
-
Madhura Bhave authored
* pr/17601: Include WebFilter beans in WebFluxTest slice Closes gh-17601
-
Dmytro Nosan authored
See gh-17601
-
Madhura Bhave authored
* pr/17600: Include HandlerInterceptor beans in WebMvcTest slice Closes gh-17600
-
Dmytro Nosan authored
See gh-17600
-
Brian Clozel authored
This commit updates the `RouteMatcher` configuration after the latest Spring Framework changes. The default route matcher implementation based on the `PathPattern` infrastructure is now tailored for the messaging use case (path separator, path encoding options and trailing separator). See spring-projects/spring-framework#23310
-
Stephane Nicoll authored
Closes gh-17603
-
Stephane Nicoll authored
Closes gh-17573
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-17602
-
Stephane Nicoll authored
* pr/17531: Polish "Configure ActiveMQConnectionFactory properly without spring-jms" Configure ActiveMQConnectionFactory properly without spring-jms Closes gh-17531
-
Stephane Nicoll authored
See gh-17531
-
Dmytro Nosan authored
See gh-17531
-
Stephane Nicoll authored
Closes gh-17599
-
Stephane Nicoll authored
* pr/17590: Cover more known Java versions in JavaVersion Closes gh-17590
-
dreis2211 authored
See gh-17590
-
Stephane Nicoll authored
* pr/17591: Add reference to picocli starter Closes gh-17591
-
Remko Popma authored
See gh-17591
-
- 21 Jul, 2019 4 commits
-
-
Stephane Nicoll authored
* pr/17596: Replace deprecated media type Closes gh-17596
-
adavid9 authored
See gh-17596
-
Stephane Nicoll authored
* pr/17592: Remove println invocations in tests Closes gh-17592
-
Johnny Lim authored
See gh-17592
-
- 20 Jul, 2019 2 commits
-
-
Phillip Webb authored
Cache TypeExcludeFilter delegates to save repeated calls to `beanFactory.getBeansOfType`. Closes gh-17595
-
Phillip Webb authored
Polish `OnBeanCondition` and make it easier to remove `BeanTypeRegistry` in the future. See gh-17594
-
- 19 Jul, 2019 10 commits
-
-
Andy Wilkinson authored
Closes gh-17588
-
Andy Wilkinson authored
Closes gh-17485
-
Andy Wilkinson authored
Previously, the sourceDocumentExtension used for the single-page documentation was htmlsingleadoc and for the multi-page docs they were adoc and htmladoc. When finding source files to render, the Asciidoctor Maven Plugin looks for files with a name that ends with one of the configured extensions. This resulted in the index.htmlsingleadoc file matching the adoc extention in the multi-page configuration in addition to the intended match for the index.htmladoc. As a result both the single-page and multi-page indexes were rendered when rendering the multi-page documentation. In addition to this unwanted rendering, if the single-page index was rendered after the multi-page index, the multi-page index would be overwritten by the single-page index, leaving the multi-page docs with the wrong index file. Asciidoctor uses File.listFiles() during its source file discovery which is documented as having no guarantee that the resulting array will be in any specific order. As a result, there was also no guarantee about which index we'd end up with. Closes gh-17263
-
Andy Wilkinson authored
Previously, Jackson2ObjectMapperBuilder was a singleton bean. This meant that if it was injected and mutated in one injection point, usage in a subsequent injection point would see the previous injection point's mutation which can lead to unexpected failures. This commit updates the auto-configuration of the builder to make it a protoype bean. Mutation of the builder that is intended to apply globally should be made using a customizer. Closes gh-17477
-
Andy Wilkinson authored
Closes gh-17500
-
Stephane Nicoll authored
* pr/17587: Polish "Adjust to changes in Spring AMQP 2.2 snapshots" Adjust to changes in Spring AMQP 2.2 snapshots Closes gh-17587
-
Stephane Nicoll authored
See gh-17587
-
dreis2211 authored
See gh-17587
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-