Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Centralized all dependencies in TrafficCapture #605

Merged
merged 26 commits into from
May 10, 2024

Commits on Apr 23, 2024

  1. Create versioons property for all shared dependencies

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    919b83c View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Add centralized traffic capture dependencies project

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    acd42f8 View commit details
    Browse the repository at this point in the history
  2. Remove all specific version references

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    303782d View commit details
    Browse the repository at this point in the history
  3. Merge from main

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    f3d5672 View commit details
    Browse the repository at this point in the history
  4. Fix missing missing log4j bom reference

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    6e05cd1 View commit details
    Browse the repository at this point in the history
  5. Resolve testCompile related failures

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    7876810 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Fix CVE-2024-30171 by updating bouncycastle from 1.74 to 1.78

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed May 1, 2024
    Configuration menu
    Copy the full SHA
    bd7f76a View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into centralized-dependencies

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed May 1, 2024
    Configuration menu
    Copy the full SHA
    1c3be04 View commit details
    Browse the repository at this point in the history
  3. Remove BOM references

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed May 1, 2024
    Configuration menu
    Copy the full SHA
    73da977 View commit details
    Browse the repository at this point in the history
  4. Uniform reference type on dependenices

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed May 1, 2024
    Configuration menu
    Copy the full SHA
    af4d7e6 View commit details
    Browse the repository at this point in the history
  5. Clean up the dependencies

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed May 1, 2024
    Configuration menu
    Copy the full SHA
    ea2ac5e View commit details
    Browse the repository at this point in the history
  6. Move opentelemetry-sdk-testing into the same group with the other OTL…

    … dependencies
    
    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed May 1, 2024
    Configuration menu
    Copy the full SHA
    8c040bb View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    3394ebd View commit details
    Browse the repository at this point in the history
  2. Allow unsafe access for netty on jdk11 platform

    Signed-off-by: Peter Nied <peternied@hotmail.com>
    peternied committed May 2, 2024
    Configuration menu
    Copy the full SHA
    8c2bdae View commit details
    Browse the repository at this point in the history
  3. Revert "Allow unsafe access for netty on jdk11 platform"

    This reverts commit 8c2bdae.
    
    Signed-off-by: Peter Nied <peternied@hotmail.com>
    peternied committed May 2, 2024
    Configuration menu
    Copy the full SHA
    a2df582 View commit details
    Browse the repository at this point in the history
  4. Upload traffic capture test reports

    Signed-off-by: Peter Nied <peternied@hotmail.com>
    peternied committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ead6d8e View commit details
    Browse the repository at this point in the history
  5. Add back info message to Run Tests with Coverage since its stalling

    Signed-off-by: Peter Nied <peternied@hotmail.com>
    peternied committed May 2, 2024
    Configuration menu
    Copy the full SHA
    7249bb3 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Remove constraints from proxy server build

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed May 3, 2024
    Configuration menu
    Copy the full SHA
    1f5891b View commit details
    Browse the repository at this point in the history
  2. Upgrade log4j from 2.20.0 to 2.23.1

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed May 3, 2024
    Configuration menu
    Copy the full SHA
    55181e9 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Switch to implementation so transitive dependencies aren't included

    Signed-off-by: Peter Nied <petern@amazon.com>
    peternied committed May 4, 2024
    Configuration menu
    Copy the full SHA
    c8f80ff View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Merge remote-tracking branch 'origin/main' into centralized-dependencies

    Signed-off-by: Peter Nied <peternied@hotmail.com>
    peternied committed May 9, 2024
    Configuration menu
    Copy the full SHA
    f051735 View commit details
    Browse the repository at this point in the history
  2. Fix usage of protobuf

    Signed-off-by: Peter Nied <peternied@hotmail.com>
    peternied committed May 9, 2024
    Configuration menu
    Copy the full SHA
    d9ba33e View commit details
    Browse the repository at this point in the history
  3. Small fixes

    Signed-off-by: Peter Nied <peternied@hotmail.com>
    peternied committed May 9, 2024
    Configuration menu
    Copy the full SHA
    f74e186 View commit details
    Browse the repository at this point in the history
  4. Switch depedencies to API type so they are applied in test cases as well

    Signed-off-by: Peter Nied <peternied@hotmail.com>
    peternied committed May 9, 2024
    Configuration menu
    Copy the full SHA
    6692086 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Fix replaying failing to start up

    Signed-off-by: Peter Nied <peternied@hotmail.com>
    peternied committed May 10, 2024
    Configuration menu
    Copy the full SHA
    162bea9 View commit details
    Browse the repository at this point in the history
  2. exclude netty from security plugin

    Signed-off-by: Peter Nied <peternied@hotmail.com>
    peternied committed May 10, 2024
    Configuration menu
    Copy the full SHA
    38cfe19 View commit details
    Browse the repository at this point in the history