Andy Wilkinson
2833f60344
Avoid leaving streams open when writing libraries
...
Fixes gh-17115
6 years ago
Andy Wilkinson
7103eab2e6
Close JarFiles when looking for Class-Path manifest entries
...
Fixes gh-17095
6 years ago
Andy Wilkinson
9c7f24785c
Merge pull request #17111 from dreis2211
...
* gh-17111:
Make dependency available for javadoc generation
Closes gh-17111
6 years ago
dreis2211
23b09ecca6
Make dependency available for javadoc generation
...
See gh-17111
6 years ago
Madhura Bhave
fa4c433c92
Polish
6 years ago
Andy Wilkinson
95d0e26c35
Fix command DevTools uses to shut down in-memory Derby DB
...
Closes gh-17099
6 years ago
Andy Wilkinson
a243b56ade
Merge branch '2.0.x' into 2.1.x
6 years ago
Andy Wilkinson
9d28238598
Update formatting of spring-boot-samples
6 years ago
Phillip Webb
80e5762457
Merge branch '2.0.x' into 2.1.x
...
Closes gh-17087
6 years ago
Phillip Webb
da1d4b8c3b
Run root nohttp checkstyle on CI
...
Closes gh-17081
6 years ago
Phillip Webb
dd3d8b43cd
Polish checkstyle settings
6 years ago
Phillip Webb
fed11febec
Fix checkstyle violations
6 years ago
Phillip Webb
866e2b712e
Merge branch '2.0.x' into 2.1.x
6 years ago
Phillip Webb
2c8881a908
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
fb24b5a684
Separate nottp checkstyle configuration
...
See gh-16682
6 years ago
Andy Wilkinson
ede197fa55
Polish formatting
...
Fix formatting issues, primarily around header comments.
6 years ago
Andy Wilkinson
1098c60a44
Merge branch '2.0.x' into 2.1.x
6 years ago
Andy Wilkinson
fad3644b68
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
5a22ae6340
Suppress NoHTTP checks on Shade-generated reduced dependency pom
...
Closes gh-17080
6 years ago
Andy Wilkinson
39b74b17f6
Merge branch '2.0.x' into 2.1.x
...
Closes gh-17083
6 years ago
Andy Wilkinson
bdf5f48c71
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
1e863c082a
Fix suppression for .jar, .git, .ico, .p12, .svg, and .png files
...
Closes gh-17082
6 years ago
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