Commit Graph

12580 Commits (b19b515549d37834b057d95d760476efecec9d48)
 

Author SHA1 Message Date
Madhura Bhave b19b515549 Add failure analyzer for invalid config property name
Closes gh-9545
7 years ago
Stephane Nicoll c40668ecbd Polish 7 years ago
Stephane Nicoll de2cdd8528 Use lettuce rather than Jedis for actuator tests 7 years ago
Andy Wilkinson 2204dc6f79 Start building against Spring Security OAuth 2.2.0 snapshots
Closes gh-9589
7 years ago
Stephane Nicoll 6e32f49630 Migrate HealthIndicatorAutoConfigurationTests to ContextLoader 7 years ago
Stephane Nicoll 0fcf6a0e51 Allow to specify multiple auto-configs in autoConfigFirst 7 years ago
Stephane Nicoll f2fe2c4dd5 Polish 7 years ago
Stephane Nicoll eb4f59094a Fix typo 7 years ago
Stephane Nicoll 158510f1be Add reference to GraphQL starter
Closes gh-8026
7 years ago
Madhura Bhave 18816c33ab Test case to prove binding to collection calls setter
Closes gh-9290
7 years ago
Brian Clozel 915ad47a0e Merge pull request #9637 from rstoyanchev/bismuth-snapshot
Upgrade to Bismuth snapshots
7 years ago
Rossen Stoyanchev c81532c48a Upgrade to Bismuth snapshots 7 years ago
Madhura Bhave f6b613b0d4 Merge branch '1.5.x' 7 years ago
Madhura Bhave a064a52f0b Document health aggregation strategy and default status mappings
Closes gh-9580
7 years ago
Madhura Bhave 4dc5346a6d Merge branch '1.5.x' 7 years ago
Madhura Bhave 528e334e1c Document @EnableWebSecurity behavior when management security disabled
Closes gh-9270
7 years ago
Stephane Nicoll 5ecdee0e1b Polish 7 years ago
Stephane Nicoll 18ba414000 Add test helper to manipulate the ApplicationContext
This commit adds ContextLoader, a test helper that configures an
ApplicationContext that is meant to simulate a particular
auto-configuration scenario.

The auto-configuration, user configuration and environment can be
customized. The loader invokes a ContextConsumer to assert the context
and automatically close the context once it is done.

Concretely, tests can create a shared field instance of that helper with
the shared configuration to increase its visibility and tune the context
further in each test.

If the context is expected to fail, `loadAndFail` allows to optionally
assert the root exception and consume it for further assertions.

This commit also migrates some tests to illustrate the practical use of
the helper

Closes gh-9634
7 years ago
Andy Wilkinson 216c5c2179 Set executable permission on Gradle-built archives that include launch script
Closes gh-9632
7 years ago
Stephane Nicoll 8bfd6e890c Merge pull request #9633 from ZhijunZhao:starter
* pr/9633:
  Add GitHub link for Azure Spring Boot Starters
7 years ago
Zhijun Zhao 715442601c Add GitHub link for Azure Spring Boot Starters
Closes gh-9633
7 years ago
Stephane Nicoll fd045f0e2f Merge branch '1.5.x' 7 years ago
Stephane Nicoll 7f8a8ba115 Properly handle `null` package
Closes gh-9621
7 years ago
Stephane Nicoll 41e6037173 Merge pull request #9628 from satamas:master
* pr/9628:
  Polish "Narrow the event types ConfigFileApplicationListener supports"
  Narrow the event types ConfigFileApplicationListener supports
7 years ago
Stephane Nicoll 26b27d41e7 Polish "Narrow the event types ConfigFileApplicationListener supports"
Closes gh-9628
7 years ago
satamas d26857289c Narrow the event types ConfigFileApplicationListener supports
See gh-9628
7 years ago
Stephane Nicoll e52a328396 Merge branch '1.5.x' 7 years ago
Stephane Nicoll c75d78a61a Merge pull request #9629 from htynkn:feature/disable-trimStackTrace
* pr/9629:
  Disable trimStackTrace in surefire plugin
7 years ago
Yunkun Huang eb299b95c2 Disable trimStackTrace in surefire plugin
Closes gh-9629
7 years ago
Stephane Nicoll 88553ed6f4 Upgrade to build-helper-maven-plugin 3.0.0
Closes gh-9619
7 years ago
Stephane Nicoll 2892039ccd Better tests for datasource initialization
See gh-9528
7 years ago
Stephane Nicoll 4e19c47e78 Fix wrong assertion 7 years ago
Stephane Nicoll 1ba0df99b2 Polish 7 years ago
Madhura Bhave acaef9c95a Make origin aware system property source
Closes gh-9252
7 years ago
Stephane Nicoll 7275c8795e Merge branch '1.5.x' 7 years ago
Stephane Nicoll 90112559bf Expand doc on `@MockBean` usage
Closes gh-9609
7 years ago
Stephane Nicoll 531c0708c1 Merge branch '1.5.x' 7 years ago
Stephane Nicoll d8d156bd1b Improve documentation on EnvironmentPostProcessor
Closes gh-9617
7 years ago
Stephane Nicoll 557361c9e0 Properly set redis password for Cluster and Sentinel config
Closes gh-9583
7 years ago
Stephane Nicoll 1a839d6656 Remove useless cluster check 7 years ago
Stephane Nicoll 1b181b2f34 Upgrade to Tomcat 8.5.16
This commit uses the replacement for deprecated APIs in 8.5.16 to ease
a forward compatibility with Tomcat 9

Closes gh-9611
7 years ago
Andy Wilkinson 88c770486c Merge branch '1.5.x' 7 years ago
Andy Wilkinson 606bc77da0 Upgrade to Tomcat 8.5.16
Closes gh-9611
7 years ago
Stephane Nicoll e3a9d7647d Merge branch '1.5.x' 8 years ago
Stephane Nicoll f54f2bc315 Merge pull request #9585 from dsyer:feature/appengine
* pr/9585:
  Add short docs on using Google App Engine
8 years ago
Dave Syer 21f616f853 Add short docs on using Google App Engine
Now that Google actually supports arbitrary docker container
execution in app engine, we can provide some more guidance
on how to use it in the "deployment" section.

Closes gh-9585
8 years ago
Stephane Nicoll bc81d0a08b Merge pull request #9610 from izeye:polish-20170627
* pr/9610:
  Polish
8 years ago
Johnny Lim 533c418ad4 Polish
Closes gh-9610
8 years ago
Stephane Nicoll 74a71b01ad Merge pull request #9608 from izeye:patch-22
* pr/9608:
  Remove redundant hash code for the same field
8 years ago
Johnny Lim 4dee630d36 Remove redundant hash code for the same field
Closes gh-9608
8 years ago