Karl Heinz Marbaise
205fa2507b
Remove maven-eclipse-plugin as it has been retired
...
Closes gh-13631
6 years ago
Andy Wilkinson
8ef08e5c0b
Merge pull request #13623 from Christoph Dreis
...
* gh-13623:
Fix deprecation warning in SpringPhysicalNamingStrategyTests
6 years ago
dreis2211
d641249ca8
Fix deprecation warning in SpringPhysicalNamingStrategyTests
...
Closes gh-13623
6 years ago
Madhura Bhave
fb443aa3bf
Merge branch '2.0.x'
6 years ago
Madhura Bhave
d15ca6e0de
Update sync-to-maven-central CI job
...
Closes gh-13296
6 years ago
Madhura Bhave
149c7a85c3
Merge branch '2.0.x'
6 years ago
Madhura Bhave
673a08d228
Support microseconds in Duration conversions
...
Closes gh-13624
6 years ago
Andy Wilkinson
c3641c480b
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
06a8c41943
Preserve trailing whitespace in origin-tracked property values
...
Closes gh-13602
6 years ago
Andy Wilkinson
de900e71a3
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
032d5488cd
Tolerate non-existent source folders in DevTools
...
Closes gh-13620
6 years ago
Madhura Bhave
4eff07f6c0
Merge branch '2.0.x'
6 years ago
Madhura Bhave
fddc9e9c7e
Support multiple paths in DispatcherServletPathProvider
...
Closes gh-13603
6 years ago
Andy Wilkinson
c321fdadfa
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
43ea78f2ce
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
6219ea27e8
Remove unwanted override of resource plugin's version
...
Closes gh-13607
6 years ago
Andy Wilkinson
4cccc9a886
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
a5d20ffed7
Avoid NPE when creating method tag for WebFlux req with non-standard method
...
Previously, a NullPointerException would occur when WebFluxTags
attempted to create a method Tag for a request with a non-standard
method.
This commit updates WebFluxTags to use getMethodValue(), which will
never return null, rather than getMethod(), which may return null,
when determining the tag's value for the given request.
Closes gh-13596
6 years ago
Andy Wilkinson
45fdf2ffa4
Support Tomcat 9 and Undertow 2
...
Closes gh-11749
Closes gh-12243
6 years ago
Andy Wilkinson
b4cd4f4c43
Stop mocking class that is final in latest Framework 5.1 snapshots
6 years ago
Madhura Bhave
cde3c21926
Merge branch '2.0.x'
6 years ago
Madhura Bhave
5fd30a9dc2
Merge pull request #13572 from Christoph Dreis
...
* gh-13572:
Fix typo
6 years ago
dreis2211
17edf0e2fe
Fix typo
6 years ago
Madhura Bhave
598b1f4300
Merge branch '2.0.x'
6 years ago
Madhura Bhave
a1491be636
Refine DispatcherServletPathProvider creation
...
Closes gh-13527
6 years ago
Phil Webb
f8186ce0ee
Update ISSUE_TEMPLATE.md
6 years ago
Andy Wilkinson
ca0de4385c
Upgrade to Hibernate 5.3 and JPA 2.2
...
Closes gh-11725
6 years ago
Andy Wilkinson
9281e2a410
Avoid creating JsonParser for VCAP_* parsing when running outside CF
...
Closes gh-13437
6 years ago
Andy Wilkinson
8dbeb68afa
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
04119585e8
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
205bb764d5
Specify ID for cache providers section in reference docs
...
Closes gh-13551
6 years ago
Andy Wilkinson
8fc6d636c0
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
74b8836da4
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
2f952fde6c
Polish
6 years ago
Andy Wilkinson
0f16287fd8
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
02ad1893a2
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
454de0bfd7
Polish
6 years ago
Andy Wilkinson
80ede14510
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
911453d478
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
953df7cf86
Merge pull request #13559 from Dmitry Sergeyev
...
* gh-13559:
Polish “Close Database to reset Connection's auto commit property”
Close Database to reset Connection's auto commit property
6 years ago
Andy Wilkinson
24d5209738
Polish “Close Database to reset Connection's auto commit property”
...
Closes gh-13559
6 years ago
dmsergeevp44
3498a91259
Close Database to reset Connection's auto commit property
...
Previously, LiquibaseEndpoint closed the JdbcConnection but did not
close the Database. When using a connection pool, this could leave the
underlying SQL Connection with its auto commit property set to false.
This commit updates LiquibaseEndpoint to close the Database. This
ensures that it resets that Connection's auto commit property to the
value that it had when the Database was configured to use the
Connection.
See gh-13559
6 years ago
Andy Wilkinson
a097f923c1
Provide sensible defaults for launch script properties when using Gradle
...
Closes gh-4458
7 years ago
Madhura Bhave
b01efb2392
Merge branch '2.0.x'
7 years ago
Madhura Bhave
f10972ad32
Remove redundant build_number
...
Fixes gh-13442
7 years ago
Madhura Bhave
bdd66a6003
Merge branch '2.0.x'
7 years ago
Madhura Bhave
a7fb3cf182
Remove extra / from artifactory server param
...
Fixes gh-13535
7 years ago
Andy Wilkinson
5c3b4333f8
Merge branch '2.0.x'
7 years ago
Andy Wilkinson
30f0fd1fe4
Merge branch '1.5.x' into 2.0.x
7 years ago
Andy Wilkinson
f32c66d0e1
Merge pull request #12859 from ralenmdp
...
* gh-12859:
Polish "Fix JSP availability check when not running as a packaged war"
Fix JSP availability check when not running as a packaged war
7 years ago