- 14 May, 2018 6 commits
-
-
Johnny Lim authored
Closes gh-13148
-
Stephane Nicoll authored
-
Johnny Lim authored
See gh-13148
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/13036: Polish JpaProperties.determineDdlAuto()
-
Johnny Lim authored
Closes gh-13036
-
- 12 May, 2018 3 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
- 11 May, 2018 31 commits
-
-
Stephane Nicoll authored
* pr/13143: Polish "Improve LDAP auto-configuration conditions" Improve LDAP auto-configuration conditions
-
Stephane Nicoll authored
Closes gh-13143
-
Vedran Pavic authored
At present, auto-configuration of `LdapContextSource` is conditional on presence of a `ContextSource` bean. However, there are valid use cases which require multiple `ContextSource` bean, for instance `PooledContextSource`. With the current arrangement, the auto-configuration of `LdapContextSource` will back off if user provides a `PooledContextSource` bean, while it would still be reasonable to reuse the auto-configured `LdapContextSource`. This commit improves `LdapContextSource` factory method return value and condition to back off only if users actually provide a `LdapContextSource` bean themselves. See gh-13143
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, when an empty String was bound to a collection or array of rich types it would fail as there was no converter capable of creating a Collection<RichType> or RichType[] from the String. This commit updates IndexedElementsBinder to apply special treatment to empty String values. Now, when such a value is being processed, an empty Collection or array is the result. Closes gh-12965
-
Stephane Nicoll authored
* pr/13136: Polish "Improve LDAP auto-configuration" Improve LDAP auto-configuration
-
Stephane Nicoll authored
Closes gh-13136
-
Vedran Pavic authored
Auto-configuration of LDAP's `LdapTemplate` is currently a part of `LdapDataAutoConfiguration` which is conditional of presence of `LdapRepository` (i.e. Spring Data LDAP). This arrangement isn't ideal since the `LdapTemplate` is a part of Spring LDAP project, and therefore should not be tied to Spring Data LDAP. This commit improves and simplifies LDAP auto-configuration by moving `LdapTemplate` configuration to `LdapAutoConfiguration`. Consequently, `LdapDataAutoConfiguration` is not needed anymore and is removed. See gh-13136
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/13137: Add .gitignore for Gradle Plugin module
-
Vedran Pavic authored
Closes gh-13137
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/13144: Remove unnecessary semicolons
-
dreis2211 authored
Closes gh-13144
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-11948: Polish "Auto-configure a ResourceConfig for Jersey endpoints if needed" Auto-configure a ResourceConfig for Jersey endpoints if needed
-
Andy Wilkinson authored
Closes gh-11948
-
Michael J. Simons authored
See gh-11948
-
Andy Wilkinson authored
Closes gh-13145
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-12958: Polish "Unwrap InvocationTargetException in isLogConfigurationMessage" Unwrap InvocationTargetException in isLogConfigurationMessage
-
Andy Wilkinson authored
Closes gh-12958
-
Henri Tremblay authored
See gh-12958
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-13000
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-