From 9b2a7106c5434489acbf9c176a685244f0173249 Mon Sep 17 00:00:00 2001 From: SylvainJuge <763082+SylvainJuge@users.noreply.github.com> Date: Fri, 30 Aug 2024 15:39:59 +0200 Subject: [PATCH] prepare GA release (#388) * bump version for 1.0.0 release * remove warning in readme --- README.md | 7 ++----- .../co/elastic/otel/UniversalProfilingCorrelationTest.java | 1 - version.properties | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9c09edbe..971688bc 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,6 @@ [![Snapshot status](https://badge.buildkite.com/e527255a5d6e7f5a940bc71911d8bc2be25d16702d7642c0d6.svg)](https://buildkite.com/elastic/elastic-otel-java-snapshot) [![Release status](https://badge.buildkite.com/8bac74f475ea0d5d17ea3ea2ecf2c27a319414b97ce03dbd21.svg)](https://buildkite.com/elastic/elastic-otel-java-release) -> [!WARNING] -> The Elastic Distribution of OpenTelemetry Java is not yet recommended for production use. Functionality may be changed or removed in future releases. Alpha releases are not subject to the support SLA of official GA features. -> -> We welcome your feedback! You can reach us by [opening a GitHub issue](https://github.com/elastic/elastic-otel-java/issues) or starting a discussion thread on the [Elastic Discuss forum](https://discuss.elastic.co/tags/c/observability/apm/58/java). - The Elastic Distribution of OpenTelemetry Java (EDOT Java) is a customized version of the [OpenTelemetry Java agent](https://github.com/open-telemetry/opentelemetry-java-instrumentation). Use EDOT Java to start the OpenTelemetry SDK with your Java application, and automatically capture tracing data, performance metrics, and logs. Traces, metrics, and logs can be sent to any OpenTelemetry Protocol (OTLP) collector you choose. With EDOT Java you have access to all the features of the OpenTelemetry Java agent plus: @@ -17,6 +12,8 @@ With EDOT Java you have access to all the features of the OpenTelemetry Java age **Ready to try out EDOT Java?** Follow the step-by-step instructions in [Get started](./docs/get-started.md). +We welcome your feedback! You can reach us by [opening a GitHub issue](https://github.com/elastic/elastic-otel-java/issues) or starting a discussion thread on the [Elastic Discuss forum](https://discuss.elastic.co/tags/c/observability/apm/58/java). + ## Download Latest release: [![Maven Central](https://img.shields.io/maven-central/v/co.elastic.otel/elastic-otel-javaagent?label=elastic-otel-javaagent)](https://mvnrepository.com/artifact/co.elastic.otel/elastic-otel-javaagent/latest) diff --git a/jvmti-access/src/test/java/co/elastic/otel/UniversalProfilingCorrelationTest.java b/jvmti-access/src/test/java/co/elastic/otel/UniversalProfilingCorrelationTest.java index 5ad5d521..0164cd20 100644 --- a/jvmti-access/src/test/java/co/elastic/otel/UniversalProfilingCorrelationTest.java +++ b/jvmti-access/src/test/java/co/elastic/otel/UniversalProfilingCorrelationTest.java @@ -185,7 +185,6 @@ public void enablingVirtualThreadSupportDoesNotThrow() { @Test @EnabledForJreRange(min = JRE.JAVA_21) public void testVirtualThreadsExcludedByDefault() throws Exception { - if (System.getProperty("java.vm.name").toUpperCase().contains("J9")) { // We exclude this test on OpenJ9, because it is flaky there // It seems like sometimes OpenJ9 does not disable the mount/unmount listeners diff --git a/version.properties b/version.properties index 1b124d87..8d0c7be9 100644 --- a/version.properties +++ b/version.properties @@ -1 +1 @@ -version=0.5.1-SNAPSHOT +version=1.0.0-SNAPSHOT