- 05 Jan, 2018 9 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Stephane Nicoll authored
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
-
Andy Wilkinson authored
Closes gh-11508
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-11510
-
Stephane Nicoll authored
* pr/11510: Polish
-
Johnny Lim authored
Closes gh-11510
-
Madhura Bhave authored
Fixes gh-11383
-
- 04 Jan, 2018 17 commits
-
-
Madhura Bhave authored
See gh-10516
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
Fixes gh-10516
-
Andy Wilkinson authored
See gh-11503
-
Andy Wilkinson authored
See gh-11501
-
Brian Clozel authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
This reverts commit f91f8f7e. See gh-11475
-
Brian Clozel authored
* pr/11489: Polish Full editing pass plus linking
-
Brian Clozel authored
-
Jay Bryant authored
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).
-
Andy Wilkinson authored
Closes gh-10133
-
Andy Wilkinson authored
Closes gh-11490
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
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
-
- 03 Jan, 2018 14 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Change `CacheMeterBinderProvider` to include a cache type generic which helps to simplify implementations. Also move and extract a few classes. See gh-11221
-
Phillip Webb authored
Update the validator background initializer to actually create the validator. Closes gh-11412
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Brian Clozel authored
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
-
Stephane Nicoll authored
See gh-11235
-
Andy Wilkinson authored
-
Stephane Nicoll authored
Closes gh-11221
-
Andy Wilkinson authored
Closes gh-11483
-
Andy Wilkinson authored
Closes gh-11482
-
Andy Wilkinson authored
Closes gh-11481
-
Andy Wilkinson authored
Closes gh-11480
-
Andy Wilkinson authored
Closes gh-11479
-