- 04 Jun, 2019 11 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Closes gh-16682
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Closes gh-16682
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
- 29 May, 2019 7 commits
-
-
Phillip Webb authored
Closes gh-16949
-
Phillip Webb authored
Update `SpringIterableConfigurationPropertySource` so that they cache and cache key are not stored in different fields. Prior to this commit it was possible that the an incorrect cache could be returned from because the key and cache were out of sync. This commit also allows more lenient handling of ConcurrentModification exceptions if they are thrown during cache retrieval. Closes gh-17017 See gh-17013
-
Phillip Webb authored
* pr/17005: Handle all getters first in JavaBeanBinder Closes gh-17005
-
Johnny Lim authored
Update `JavaBeanBinder.addProperties` to add both `get` and `is` methods before `set`. See gh-17005
-
Andy Wilkinson authored
* gh-17002: Add a missing @Test in JavaBeanBinderTests Closes gh-17002
-
Johnny Lim authored
See gh-17002
-
Andy Wilkinson authored
Closes gh-16910
-
- 28 May, 2019 20 commits
-
-
Phillip Webb authored
Update `TypeExcludeFilter` to exclude `groovy.lang.MetaClass`. Closes gh-16981
-
Phillip Webb authored
* pr/16892: Polish "Allow Tomcat be destroyed regardless of exceptions" Allow Tomcat be destroyed regardless of exceptions
-
Phillip Webb authored
See gh-16892
-
Joao Silva authored
Update `TomcatWebServer` so that lifecycle exceptions are silently swallowed when attempting shutdown. Prior to this commit it was possible that a Tomcat instance might not be properly destroyed and could leave non daemon threads running, which prevent the JVM from exiting. Fixes gh-16892
-
Phillip Webb authored
* pr/16944: Add Nexmo to list of third-party starters
-
Steve Crow authored
Closes gh-16944
-
Phillip Webb authored
* pr/16946: Use a regex that captures numbers and qualifiers
-
Phillip Verheyden authored
Fix the regular expression used in the devtools documentation to include a version number pattern. Closes gh-16946
-
Phillip Webb authored
-
Phillip Webb authored
* pr/16889: Polish "Fix NoClassDefFound when missing Spring Security" Fix NoClassDefFound when missing Spring Security
-
Phillip Webb authored
See gh-16889
-
Vedran Pavic authored
Update Spring Session auto-configuration to ensure that the `DefaultCookieSerializer` doesn't break when Spring Security is not present on the classpath. Closes gh-16889
-
-
Phillip Webb authored
* pr/16971: Polish "Fix Spring Data Cassandra auto-configure condition" Fix Spring Data Cassandra auto-configure condition
-
Phillip Webb authored
See gh-16971
-
Dmytro Nosan authored
Update `CassandraDataAutoConfiguration` do that it's only applied when a `Cluster` bean is found. Fixes gh-16971
-
Phillip Webb authored
Update the forward merge script to add an additional new line when rewiring the commit message. Prior this this commit, if an additional line immediately followed the "Fixes ... in ..." pattern it would be appended to the end of the rewritten fixes line. Closes gh-16861
-
Phillip Webb authored
-
Phillip Webb authored
* pr/16974: Use actual resolvedType when checking Binder cache
-
Johnny Lim authored
Update `JavaBeanBinder` so that the `isOfDifferentType` method checks both the actual type and the resolved type. Prior to this commit, it was possible that when `canCallGetValue` is `true` the `resolvedType` could be different from `type.resolve`. Closes gh-16974
-
- 27 May, 2019 1 commit
-
-
Stephane Nicoll authored
Closes gh-16978
-
- 25 May, 2019 1 commit
-
-
Andy Wilkinson authored
* gh-16938: Correct name and description of spring-boot-project module Closes gh-16938
-