Andy Wilkinson
612a929c19
Merge branch '2.0.x' into 2.1.x
6 years ago
Andy Wilkinson
5c21c68146
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
0c74b3cd14
Format deployment integration test source code
...
Closes gh-17077
6 years ago
Andy Wilkinson
24925c3dae
Merge branch '2.0.x' into 2.1.x
...
Closes gh-17078
6 years ago
Andy Wilkinson
c6c139d980
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
8f1be4cded
Upgrade to spring-javaformat 0.0.11
6 years ago
Phillip Webb
857b96b77d
Merge branch '2.0.x' into 2.1.x
6 years ago
Phillip Webb
3f3d1d1768
Ignore Gradle plugin build output
6 years ago
Phillip Webb
0ef331018e
Merge branch '2.0.x' into 2.1.x
6 years ago
Phillip Webb
7fc01971ed
Merge branch '1.5.x' into 2.0.x
6 years ago
Phillip Webb
d548c5ed31
Fix checkstyle violations
6 years ago
Phillip Webb
e161c6f826
Broaden files covered by checkstyle
...
Closes gh-16682
6 years ago
Phillip Webb
930d110178
Merge branch '2.0.x' into 2.1.x
6 years ago
Phillip Webb
90468c4d53
Fix checkstyle violation in OAuth sample
6 years ago
Phillip Webb
ccfbd03482
Merge branch '2.0.x' into 2.1.x
6 years ago
Phillip Webb
b442d3b906
Merge branch '1.5.x' into 2.0.x
6 years ago
Phillip Webb
80d8a5cfa2
Add nohttp checkstyle rule
...
Closes gh-16682
6 years ago
Phillip Webb
72268a266b
Switch livereload links to https
6 years ago
Phillip Webb
cd537155a9
Use https for Thymeleaf xmlns:layout
6 years ago
Phillip Webb
a99131f727
Polish resource files to all end with a new line
6 years ago
Phillip Webb
5fba43aa31
Merge branch '1.5.x' into 2.0.x
6 years ago
Phillip Webb
e61f7a33a7
Add nohttp checkstyle rule
...
Closes gh-16682
6 years ago
Phillip Webb
e79c2cc8a7
Switch livereload links to https
6 years ago
Phillip Webb
0049f1985c
Use https for Thymeleaf xmlns:layout
6 years ago
Phillip Webb
32068c21a3
Polish resource files to all end with a new line
6 years ago
Phillip Webb
d057f49618
Restore JUnit assert checkstyle restrictions
...
Closes gh-16949
6 years ago
Phillip Webb
8e268987ff
Improve thread safety in property source cache
...
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
6 years ago
Phillip Webb
e05799d963
Merge pull request #17005 from izeye
...
* pr/17005:
Handle all getters first in JavaBeanBinder
Closes gh-17005
6 years ago
Johnny Lim
f52ab0040f
Handle all getters first in JavaBeanBinder
...
Update `JavaBeanBinder.addProperties` to add both `get` and `is` methods
before `set`.
See gh-17005
6 years ago
Andy Wilkinson
0b5bb6eb9d
Merge pull request #17002 from Johnny Lim
...
* gh-17002:
Add a missing @Test in JavaBeanBinderTests
Closes gh-17002
6 years ago
Johnny Lim
765b66c599
Add a missing @Test in JavaBeanBinderTests
...
See gh-17002
6 years ago
Andy Wilkinson
6b199c84d7
Upgrade to Jackson 2.9.9
...
Closes gh-16910
6 years ago
Phillip Webb
f380ba63eb
Exclude Groovy MetaClass from property meta-data
...
Update `TypeExcludeFilter` to exclude `groovy.lang.MetaClass`.
Closes gh-16981
6 years ago
Phillip Webb
826b18f63e
Merge pull request #16892 from jpmsilva
...
* pr/16892:
Polish "Allow Tomcat be destroyed regardless of exceptions"
Allow Tomcat be destroyed regardless of exceptions
6 years ago
Phillip Webb
09373622ca
Polish "Allow Tomcat be destroyed regardless of exceptions"
...
See gh-16892
6 years ago
Joao Silva
2b33e31a7c
Allow Tomcat be destroyed regardless of exceptions
...
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
6 years ago
Phillip Webb
c5199322cb
Merge pull request #16944 from cr0wst
...
* pr/16944:
Add Nexmo to list of third-party starters
6 years ago
Steve Crow
e0e871c77b
Add Nexmo to list of third-party starters
...
Closes gh-16944
6 years ago
Phillip Webb
e01bcbb4a5
Merge pull request #16946 from phillipuniverse
...
* pr/16946:
Use a regex that captures numbers and qualifiers
6 years ago
Phillip Verheyden
2149ba4051
Use a regex that captures numbers and qualifiers
...
Fix the regular expression used in the devtools documentation to
include a version number pattern.
Closes gh-16946
6 years ago
Phillip Webb
af1720aa2e
Fix checkstyle issue
6 years ago
Phillip Webb
a51996fc10
Merge pull request #16889 from vpavic
...
* pr/16889:
Polish "Fix NoClassDefFound when missing Spring Security"
Fix NoClassDefFound when missing Spring Security
6 years ago
Phillip Webb
6913ea24b0
Polish "Fix NoClassDefFound when missing Spring Security"
...
See gh-16889
6 years ago
Vedran Pavic
e9bd11ee83
Fix NoClassDefFound when missing Spring Security
...
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
6 years ago
Phillip Webb
5fc67c545c
Work around Framework regression in handling of null model values
...
See https://github.com/spring-projects/spring-framework/issues/23038 .
6 years ago
Phillip Webb
8fe18303cc
Merge pull request #16971 from nosan
...
* pr/16971:
Polish "Fix Spring Data Cassandra auto-configure condition"
Fix Spring Data Cassandra auto-configure condition
6 years ago
Phillip Webb
278a0866cd
Polish "Fix Spring Data Cassandra auto-configure condition"
...
See gh-16971
6 years ago
Dmytro Nosan
be435130e6
Fix Spring Data Cassandra auto-configure condition
...
Update `CassandraDataAutoConfiguration` do that it's only applied when
a `Cluster` bean is found.
Fixes gh-16971
6 years ago
Phillip Webb
ef09ee5dea
Add new line when rewriting git message
...
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
6 years ago
Phillip Webb
07ebfc036b
Polish
6 years ago