Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Release 0.18.0

Compare
Choose a tag to compare
@felixbarny felixbarny released this 01 Oct 11:05
· 1121 commits to master since this release

Changes

  • Prevent running into a OutOfMemoryError when Elasticsearch is not available. This could previously happen, because the queue of the thread pool that asynchronously sends request traces to Elasticsearch was unbound. Now it is limited to hold at most 1000 elements. This limit is configurable via the configuration key stagemonitor.threadPools.queueCapacityLimit. See stagemonitor/stagemonitor-mailinglist#16
  • A unknown resource path in Resteasy now does not lead to a 500 status code anymore. Instead the expected status 404 is returned. See #101 (thx @johnlcox)