Thanks to visit codestin.com
Credit goes to github.com

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: GoogleCloudPlatform/opentelemetry-operations-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.29.0
Choose a base ref
...
head repository: GoogleCloudPlatform/opentelemetry-operations-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.30.0
Choose a head ref
  • 4 commits
  • 14 files changed
  • 2 contributors

Commits on May 24, 2024

  1. Udpate maven-badges to link to sonatype central (#349)

    Missed updating these in #322
    psx95 authored May 24, 2024
    Configuration menu
    Copy the full SHA
    f04d7e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    7a8dcf4 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Update Metrics Exporter README (#352)

    The updated readme removes text indicating that the exporter is still in
    alpha.
    psx95 authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    11c85b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Add Java8 support (#353)

    * Switch the default build for subprojects to Java 8
    
    All submodules for the project now target Java 8 as the minimum
    supported version. Some operations module like e2e-testing still use
    Java 11 due to dependency constraints
    
    * Make detector-resources compatible with Java8
    
    * Make exporter-trace compatible with Java 8
    
    * Make exporter-metrics compatible with Java 8
    
    * Make propagators-gcp compatible with Java 8
    
    * Make shared-resourcemapping compatible with Java 8
    
    * fix style issues with spotless
    
    * fix typo
    
    * Update docker image to include JDK 8
    
    The docker image used in e2e tests requires JDK8 to compile and build
    trace exporter and gcp propagators. JDK8 is explicitly required because
    the builds of these artifacts are configured using toolchains.
    
    * Set language version in root project to Java 11
    
    Setting the language version in root project to 11 avoids the need of
    having multiple JDKs to build all artifacts in this project.
    
    Java 8 bytecode compatibility is ensured using --release flag in Java
    compiler available starting Java 9.
    
    * Additional JDK 8 installaion no longer required
    
    * Add comment explaining need for Java 11
    
    * Revert changes to make tests compatible with Java 8
    
    * Java 11 not required to Run this example
    
    Java 11 specific APIs were only used in tests.
    
    * Update README to indicate Java version compatibility
    
    * Feedback: remove afterEvaluate and use singletonMap
    psx95 authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    44da9c4 View commit details
    Browse the repository at this point in the history
Loading