Andy Wilkinson
1710118f98
Merge pull request #22178 from dreis2211
...
* gh-22178:
Remove redundant deprecation suppression
Closes gh-22178
4 years ago
dreis2211
20debcd471
Remove redundant deprecation suppression
...
See gh-22178
4 years ago
Andy Wilkinson
568f41e8e2
Merge branch '2.3.x'
...
Closes gh-22176
4 years ago
Andy Wilkinson
0e1ded6893
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22175
4 years ago
Andy Wilkinson
500d2bd9de
Merge pull request #22138 from dreis2211
...
* gh-22138:
Accept empty filter dispatcher types in auto-configurations
Closes gh-22138
4 years ago
dreis2211
8c0e302f2e
Accept empty filter dispatcher types in auto-configurations
...
Prior to this commit, the usage of EnumSet.copyOf resulted in exceptions when
the underlying collection was empty.
See gh-22138
4 years ago
Andy Wilkinson
6da52a0d08
Suggest iso-offset as value for WebFlux time and date-time properties
...
Closes gh-22174
4 years ago
Andy Wilkinson
c26b462255
Merge pull request #21630 from gaurav-91
...
* gh-21630:
Polish "Support iso-offset for date-time and time formatting with MVC"
Support iso-offset for date-time and time formatting with MVC
Closes gh-21630
4 years ago
Andy Wilkinson
9230ea4ab7
Polish "Support iso-offset for date-time and time formatting with MVC"
...
See gh-21630
4 years ago
Gaurav Pareek
c3b1172aea
Support iso-offset for date-time and time formatting with MVC
...
See gh-21630
4 years ago
Andy Wilkinson
bb1a0ffbd5
Merge branch '2.3.x'
...
Closes gh-22173
4 years ago
Andy Wilkinson
4566ac5c25
Add package info to o.s.b.autoconfigure.elasticsearch.rest
...
Closes gh-22147
4 years ago
Andy Wilkinson
668d52eb3f
Merge branch '2.3.x'
...
Closes gh-22172
4 years ago
Andy Wilkinson
48e607f4d2
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22171
4 years ago
Andy Wilkinson
abeab73b2c
Merge branch '2.1.x' into 2.2.x
...
Closes gh-22170
4 years ago
Andy Wilkinson
bca5ef4ac8
Merge pull request #22163 from XenoAmess
...
* gh-22163:
Remove duplicated icon from git-repo-windows resource definition
Closes gh-22163
4 years ago
XenoAmess
89d4cda855
Remove duplicated icon from git-repo-windows resource definition
...
See gh-22163
4 years ago
Andy Wilkinson
4ea07f432d
Merge branch '2.3.x'
...
Closes gh-22168
4 years ago
Andy Wilkinson
75fc140e2d
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22167
4 years ago
Andy Wilkinson
64aa418baa
Merge pull request #22141 from im47cn
...
* gh-22141:
Polish "Avoid NPE when binder is closed before started event"
Avoid NPE when binder is closed before started event
Closes gh-22141
4 years ago
Andy Wilkinson
3922fb7164
Polish "Avoid NPE when binder is closed before started event"
...
See gh-22141
4 years ago
im47cn
b34c268547
Avoid NPE when binder is closed before started event
...
Previously, if TomcatMetricsBinder destroy() was called before it had
received an ApplicationStartedEvent an NPE would be thrown due to
TomcatMetrics being null. This NPE was then caught and logged at
warning level by the disposable bean adapter.
This prevents the NPE by checking that the TomcatMetrics instance is
null before calling close() on it.
See gh-22141
4 years ago
Andy Wilkinson
62aa8ce107
Support incremental annotation processing with Gradle
...
Closes gh-22150
4 years ago
Andy Wilkinson
27c458ca26
Merge branch '2.3.x'
...
Closes gh-22160
4 years ago
Andy Wilkinson
f86831da9c
Use TCCL at time of access for resource loading
...
Fixes gh-22119
4 years ago
Madhura Bhave
255f8197ab
Merge branch '2.3.x'
...
Closes gh-22156
4 years ago
Madhura Bhave
f19f2b8714
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22155
4 years ago
Madhura Bhave
9c732fa2b6
Merge pull request #22082 from thenx-wei
...
* pr/22082:
Simplify logic in ErrorPage's equals method
Closes gh-22082
4 years ago
May
c1b9d3c226
Simplify logic in ErrorPage's equals method
...
See gh-22082
4 years ago
Madhura Bhave
7de3d079f2
Merge branch '2.3.x'
4 years ago
Madhura Bhave
affb2da07a
Merge branch '2.2.x' into 2.3.x
4 years ago
Madhura Bhave
67060731bc
Merge branch '2.1.x' into 2.2.x
4 years ago
Madhura Bhave
4a55a414e7
Fix typo
4 years ago
Madhura Bhave
75abb9cc18
Merge branch '2.3.x'
...
Closes gh-22153
4 years ago
Madhura Bhave
550ff443df
Merge pull request #22090 from izeye
...
* pr/22090:
Polish
Closes gh-22090
4 years ago
Johnny Lim
43aee1bddd
Polish
...
See gh-22090
4 years ago
Madhura Bhave
a963bba0e4
Merge branch '2.3.x'
4 years ago
Madhura Bhave
62f5e44324
Fix typo
4 years ago
Madhura Bhave
fbf2beef6e
Merge branch '2.3.x'
...
Closes gh-22152
4 years ago
Madhura Bhave
7a81cea513
Update layers.idx file example in docs
...
Fixes gh-21510
4 years ago
Andy Wilkinson
8436fa9159
Make spring-boot -dependencies and -parent available
...
See gh-22066
4 years ago
Andy Wilkinson
d33a01a13f
Only create effective bom artifact when needed
...
Closes gh-22143
4 years ago
Andy Wilkinson
c000ccdaea
Upgrade to Spring Session 2020.0.0-M1
...
Closes gh-21928
4 years ago
Andy Wilkinson
1a93066116
Merge pull request #22125 from lndobryden
...
* gh-22125:
Polish "Add StatsD transport protocol configuration option"
Add StatsD transport protocol configuration option
Closes gh-22125
4 years ago
Andy Wilkinson
77eb5f7794
Polish "Add StatsD transport protocol configuration option"
...
See gh-22125
4 years ago
Lee Dobryden
5d41f60e45
Add StatsD transport protocol configuration option
...
See gh-22125
4 years ago
Andy Wilkinson
5de67e9b06
Merge pull request #22120 from kedar-joshi
...
* gh-22120:
Upgrade to Flyway 6.5.0 and support createSchemas
Closes gh-22120
4 years ago
Kedar Joshi
6c29b29bd5
Upgrade to Flyway 6.5.0 and support createSchemas
...
See gh-22120
4 years ago
Andy Wilkinson
f6400e95ee
Switch to a RuntimeException as NPE has a message on Java 15
...
Closes gh-22136
4 years ago
Andy Wilkinson
12add61504
Upgrade to WebJars Locator Core 0.46
...
Closes gh-22135
4 years ago