Commit Graph

14866 Commits (e258884dd391a61994192a8e85f4cf7f0c99fa9d)
 

Author SHA1 Message Date
Andy Wilkinson 93c5900d47 Merge branch '1.5.x' 7 years ago
Andy Wilkinson a9811e360a Add missing copyright headers to .java source files 7 years ago
Andy Wilkinson 94d5836618 Merge branch '1.5.x' 7 years ago
Andy Wilkinson 5bbd31e7a3 Rename test classes so that their tests are run by Maven 7 years ago
Stephane Nicoll 59d5ed5842 Add support for advanced customization of Hibernate settings
As HibernateJpaConfiguration is package private, it is no longer
possible to extend the default Spring Boot configuration to apply
advanced settings. The most notable use case for this is the
customization of Hibernate properties using instance value vs. string
value that can be set using the "spring.jpa.properties" namespace.

This commit adds a HibernatePropertiesCustomizer callback interface that
can be implemented to tune Hibernate properties at will.

Closes gh-11211
7 years ago
Andy Wilkinson 268b97bf98 No-op ResetMocksTestExecutionListener when Mockito is not present
Closes gh-11508
7 years ago
Stephane Nicoll 641013787d Polish 7 years ago
Stephane Nicoll ac004eabf3 Update copyright header
See gh-11510
7 years ago
Stephane Nicoll 91b4b4718f Merge pull request #11510 from izeye:polish-20180105
* pr/11510:
  Polish
7 years ago
Johnny Lim 37d8eedae3 Polish
Closes gh-11510
7 years ago
Madhura Bhave 7c5cf903fc Remove management.security.enabled from documentation
Fixes gh-11383
7 years ago
Madhura Bhave fc3b43e832 Wait for neo4j to start accepting connections
See gh-10516
7 years ago
Madhura Bhave 8001c6a2b8 Fix docker-lib url in images 7 years ago
Madhura Bhave 747b71ba69 Add docker-lib from github 7 years ago
Madhura Bhave e28915bd4b Make integration tests self-contained
Fixes gh-10516
7 years ago
Andy Wilkinson 3955c284f5 Start building against Spring Framework 5.0.3 snapshots
See gh-11503
7 years ago
Andy Wilkinson 0e3d873d85 Start building against Spring Integration 5.0.1 snapshots
See gh-11501
7 years ago
Brian Clozel 6525bc46ef Add Jetty libraries to Javadoc build 7 years ago
Andy Wilkinson bfef8be4dc Merge branch '1.5.x' 7 years ago
Andy Wilkinson 9baa9772c2 Revert "Upgrade to Jackson 2.8.11"
This reverts commit f91f8f7eec.

See gh-11475
7 years ago
Brian Clozel b96f862c9e Merge pull request #11489 from Buzzardo:linking
* pr/11489:
  Polish
  Full editing pass plus linking
7 years ago
Brian Clozel c6a1fc93bd Polish 7 years ago
Jay Bryant 0e7dbd59b2 Full editing pass plus linking
I made a complete editing pass plus another pass to see where I could add more links, both within the document and to other parts of Spring. The result was a thorough edit (though I'm sure I missed things, purely due to the size of the thing).
7 years ago
Andy Wilkinson 0aedd3f11d Exclude tomcat-annotations-api and use javax.annotations-api instead
Closes gh-10133
7 years ago
Andy Wilkinson a7808388ad Make github-tag property available when generating Gradle plugin docs
Closes gh-11490
7 years ago
Stephane Nicoll 03dd53f347 Fix broken merge 7 years ago
Stephane Nicoll e3bfd797a3 Merge branch '1.5.x' 7 years ago
Stephane Nicoll d49b022ce3 Shade json in configuration processor
This commit shades the json API in the configuration processor so that
it doesn't bring `android-json` to the classpath anymore.

Closes gh-10307
7 years ago
Phillip Webb bee5fa7fc6 Polish 7 years ago
Phillip Webb 6bac365a72 Polish micrometer cache metrics
Change `CacheMeterBinderProvider` to include a cache type
generic which helps to simplify implementations. Also move
and extract a few classes.

See gh-11221
7 years ago
Phillip Webb 37fe7bc8f6 Update validator background initializer
Update the validator background initializer to actually create
the validator.

Closes gh-11412
7 years ago
Madhura Bhave 732d9868e3 Increase session timeout to prevent CI failures 7 years ago
Madhura Bhave 716543828a Refactor some tests to use ApplicationContextRunner 7 years ago
Brian Clozel 3ab32df242 Add support for HTTP/2 in Jetty with Conscrypt
This commit configures Jetty for HTTP/2 support as soon as the following
conditions are met:

* `server.http2.enabled=true`
* Both `org.eclipse.jetty:jetty-alpn-conscrypt-server` and
`org.eclipse.jetty.http2:http2-server` are on classpath

This will use the Conscrypt library for ALPN and TLS support using
native libraries shipped within the Conscrypt uber Jar. This does not
require a JVM agent or patching the JDK classes.

Closes gh-10902
7 years ago
Stephane Nicoll ea70b2ed2e Upgrade to Kotlin 1.2.10
See gh-11235
7 years ago
Andy Wilkinson 6d8676c268 Merge branch '1.5.x' 7 years ago
Stephane Nicoll 0515ca0dd0 Auto configure micrometer cache metrics
Closes gh-11221
7 years ago
Andy Wilkinson 1f14b11be4 Upgrade to Spring Security Jwt 1.0.9.RELEASE
Closes gh-11483
7 years ago
Andy Wilkinson fc3e4085cb Upgrade to Spring Retry 1.2.2.RELEASE
Closes gh-11482
7 years ago
Andy Wilkinson 2ac5f7b464 Upgrade to Spring Integration 4.3.13.RELEASE
Closes gh-11481
7 years ago
Andy Wilkinson 40c8edc52e Upgrade to Spring Amqp 1.7.5.RELEASE
Closes gh-11480
7 years ago
Andy Wilkinson cc61bc05e6 Upgrade to Tomcat 8.5.24
Closes gh-11479
7 years ago
Andy Wilkinson 5552434660 Upgrade to Httpclient 4.5.4
Closes gh-11478
7 years ago
Andy Wilkinson 38f94cc683 Upgrade to Mysql 5.1.45
Closes gh-11477
7 years ago
Andy Wilkinson e926c87e81 Upgrade to Appengine Sdk 1.9.60
Closes gh-11476
7 years ago
Andy Wilkinson f91f8f7eec Upgrade to Jackson 2.8.11
Closes gh-11475
7 years ago
Andy Wilkinson 38ac595615 Polish 7 years ago
Andy Wilkinson bac21e2ee6 Merge branch '1.5.x' 7 years ago
Andy Wilkinson 77edcaab86 Merge branch '1.5.x' 7 years ago
Andy Wilkinson 451a4dfc7f Make management web security back off without spring-security-web
Closes gh-11474
7 years ago