Commit Graph

19741 Commits (e578d3072245836d865f787db1ebf79dfcd9c038)
 

Author SHA1 Message Date
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 578f093d64 Merge branch '2.0.x' 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
Andy Wilkinson fe9d9ec4e2 Test the Gradle plugin against Gradle 5.0-rc-3
Closes gh-15171
6 years ago
Stephane Nicoll c1b1f14f5a Fix default unit for multipart properties
This commit fixes a regression that wrongly changed the default unit of
multipart properties from bytes to megabytes.

Closes gh-15162
6 years ago
Stephane Nicoll 2f4325d00f Polish 6 years ago
Phillip Webb cccf5e6d2b Merge branch '2.0.x' 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
Brian Clozel d84421b7e1 Improve HttpMessageConverters javadoc
Closes gh-15027
6 years ago
Brian Clozel 8e86bcafc1 Improve actuator endpoint mapping debug logging
Closes gh-14292
6 years ago
Madhura Bhave 8cdfb6c70b Merge branch '2.0.x' 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 90bfd0bf36 Merge branch '2.0.x' 6 years ago
Phillip Webb acf046ba27 Update all JDK images to AdoptJDK
Closes gh-15158
6 years ago
Phillip Webb 761ebf0336 Merge branch '2.0.x' 6 years ago
Phillip Webb 506fbd803b Use release notes generator docker image in CI
Closes gh-15160
6 years ago
Phillip Webb 2bd0a01344 Merge branch '2.0.x' 6 years ago
Phillip Webb ee2d469881 Upgrade CI to artifactory resource 0.0.5
Closes gh-15159
6 years ago
Stephane Nicoll 5f443d3288 Merge pull request #15144 from mpv1989
* pr/15144:
  Add reference to ArangoDB starter
6 years ago
Mark Vollmary 634b92001b Add reference to ArangoDB starter
Closes gh-15144
6 years ago
Phillip Webb 06e9a97dfd Merge branch '2.0.x' 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 e9232288f4 Merge branch '2.0.x' 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
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
6 years ago
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
6 years ago
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
6 years ago
Stephane Nicoll 495d1b1567 Merge pull request #15153 from dreis2211
* pr/15153:
  Polish some Map operations
6 years ago
dreis2211 3b4b0641d9 Polish some Map operations
Closes gh-15153
6 years ago
Stephane Nicoll ab6ab0d533 Merge pull request #15134 from izeye
* pr/15134:
  Polish contribution
  Polish
6 years ago
Stephane Nicoll a222952a77 Polish contribution
Closes gh-15134
6 years ago
Johnny Lim fd5aa3ebf1 Polish
See gh-15134
6 years ago
Stephane Nicoll 2c3b455b8b Merge branch '2.0.x' 6 years ago
Johnny Lim 8470d649bc Polish
See gh-15134
6 years ago
Stephane Nicoll 575070a8db Merge pull request #15125 from breglerj
* pr/15125:
  Polish "Add HANA to the lookup of well-known databases"
  Add HANA to the lookup of well-known databases
6 years ago
Stephane Nicoll 089ef9085a Polish "Add HANA to the lookup of well-known databases"
Closes gh-15125
6 years ago
Jonathan Bregler 85754eaddd Add HANA to the lookup of well-known databases
See gh-15125
6 years ago
Stephane Nicoll 0c3056780d Merge pull request #15124 from breglerj
* pr/15124:
  Fix HANA validation query
6 years ago
Jonathan Bregler e74348ee30 Fix HANA validation query
This commit updates the validation query for HANA. It should use the
fully qualified dummy table name (SYS.DUMMY) to avoid unexpected results
if there is a local table named DUMMY.

Closes gh-15124
6 years ago
Stephane Nicoll f274772d43 Merge pull request #15137 from sreeise
* pr/15137:
  Remove redundant json starter from spring-boot-starter-data-rest
6 years ago
sreeise 6454a8f4ca Remove redundant json starter from spring-boot-starter-data-rest
Closes gh-15137
6 years ago