Comparing v3.4.0...v3.5.0 · googleapis/java-logging (original) (raw)

Commits on Nov 8, 2021

  1. Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Configuration menu
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Configuration menu
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Configuration menu
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Configuration menu
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Configuration menu
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. 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.

Commits on Nov 24, 2021

  1. Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history
  3. Configuration menu
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Configuration menu
    Browse the repository at this point in the history