Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openzipkin/brave
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c8c3e00
Choose a base ref
...
head repository: openzipkin/brave
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a50e658
Choose a head ref
  • 15 commits
  • 375 files changed
  • 4 contributors

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    06306a3 View commit details
    Browse the repository at this point in the history
  2. Deprecates tracing support for dependencies not released in 2+ years (#…

    …1392)
    
    This deprecates for removal the following, as they have not been updated
    in a long time. The exception to this rule is log4j context, which is
    widely used even if not updated recently.
    
    * context/rxjava2 - last released Feb 2021
      * replaced by RxJava3, but unlikely this module will be ported as it
        wasn't used widely.
    * instrumentation/dubbo-rpc - (alibaba) last released Dec 2021
      * replaced by Apache Dubbo instrumentation/dubbo
    * instrumentation/p6spy - last released July 2020
      * project dormant
    * instrumentation/sparkjava - last released July 2022
      * project dormant
    
    These will be removed in Brave 6 and can be re-introduced if something
    changes.
    
    Signed-off-by: Adrian Cole <[email protected]>
    codefromthecrypt authored Jan 6, 2024
    Configuration menu
    Copy the full SHA
    f037afd View commit details
    Browse the repository at this point in the history
  3. Updates Mysql driver groupId (#1391)

    Co-authored-by: Crypt Keeper <[email protected]>
    m1ngyuan and codefromthecrypt authored Jan 6, 2024
    Configuration menu
    Copy the full SHA
    4d3cd33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1de18ef View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. deps: manages io.zipkin.zipkin2:zipkin as reporter will soon remove it (

    #1397)
    
    zipkin-reporter will soon be zipkin free, yet until Brave 6.0, we still
    need the types for deprecated methods.
    
    Signed-off-by: Adrian Cole <[email protected]>
    codefromthecrypt authored Jan 7, 2024
    Configuration menu
    Copy the full SHA
    3004007 View commit details
    Browse the repository at this point in the history
  2. Undeprecates propagation symbols for v6 interop (#1396)

    This undeprecates B3SinglePropagation and enforces at runtime that
    `Propagation.Factory#get()` must be implemented. I spot checked all the
    implementations on GitHub already do.
    
    Signed-off-by: Adrian Cole <[email protected]>
    codefromthecrypt authored Jan 7, 2024
    Configuration menu
    Copy the full SHA
    169b575 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. deps: updates to zipkin-reporter 3.0.0 (#1399)

    Signed-off-by: Adrian Cole <[email protected]>
    codefromthecrypt authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    73687f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad39719 View commit details
    Browse the repository at this point in the history
  3. [maven-release-plugin] prepare release 5.18.0

    zipkinci committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    2150058 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50c2892 View commit details
    Browse the repository at this point in the history
  5. Removes all deprecated types and modules for Brave v6 (#1395)

    This removes all deprecated types and modules for Brave v6. This also removes any internal symbols not used as a result of that.
    
    This is the first release to have no Zipkin dependency, so users should move to manage their own zipkin-reporter deps before or at the time of upgrading to Brave 6.0.
    
    Signed-off-by: Adrian Cole <[email protected]>
    codefromthecrypt authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    44e4081 View commit details
    Browse the repository at this point in the history
  6. bump to 6.0.0-SNAPSHOT

    Signed-off-by: Adrian Cole <[email protected]>
    codefromthecrypt committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    f99265d View commit details
    Browse the repository at this point in the history
  7. Temporarily revert brave 6 change

    This reverts commit 44e4081
    temporarily for a 5.18.1 release.
    codefromthecrypt committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    5c977a2 View commit details
    Browse the repository at this point in the history
  8. deps: reverts to zipkin-reporter 2.x (#1403)

    After integrating with Sleuth and Otel, it seems hastey to manage the
    zipkin-reporter to 3.0. The reason is both projects end up sharing
    classpath between Brave and reporter types. Since Brave doesn't care
    about this version anyway, it can leave it at the prior and remove
    tension. Brave 6 will completely remove zipkin version management,
    anyway.
    
    Following this change, I will cut a release-5.18.1 tag.
    
    Signed-off-by: Adrian Cole <[email protected]>
    codefromthecrypt authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    67b6013 View commit details
    Browse the repository at this point in the history
  9. [maven-release-plugin] prepare release 5.18.1

    zipkinci committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a50e658 View commit details
    Browse the repository at this point in the history
Loading