Commit Graph

21179 Commits (b35424478b4eeebac5dafa85c1c89dbcf367ecdb)
 

Author SHA1 Message Date
Stephane Nicoll b894696efb Polish "Automatically detect log4j2.properties"
Closes gh-16262
6 years ago
Mohamed Rifni 2cb4403cd0 Automatically detect log4j2.properties
See gh-16262
6 years ago
Stephane Nicoll 0a20ce8333 Merge pull request #16326 from simionAndrei
* pr/16326:
  Polish "Add Spring-specific styling to Actuator's API documentation"
  Use asciidoctor 1.5.8
  Add Spring-specific styling to Actuator's API documentation
6 years ago
Stephane Nicoll 1bc47b7e74 Polish "Add Spring-specific styling to Actuator's API documentation"
Closes gh-16326
6 years ago
Stephane Nicoll 604b0891d0 Use asciidoctor 1.5.8
This commit uses asciidoctor 1.5.8 for the time being. Once a new
version of the plugin is released, this override will be unnecessary.
6 years ago
simionAndrei 26cfbe04b2 Add Spring-specific styling to Actuator's API documentation
This commit replaces the default Asciidoctor styling with
Spring specific styling.

First, we need to unzip the contents of the Spring Asciidoctor
documentation resources provided by the
`io.spring.docsresources:spring-docs-resources` distribution zip. This
is done in a `/target/refdocs` folder. We then copy all files from
`src/main/asciidoc` to the same location, and then launch the generation
process.

See gh-16326
6 years ago
Stephane Nicoll d1507497d8 Merge branch '2.1.x' 6 years ago
Stephane Nicoll 1261c3960d Merge branch '2.0.x' into 2.1.x 6 years ago
Stephane Nicoll 28b38ddc9a Upgrade to Reactor Bom Bismuth-SR17
Closes gh-16372
6 years ago
Stephane Nicoll 4c1186cbd8 Merge branch '1.5.x' into 2.0.x 6 years ago
Stephane Nicoll dfe6bf0f5f Upgrade to Appengine Sdk 1.9.73
Closes gh-16387
6 years ago
Stephane Nicoll 241171fcfa Merge branch '2.1.x' 6 years ago
Stephane Nicoll 6cee5feaab Merge pull request #16332 from zhanglc
* pr/16332:
  Disable nulls serialization when serialize-nulls property is false
6 years ago
liucheng.zhang 4d1717f18e Disable nulls serialization when serialize-nulls property is false
Closes gh-16332
6 years ago
Stephane Nicoll e80b6cfc44 Merge branch '2.1.x' 6 years ago
Stephane Nicoll 877a47f22b Upgrade to Jooq 3.11.10
Closes gh-16386
6 years ago
Stephane Nicoll e03f9e2467 Upgrade to Infinispan 9.4.11.Final
Closes gh-16385
6 years ago
Stephane Nicoll 3ae7257171 Upgrade to Hibernate 5.3.9.Final
Closes gh-16384
6 years ago
Stephane Nicoll 2af72170c6 Upgrade to Byte Buddy 1.9.12
Closes gh-16383
6 years ago
Stephane Nicoll 8ea0ecd07c Upgrade to Rxjava2 2.2.8
Closes gh-16382
6 years ago
Stephane Nicoll ab110ee39a Upgrade to Reactor Bom Californium-SR6
Closes gh-16381
6 years ago
Stephane Nicoll 59d2bc9bc6 Upgrade to Netty Tcnative 2.0.23.Final
Closes gh-16380
6 years ago
Stephane Nicoll 1d69d81f13 Upgrade to Lettuce 5.1.6.RELEASE
Closes gh-16379
6 years ago
Stephane Nicoll b4bfc4dc14 Merge branch '2.0.x' into 2.1.x 6 years ago
Stephane Nicoll 1a89087a87 Upgrade to Thymeleaf Extras Java8time 3.0.4.RELEASE
Closes gh-16378
6 years ago
Stephane Nicoll 7cff82647d Upgrade to Spring Cloud Connectors 2.0.5.RELEASE
Closes gh-16377
6 years ago
Stephane Nicoll e3e290e959 Upgrade to Quartz 2.3.1
Closes gh-16376
6 years ago
Stephane Nicoll 9ab942c54c Upgrade to Hibernate Validator 6.0.16.Final
Closes gh-16375
6 years ago
Stephane Nicoll 8c85f1a141 Upgrade to Elasticsearch 5.6.16
Closes gh-16374
6 years ago
Stephane Nicoll f7d2cc6aa7 Upgrade to Activemq 5.15.9
Closes gh-16373
6 years ago
Stephane Nicoll 49f2d1bd3e Upgrade to Netty 4.1.34.Final
Closes gh-16371
6 years ago
Stephane Nicoll ca9afa7b55 Upgrade to Micrometer 1.0.10
Closes gh-16370
6 years ago
Stephane Nicoll c88bfed669 Upgrade to Unboundid Ldapsdk 4.0.10
Closes gh-16369
6 years ago
Andy Wilkinson 066b6d53b7 Merge branch '2.1.x' 6 years ago
Andy Wilkinson a2a33557a4 Merge branch '2.0.x' into 2.1.x 6 years ago
Andy Wilkinson 3517487a18 Merge branch '1.5.x' into 2.0.x 6 years ago
Andy Wilkinson e8b7d0fcec Polish 6 years ago
Andy Wilkinson 5e22b421c5 Merge branch '2.1.x' 6 years ago
Andy Wilkinson 6aa78801ff Merge branch '2.0.x' into 2.1.x 6 years ago
Andy Wilkinson 21adbdef49 Upgrade to Tomcat 9.0.17
Closes gh-16367
6 years ago
Andy Wilkinson 6507d1723d Merge branch '1.5.x' into 2.0.x 6 years ago
Andy Wilkinson 70eee612ff Configure Tomcat to create upload targets
Previously, if the directory to which Tomcat would write a file upload did not exist
the upload attempt would fail and a 500 response would be returned to the client.
This could happen when, for example, Tomcat is using a temporary directory for file
uploads and tmpwatch has deleted the directory.

This commit configures Tomcat so that, during multipart request parsing, it will
automatically create the directory to which the parts will be written if it does not
already exist.

Closes gh-9616
6 years ago
Stephane Nicoll 270554d3cd Merge branch '2.1.x' 6 years ago
Stephane Nicoll 57761f4437 Merge pull request #16266 from alimate
* pr/16266:
  Polish "Add error rendering support with @WebFluxTest"
  Add error rendering support with @WebFluxTest
6 years ago
Stephane Nicoll 090f5f5397 Polish "Add error rendering support with @WebFluxTest"
Closes gh-16266
6 years ago
Ali Dehghani 53e7484d87 Add error rendering support with @WebFluxTest
See gh-16266
6 years ago
Stephane Nicoll 17a800b577 Merge branch '2.1.x' 6 years ago
Stephane Nicoll 62d9c0a8b3 Test against Gradle 5.3.1 6 years ago
Stephane Nicoll 680e2b223b Remove deprecated finalName attribute
See gh-16202
6 years ago
Stephane Nicoll cba1e8ada0 Merge branch '2.1.x' 6 years ago