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: DataDog/dd-trace-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.47.0
Choose a base ref
...
head repository: DataDog/dd-trace-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.47.3
Choose a head ref
  • 5 commits
  • 29 files changed
  • 4 contributors

Commits on Mar 12, 2025

  1. Configuration menu
    Copy the full SHA
    481a23f View commit details
    Browse the repository at this point in the history
  2. 🍒 8544 - Make the default config sources more robust when a security …

    …manager is installed (#8545)
    
    * Make the default config sources more robust when a security manager is installed
      If we don't have permission to access system properties or the environment then fall back to defaults.
      (cherry picked from commit d099b5f)
    * Exclude from instruction coverage as hard to test security exception case in this module
      (cherry picked from commit 640cddb)
    mcculls authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    6c61c65 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2025

  1. 🍒 8549 - Prevent before callsites targeting constructors in super cal…

    …ls (#8582)
    
    * Prevent before callsites targeting calls to super in constructors
    
    (cherry picked from commit e20ae64)
    
    * Fix failing tests
    
    (cherry picked from commit 70c362c)
    manuel-alvarez-alvarez authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    feebc3c View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. 🍒 8601 - Introduce cache for peer.hostname lookup (#8611)

    * Introduce cache for peer.hostname lookup
    
    (cherry picked from commit 20c6a3d)
    
    * Add switch to turn off peer.hostname collection
    
    (cherry picked from commit 3cf184d)
    mcculls authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    8634614 View commit details
    Browse the repository at this point in the history
  2. 🍒 8605 - Make TempLocationManager USER aware (#8614)

    * Make TempLocationManager USER aware
    
    (cherry picked from commit 34782b6)
    
    * Make TempLocationManagerTest less flaky
    
    (cherry picked from commit 52d5cc2)
    
    ---------
    
    Co-authored-by: Jaroslav Bachorik <[email protected]>
    mcculls and jbachorik authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    4a85e1f View commit details
    Browse the repository at this point in the history
Loading