- 14 May, 2018 26 commits
-
-
Stephane Nicoll authored
* pr/12890: Manage the Mockito/JUnit 5 dependency
-
Frank Pavageau authored
This requires an updated Mockito dependency as well, since it was introduced in Mockito 2.17.0 but really works starting with 2.18.0. Closes gh-12890
-
Stephane Nicoll authored
* pr/13159: Polish "Add liquibase test rollback on update property" Add liquibase test rollback on update property
-
Stephane Nicoll authored
Closes gh-13159
-
Vladyslav Kiriushkin authored
See gh-13159
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/13161: Update Kotlin refdoc with the new tutorial
-
Sebastien Deleuze authored
Closes gh-13161
-
Stephane Nicoll authored
See gh-12933
-
Stephane Nicoll authored
Closes gh-12933
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-13154
-
Stephane Nicoll authored
Closes gh-12971
-
Stephane Nicoll authored
Closes gh-13101
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-13056
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Some Quartz initialization scripts have comments in a different format. This commit introduces a `comment-prefix` property that should be set by the user if their target database has a script that contains those unusual comments. Closes gh-13041
-
Stephane Nicoll authored
* pr/13148: Polish
-
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 11 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
-