- 14 Apr, 2017 6 commits
-
-
Stephane Nicoll authored
* pr/8536: Polish "Add slice test annotation for LDAP" Add slice test annotation for LDAP
-
Stephane Nicoll authored
Closes gh-8536
-
Eddú Meléndez authored
This commit adds new annotation `@DataLdapTest` which provides test infrastructure for LDAP. By default, embedded ldap server is initialized if available. See gh-8536
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/8889: Upgrade to Apache Maven 3.5.0
-
Raja Kolli authored
Closes gh-8889
-
- 13 Apr, 2017 6 commits
-
-
Stephane Nicoll authored
This commit renames the `solrStatus` property of the Solr health indicator to `status` and its type. This is now an integer corresponding to the status Solr sent rather than a String that can be "OK" when all is well. Closes gh-8878
-
Brian Clozel authored
Since SPR-15415 and SPR-15435, the HandlerStrategies and its companion builder are now using the new CodecConfigurer infrastructure to configure codecs in a cross-cutting way. This commit looks for a custom instance of `HandlerStrategies.Builder` provided by the user, or create a default one if none was found. Fixes gh-8897
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-8895
-
- 12 Apr, 2017 28 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/8128: Polish "Handle null value in OnExpressionCondition" Handle null value in OnExpressionCondition
-
Stephane Nicoll authored
Closes gh-8128
-
tinexw authored
Closes gh-2886
-
Stephane Nicoll authored
* pr/8768: Polish "Use JDK hashCode() variants for primitives" Use JDK hashCode() variants for primitives
-
Stephane Nicoll authored
Closes gh-8768
-
dreis authored
See gh-8768
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-8892
-
Stephane Nicoll authored
This commit improves `SpringApplicationAdminMXBeanRegistrar` so that it work with traditional Servlet-based app but also with Spring WebFlux. Closes gh-8533
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-8232
-
Stephane Nicoll authored
Closes gh-8885
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-6911
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit makes sure to honour the `spring.aop.proxy-target-class` property if set by the user. Previously, the `PersistenceExceptionTranslationPostProcessor` was always configured to use cglib, regardless of the value of that property. Closes gh-8887
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-8497
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit separates the JPA-specific bits of the batch auto-configuration so that it is possible to reuse most of the logic if JPA isn't available at all. Closes gh-8877
-
Phillip Webb authored
-