spring-projects / spring-lifecycle-smoke-tests

24 stars 18 forks source link

Add Spring Cloud Refresh Context sample. #26

Closed OlgaMaciaszek closed 11 months ago

OlgaMaciaszek commented 12 months ago

Merge after: https://github.com/spring-cloud/spring-cloud-commons/pull/1266 is merged. - done.

sdeleuze commented 12 months ago

As discussed, maybe worth trying to use an API invocation in a bean implementing Lifecycle (example) or SmartLifecycle (example) instead of an HTTP request.

OlgaMaciaszek commented 12 months ago

Yes, that's what I'm going to do now, but I thought I'd add a separate sample for that.

OlgaMaciaszek commented 12 months ago

Unless we end up setting it as the only behaviour (checking this), then I'll just modify this sample.