Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history
Commits on Nov 9, 2021
Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history
Commits on Nov 10, 2021
Configuration menu Browse the repository at this point in the history
Commits on Nov 11, 2021
Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history
Commits on Nov 12, 2021
Configuration menu Browse the repository at this point in the history
Commits on Nov 15, 2021
Configuration menu Browse the repository at this point in the history
Commits on Nov 17, 2021
Configuration menu Browse the repository at this point in the history
Commits on Nov 22, 2021
Configuration menu Browse the repository at this point in the history
Commits on Nov 23, 2021
feat: implement context handler to store HTTP request and tracing inf… …ormation (#752) Provide context abstraction to instantiate a context with the info about HttpRequest and tracing (trace id and span id). Provide handler to setup current context context per-thread to support Web servers that handle each request in a dedicated thread. Add empty HttpRequest instance as a constant object to reference when building a new Context. Remove compilation warnings related to serialVersionUID and unused objects. Pull latest env-tests-logging submodule. Support (via configuration property) a choice between InheritableThreadLocal and ThreadLocal as holders for current context.