Commit Graph

12736 Commits (bd27d147d7441990a54367250d62abb8a21a61af)
 

Author SHA1 Message Date
Andy Wilkinson d7f85a8f97 Upgrade to Hikaricp 2.6.3
Closes gh-9744
7 years ago
Andy Wilkinson 03c76f53a8 Upgrade to Json Path 2.4.0
Closes gh-9743
7 years ago
Andy Wilkinson 58278dbd02 Upgrade to Caffeine 2.5.3
Closes gh-9742
7 years ago
Brian Clozel 9f7f5c209b Refactor NettyWebServer with BlockingNettyContext
This commit leverages the new `BlockingNettyContext` in reactor-netty
and simplifies the server lifecycle management.

Closes gh-9698
7 years ago
Stephane Nicoll 8eebb37f2b Merge pull request #9729 from izeye:polish-20170711
* pr/9729:
  Polish
7 years ago
Johnny Lim 360e3a492c Polish
closes gh-9729
7 years ago
Phillip Webb 8e3baf3130 Polish 7 years ago
Andy Wilkinson 03f74e96b0 Upgrade to Neo4j Ogm 3.0.0-RC1
Closes gh-9719
7 years ago
Andy Wilkinson 000fcf6dd0 Upgrade to Mariadb 2.0.3
Closes gh-9718
7 years ago
Andy Wilkinson 2efa0489dc Upgrade to Narayana 5.6.2.Final
Closes gh-9717
7 years ago
Andy Wilkinson 181a7842ee Upgrade to Netty 4.1.13.Final
Closes gh-9716
7 years ago
Andy Wilkinson 2785b43265 Polish spring-boot's pom 7 years ago
Andy Wilkinson 76c21eab8c Polish spring-boot's pom 7 years ago
Stephane Nicoll 3ba6954b02 Merge branch '1.5.x' 7 years ago
Stephane Nicoll 11fb792e88 Fix source repository links in maven plugin site
Closes gh-9671
7 years ago
Stephane Nicoll cb13c98649 Polish 7 years ago
Stephane Nicoll b37946363b Merge pull request #9688 from galderz:t_infinispan_9x_v2
* pr/9688:
  Polish "Upgrade to Infinispan 9.0.3.Final"
  Upgrade to Infinispan 9.0.3.Final
7 years ago
Stephane Nicoll fa71051ec6 Polish "Upgrade to Infinispan 9.0.3.Final"
Closes gh-9688
7 years ago
Galder Zamarreño 3f9dcbdcc1 Upgrade to Infinispan 9.0.3.Final
Closes gh-9688
7 years ago
Andy Wilkinson 0f700e9c5e Merge branch '1.5.x' 7 years ago
Andy Wilkinson b0102e6d55 Upgrade to Lombok 1.16.18
Closes gh-9705
7 years ago
Andy Wilkinson 51006b8499 Upgrade to Jolokia 1.3.7
Closes gh-9704
7 years ago
Andy Wilkinson 2667d9b905 Upgrade to Narayana 5.5.27.Final
Closes gh-9703
7 years ago
Andy Wilkinson 33288c7933 Upgrade to Infinispan 8.2.7.Final
Closes gh-9702
7 years ago
Andy Wilkinson c569614e7b Upgrade to Groovy 2.4.12
Closes gh-9701
7 years ago
Andy Wilkinson 5b9d01dabb Upgrade to Undertow 1.4.18.Final
Closes gh-9700
7 years ago
Andy Wilkinson 865c70412f Upgrade to Appengine Sdk 1.9.54
Closes gh-9699
7 years ago
Brian Clozel 7bbae21d62 Start documenting WebFlux support
This commit adds new reference documentation sections about WebFlux
support in Spring Boot:

* Support for multiple HTTP servers (gh-8403)
* `CodecCustomizer` and JSON codecs (gh-8897, gh-9166)
* `WebClient.Builder` auto-configuration (gh-9522)
* Tests with `@WebFluxTest` (gh-8401)
* `WebTestClient` auto-configuration (gh-8399)
* Support for Thymeleafi and Mustache templating (gh-8124, gh-8648)
* Choose another HTTP server with WebFlux (closes gh-9690)
7 years ago
Stephane Nicoll ef5c2afcc9 Polish 7 years ago
Andy Wilkinson dd0ce54425 Improve the type-safety of ContextLoader for servlet and reactive web 7 years ago
Andy Wilkinson 19ddfad63e Migrate some more tests to the new ContextLoader 7 years ago
Andy Wilkinson e91b4d0bb3 Polish ContextLoader 7 years ago
Phillip Webb eb17aa06f9 Merge branch '1.5.x' 7 years ago
Phillip Webb aa57ca7e18 Polish 7 years ago
Madhura Bhave 6bc498cb3a Polish 7 years ago
Madhura Bhave 31101bdbb7 Merge branch '1.5.x' 7 years ago
Madhura Bhave 222a09cfd3 Make ROOT logger name case-insensitive when setting log level
Fixes gh-9693
7 years ago
Madhura Bhave 8dacbbf18a Merge branch '1.5.x' 7 years ago
Madhura Bhave 96b1a8547f Decorate KeyManager for Undertow only when an alias is configured
Fixes gh-9351
7 years ago
Andy Wilkinson b11053afc4 Align with breaking API changes in Spring Data MongoDB 7 years ago
Brian Clozel f2e77e46cd Auto-configure codecs in WebTestClient
This commit applies what's been done in gh-9166 for WebFlux client and
server, but for the `WebTestClient` auto-configuration.

`WebTestClient` can be configured for mock or integration tests and this
change applies `CodecCustomizer` beans to the client being built.

Closes gh-9577
7 years ago
Brian Clozel 64777204d8 Apply codecs auto-configuration to WebFlux
This commit introduces `CodecCustomizer`, a new callback-based interface
for customizing the codecs configuration for WebFlux server and client.

Instances of those customizers are applied to the `WebClient.Builder`
and to the `WebFluxAutoConfiguration` (which deals with both WebFlux and
WebFlux.fn).

For now, only Jackson codecs are auto-configured, by getting the
`ObjectMapper` instance created by Spring Boot. Other codecs can be
configured as soon as WebFlux supports those.

Closes gh-9166
7 years ago
Brian Clozel 4ce726b1a0 Auto-configure WebClient.Builder
This commit adds a new customizer interface for applying
configuration changes to `WebClient.Builder` beans:
`WebClientCustomizer`.

The new WebClient auto-configuration will make available, as a
prototype scoped bean, `WebClient.Builder` instances.
Once injected, developers can use those to create `WebClient`
instances to be used in their application.

`WebClientCustomizer` beans are sorted according to their
`Order` and then applied to the builder instances.

Closes gh-9522
7 years ago
Andy Wilkinson 89af4a65cf Upgrade to Sqlite Jdbc 3.19.3
Closes gh-9665
7 years ago
Andy Wilkinson 535005da7b Upgrade to Mockito 2.8.47
Closes gh-9664
7 years ago
Andy Wilkinson 3eafd04ebc Upgrade to Influxdb Java 2.7
Closes gh-9663
7 years ago
Andy Wilkinson 58414b793a Upgrade to Elasticsearch 5.4.3
Closes gh-9662
7 years ago
Andy Wilkinson 7080500db9 Upgrade to Commons Lang3 3.6
Closes gh-9661
7 years ago
Andy Wilkinson 73a1bb848d Upgrade to Activemq 5.15.0
Closes gh-9660
7 years ago
Andy Wilkinson cc4e8212dc Upgrade to Rxjava2 2.1.1
Closes gh-9659
7 years ago