Andy Wilkinson
85cb6bf096
Revert "Upgrade to Ehcache 2.10.6"
...
This reverts commit addc421bfd
.
Closes gh-15237
6 years ago
Andy Wilkinson
3bda78a3d3
Fix tests after HandlerExceptionResolver logging changes
...
See gh-14936 and gh-15189
6 years ago
Andy Wilkinson
97f7984812
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
2aa2091fc4
Revert "Upgrade to Jetty 9.4.14.v20181114"
...
This reverts commit d4b914828f
.
See gh-15239
6 years ago
Andy Wilkinson
9ca96cb751
Start building against Spring Framework 5.1.1 snapshots
...
See gh-15189
6 years ago
Andy Wilkinson
39bec2c50f
Start building against Spring Integration 5.0.10 snapshots
...
See gh-15251
6 years ago
Andy Wilkinson
00f1e92350
Start building against Spring Session Apple-SR7 snapshots
...
See gh-15254
6 years ago
Andy Wilkinson
739de913d5
Start building against Spring AMQP 2.0.10 snapshots
...
See gh-15256
6 years ago
Andy Wilkinson
de84a51f26
Upgrade to Spring Cloud Connectors 2.0.4.RELEASE
...
Closes gh-15250
6 years ago
Andy Wilkinson
ff22df0475
Upgrade to Jetty El 8.5.33.1
...
Closes gh-15249
6 years ago
Andy Wilkinson
d08edf7e14
Upgrade to Elasticsearch 5.6.13
...
Closes gh-15248
6 years ago
Andy Wilkinson
350e397d53
Upgrade to Janino 3.0.11
...
Closes gh-15247
6 years ago
Andy Wilkinson
ec219b30d2
Upgrade to Activemq 5.15.8
...
Closes gh-15246
6 years ago
Andy Wilkinson
941d8744cb
Upgrade to Javax Json 1.1.4
...
Closes gh-15245
6 years ago
Andy Wilkinson
6761747e39
Upgrade to Reactor Bom Bismuth-SR14
...
Closes gh-15244
6 years ago
Andy Wilkinson
40005c0e59
Upgrade to Unboundid Ldapsdk 4.0.9
...
Closes gh-15243
6 years ago
Andy Wilkinson
ba4461a7a2
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
992d7dc24b
Upgrade to Spring Session 1.3.4.RELEASE
...
Closes gh-15242
6 years ago
Andy Wilkinson
e72bae5390
Upgrade to Spring Integration 4.3.18.RELEASE
...
Closes gh-15241
6 years ago
Andy Wilkinson
105d7e336d
Upgrade to Spring Cloud Connectors 1.2.7.RELEASE
...
Closes gh-15240
6 years ago
Andy Wilkinson
d4b914828f
Upgrade to Jetty 9.4.14.v20181114
...
Closes gh-15239
6 years ago
Andy Wilkinson
b1853ee4e0
Upgrade to Tomcat 8.5.35
...
Closes gh-15238
6 years ago
Andy Wilkinson
addc421bfd
Upgrade to Ehcache 2.10.6
...
Closes gh-15237
6 years ago
Andy Wilkinson
2d98054041
Upgrade to Appengine Sdk 1.9.68
...
Closes gh-15236
6 years ago
Andy Wilkinson
a7067171c7
Start building against Spring Framework 4.3.21 snapshots
...
See gh-15188
6 years ago
Madhura Bhave
35db10eb30
Use the right variable name in pipeline
6 years ago
Madhura Bhave
ee4205a049
Remove unnecessary logging by start-docker script
6 years ago
Phillip Webb
657a5347be
Use random port for Devtools integration tests
...
Closes gh-15013
6 years ago
Phillip Webb
e87664f295
Add JettyAccessLogCustomizer
...
Add a `JettyAccessLogCustomizer` to customize management access logs
when the management server is running on a different port.
Closes gh-15041
6 years ago
Phillip Webb
c64a007e12
Format POM file
6 years ago
Phillip Webb
3fb30fddb4
Use Bintray API key rather than password in CI
...
Update CI scripts to use the Bintray API key rather than the password
when making curl calls.
Closes gh-15015
6 years ago
Phillip Webb
5183dd120c
Merge pull request #15182 from rahul404
...
* pr/15182:
Polish "Skip scoped targets when determining endpoints"
Skip scoped targets when determining endpoints
6 years ago
Phillip Webb
e4d5714d50
Polish "Skip scoped targets when determining endpoints"
...
See gh-15182
6 years ago
Rahul Ahuja
4853e6a7af
Skip scoped targets when determining endpoints
...
Update `EndpointDiscoverer` to filter out scoped target beans when
finding endpoints.
Closes gh-15182
6 years ago
Phillip Webb
0bc4567898
Merge pull request #15179 from making
...
* pr/15179:
Fix CI Java 11 references
6 years ago
Toshiaki Maki
dd2ed72fae
Fix CI Java 11 references
...
Closes gh-15179
6 years ago
Phillip Webb
3baf782822
Merge branch '1.5.x' into 2.0.x
6 years ago
Phillip Webb
b60da5f85d
Allow early ServletRequest Autowiring
...
Update `EmbeddedWebApplicationContext` so that Servlet related
resolvable dependencies are registered in `postProcessBeanFactory`.
This allows a `ServletReqest` to be autowired into an early initialized
bean and brings parity with WAR based deployments.
Closes gh-14990
6 years ago
Phillip Webb
fb85d0acc1
Merge pull request #15176 from rs017991
...
* pr/15176:
Fixed typo in maven site documentation
6 years ago
Ryan Scheidter
f2d6490548
Fixed typo in maven site documentation
...
Closes gh-15176
6 years ago
Phillip Webb
79b5dd3ae7
Protect against NPE when collecting annotations
...
Update `AnnotationsPropertySource` to ensure that `null` results from
`findMergedAnnotation` are not added to the annotation list.
Prior to this commit, if `findMergedAnnotation` returned `null` then
`AnnotationsPropertySource.collectProperties` would throw an NPE.
Although `findMergedAnnotation` should never return `null`, we're
best off being defensive so that bugs such as SPR-17495 won't cause
problems.
Closes gh-15175
6 years ago
Madhura Bhave
d47aaf2974
Merge pull request #15169 from izeye
...
* gh-15169:
Remove unnecessary echo in release notes script
6 years ago
Johnny Lim
7eb93a0126
Remove unnecessary echo in release notes script
...
Closes gh-15169
6 years ago
Phillip Webb
acf046ba27
Update all JDK images to AdoptJDK
...
Closes gh-15158
6 years ago
Phillip Webb
506fbd803b
Use release notes generator docker image in CI
...
Closes gh-15160
6 years ago
Phillip Webb
ee2d469881
Upgrade CI to artifactory resource 0.0.5
...
Closes gh-15159
6 years ago
Phillip Webb
27714b1e7d
Attempt to fix docker-lib.sh script
...
See gh-15158
6 years ago
Phillip Webb
e8eaeba20c
Attempt to fix docker-lib.sh script
...
See gh-15158
6 years ago
Phillip Webb
8fcad7bb53
Fix CI curl calls
...
Fix `curl` to follow redirects and use the correct `strip` variable.
See gh-15158
6 years ago
Phillip Webb
8f341fa61d
Switch CI to OpenJDK releases
...
Update the download URLs to archives that include the `javadoc` binary.
See gh-15158
6 years ago