Madhura Bhave
35db10eb30
Use the right variable name in pipeline
2018-11-19 12:51:00 -08:00
Madhura Bhave
ee4205a049
Remove unnecessary logging by start-docker script
2018-11-15 15:48:28 -08:00
Phillip Webb
657a5347be
Use random port for Devtools integration tests
...
Closes gh-15013
2018-11-15 14:02:21 -08:00
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
2018-11-15 13:28:51 -08:00
Phillip Webb
c64a007e12
Format POM file
2018-11-15 13:22:50 -08:00
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
2018-11-15 11:15:33 -08:00
Phillip Webb
5183dd120c
Merge pull request #15182 from rahul404
...
* pr/15182:
Polish "Skip scoped targets when determining endpoints"
Skip scoped targets when determining endpoints
2018-11-15 10:42:43 -08:00
Phillip Webb
e4d5714d50
Polish "Skip scoped targets when determining endpoints"
...
See gh-15182
2018-11-15 10:41:14 -08:00
Rahul Ahuja
4853e6a7af
Skip scoped targets when determining endpoints
...
Update `EndpointDiscoverer` to filter out scoped target beans when
finding endpoints.
Closes gh-15182
2018-11-15 10:38:05 -08:00
Phillip Webb
0bc4567898
Merge pull request #15179 from making
...
* pr/15179:
Fix CI Java 11 references
2018-11-15 10:10:59 -08:00
Toshiaki Maki
dd2ed72fae
Fix CI Java 11 references
...
Closes gh-15179
2018-11-15 10:10:33 -08:00
Phillip Webb
3baf782822
Merge branch '1.5.x' into 2.0.x
2018-11-14 18:24:32 -08:00
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
2018-11-14 18:15:21 -08:00
Phillip Webb
fb85d0acc1
Merge pull request #15176 from rs017991
...
* pr/15176:
Fixed typo in maven site documentation
2018-11-14 16:10:55 -08:00
Ryan Scheidter
f2d6490548
Fixed typo in maven site documentation
...
Closes gh-15176
2018-11-14 16:10:35 -08:00
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
2018-11-14 15:50:53 -08:00
Madhura Bhave
d47aaf2974
Merge pull request #15169 from izeye
...
* gh-15169:
Remove unnecessary echo in release notes script
2018-11-13 17:06:51 -08:00
Johnny Lim
7eb93a0126
Remove unnecessary echo in release notes script
...
Closes gh-15169
2018-11-13 17:06:00 -08:00
Phillip Webb
acf046ba27
Update all JDK images to AdoptJDK
...
Closes gh-15158
2018-11-13 11:15:05 -08:00
Phillip Webb
506fbd803b
Use release notes generator docker image in CI
...
Closes gh-15160
2018-11-13 10:15:50 -08:00
Phillip Webb
ee2d469881
Upgrade CI to artifactory resource 0.0.5
...
Closes gh-15159
2018-11-13 09:53:36 -08:00
Phillip Webb
27714b1e7d
Attempt to fix docker-lib.sh script
...
See gh-15158
2018-11-13 00:04:55 -08:00
Phillip Webb
e8eaeba20c
Attempt to fix docker-lib.sh script
...
See gh-15158
2018-11-12 23:39:54 -08:00
Phillip Webb
8fcad7bb53
Fix CI curl calls
...
Fix `curl` to follow redirects and use the correct `strip` variable.
See gh-15158
2018-11-12 22:23:34 -08:00
Phillip Webb
8f341fa61d
Switch CI to OpenJDK releases
...
Update the download URLs to archives that include the `javadoc` binary.
See gh-15158
2018-11-12 22:15:26 -08:00
Phillip Webb
7934b08ecd
Update docker-lib.sh for CLI changes
...
Update docker-lib.sh to deal with the latest docker CLI changes.
See gh-15158
2018-11-12 21:21:58 -08:00
Phillip Webb
c5a7704774
Use local docker-lib.sh
...
Update the modified docker image build to use the local docker-lib.sh
file rather than grabbing it from the concourse github.
See gh-15158
2018-11-12 20:39:05 -08:00
Phillip Webb
1480dd81eb
Migrate CI images to tagged Ubuntu release
...
Update the CI image process to build from a tagged ubuntu release. All
images now make use of a shared setup script to install the appropriate
binaries.
Closes gh-15158
2018-11-12 20:11:59 -08:00
Johnny Lim
8470d649bc
Polish
...
See gh-15134
2018-11-11 10:58:31 +01:00
Stephane Nicoll
6ed1f7c7eb
Upgrade Maven wrapper to Maven 3.6.0
...
Closes gh-15123
2018-11-07 09:32:06 +01:00
Stephane Nicoll
b6886bc002
Merge pull request #15081 from nishantraut
...
* pr/15081:
Polish contribution
Update documentation to remind how JobParameters should be specified
2018-11-04 08:03:07 +01:00
Stephane Nicoll
69d9b7a813
Polish contribution
...
Closes gh-15081
2018-11-04 07:59:26 +01:00
Nishant Raut
08ddb59f92
Update documentation to remind how JobParameters should be specified
...
See gh-15081
2018-11-04 07:51:31 +01:00
Stephane Nicoll
f5ba9952db
Make UndertowAccessLogCustomizer conditional on class
...
Closes gh-15065
2018-11-03 16:35:03 +01:00
Stephane Nicoll
d818e1a961
Merge pull request #15060 from jeffsheets
...
* pr/15060:
Polish "Update docs to Spock 1.2"
Update docs to Spock 1.2
2018-11-02 13:59:55 +01:00
Stephane Nicoll
01091aab2a
Polish "Update docs to Spock 1.2"
...
Closes gh-15060
2018-11-02 13:59:03 +01:00
Jeff Sheets
01b17af530
Update docs to Spock 1.2
...
See gh-15060
2018-11-02 13:58:47 +01:00
Andy Wilkinson
7d5a76c61f
Work around SUREFIRE-1588 by dropping back to 10.0.2+13-Debian-1
...
See gh-15056
2018-11-01 14:57:33 +00:00
Andy Wilkinson
d267f1ed69
Use full path when specifying Dockerfile to build
...
See gh-15058
2018-11-01 13:02:59 +00:00
Andy Wilkinson
f210e9c77f
Add local docker-lib.sh file when building CI images
...
Closes gh-15058
2018-11-01 12:53:31 +00:00
Andy Wilkinson
e915006161
Use sha256 hashes for Docker base images to ensure repeatability
...
Closes gh-15056
2018-11-01 11:32:07 +00:00
Stephane Nicoll
2927195b02
Fix StaticResourceRequest javadoc examples
...
Closes gh-15050
2018-11-01 17:48:56 +09:00
Stephane Nicoll
9c09af0b74
Merge pull request #15033 from Nooheat
...
* pr/15033:
Simplify ArrayList calling addAll() immediately
2018-11-01 17:13:59 +09:00
Nooheat
8380031039
Simplify ArrayList calling addAll() immediately
...
Closes gh-15033
2018-11-01 17:10:16 +09:00
Stephane Nicoll
62782e5d86
Merge pull request #15049 from mmoayyed
...
* pr/15049:
Polish EnableConfigurationPropertiesImportSelector javadoc
2018-11-01 10:14:51 +09:00
Misagh Moayyed
e820f04926
Polish EnableConfigurationPropertiesImportSelector javadoc
...
Closes gh-15049
2018-11-01 10:13:35 +09:00
Phillip Webb
744cdf43e9
Revert "Use random port for DevTools tests"
...
This reverts commit 4630c2292f .
2018-10-29 22:33:00 -07:00
Phillip Webb
4630c2292f
Use random port for DevTools tests
...
Change the `RemoteApplicationLauncher` to use a random port and also
protect against an NPE if the launch fails.
2018-10-29 17:42:47 -07:00
Andy Wilkinson
9ea5c58e38
Remove stale mention of module layout from Maven plugin's docs
...
Closes gh-14854
2018-10-29 16:38:58 +00:00
Andy Wilkinson
7eb1df1650
Test the Gradle Plugin against Gradle 4.10.2
...
Closes gh-15004
2018-10-29 13:11:41 +00:00