Comment From: dreis2211

The current snapshot seems to break the following test:

  • DefaultErrorWebExceptionHandlerIntegrationTests.responseCommitted

I couldn't find the root cause yet unfortunately, but apparently it's hitting the timeout exception instead of the expected one. It seems that it hangs now somewhere.

Comment From: snicoll

Thanks @dreis2211, we've started investigating that this morning.

Comment From: dreis2211

Given that there is a new log entry

2019-11-21 09:30:24.537 ERROR   --- [     parallel-1] reactor.core.scheduler.Schedulers        : Scheduler worker in group main failed with an uncaught exception

I suspect https://github.com/spring-projects/spring-framework/commit/5d2fc2fc32a73f2250addac1404ae3b8df309736 to cause the change in behaviour, but I'm not sure.

Comment From: bclozel

See #19083

Comment From: bclozel

19083 is now closed, closing this issue as a result.

Comment From: dreis2211

Forgive me the question, but isn't the upgrade still pending? Boot is just building against the current snapshots at the moment.

Comment From: bclozel

You're right πŸ€¦β€β™‚ - we'll close it with the actual GA. Thanks again @dreis2211 !

Comment From: wilkinsona

Superseded by https://github.com/spring-projects/spring-boot/issues/19534.