Post 1.19.0 release (#4827)
This commit is contained in:
		
							parent
							
								
									22620a1f59
								
							
						
					
					
						commit
						d1a17d7e66
					
				
							
								
								
									
										82
									
								
								README.md
								
								
								
								
							
							
						
						
									
										82
									
								
								README.md
								
								
								
								
							|  | @ -91,7 +91,7 @@ dependency versions in sync. | |||
|       <dependency> | ||||
|         <groupId>io.opentelemetry</groupId> | ||||
|         <artifactId>opentelemetry-bom</artifactId> | ||||
|         <version>1.18.0</version> | ||||
|         <version>1.19.0</version> | ||||
|         <type>pom</type> | ||||
|         <scope>import</scope> | ||||
|       </dependency> | ||||
|  | @ -110,7 +110,7 @@ dependency versions in sync. | |||
| 
 | ||||
| ```groovy | ||||
| dependencies { | ||||
|   implementation platform("io.opentelemetry:opentelemetry-bom:1.18.0") | ||||
|   implementation platform("io.opentelemetry:opentelemetry-bom:1.19.0") | ||||
|   implementation('io.opentelemetry:opentelemetry-api') | ||||
| } | ||||
| ``` | ||||
|  | @ -119,8 +119,8 @@ Note that if you want to use any artifacts that have not fully stabilized yet (s | |||
| 
 | ||||
| ```groovy | ||||
| dependencies { | ||||
|   implementation platform("io.opentelemetry:opentelemetry-bom:1.18.0") | ||||
|   implementation platform('io.opentelemetry:opentelemetry-bom-alpha:1.18.0-alpha') | ||||
|   implementation platform("io.opentelemetry:opentelemetry-bom:1.19.0") | ||||
|   implementation platform('io.opentelemetry:opentelemetry-bom-alpha:1.19.0-alpha') | ||||
| 
 | ||||
|   implementation('io.opentelemetry:opentelemetry-api') | ||||
|   implementation('io.opentelemetry:opentelemetry-semconv') | ||||
|  | @ -148,7 +148,7 @@ We strongly recommend using our published BOM to keep all dependency versions in | |||
|       <dependency> | ||||
|         <groupId>io.opentelemetry</groupId> | ||||
|         <artifactId>opentelemetry-bom</artifactId> | ||||
|         <version>1.19.0-SNAPSHOT</version> | ||||
|         <version>1.20.0-SNAPSHOT</version> | ||||
|         <type>pom</type> | ||||
|         <scope>import</scope> | ||||
|       </dependency> | ||||
|  | @ -171,7 +171,7 @@ repositories { | |||
| } | ||||
| 
 | ||||
| dependencies { | ||||
|   implementation platform("io.opentelemetry:opentelemetry-bom:1.19.0-SNAPSHOT") | ||||
|   implementation platform("io.opentelemetry:opentelemetry-bom:1.20.0-SNAPSHOT") | ||||
|   implementation('io.opentelemetry:opentelemetry-api') | ||||
| } | ||||
| ``` | ||||
|  | @ -216,71 +216,71 @@ dependency as follows, replacing `{{artifact-id}}` with the value from the "Arti | |||
| 
 | ||||
| | Component                                    | Description                            | Artifact ID               | Version                                                     | | ||||
| |----------------------------------------------|----------------------------------------|---------------------------|-------------------------------------------------------------| | ||||
| | [Bill of Materials (BOM)](./bom)             | Bill of materials for stable artifacts | `opentelemetry-bom`       | <!--VERSION_STABLE-->1.18.0<!--/VERSION_STABLE-->           | | ||||
| | [Alpha Bill of Materials (BOM)](./bom-alpha) | Bill of materials for alpha artifacts  | `opentelemetry-bom-alpha` | <!--VERSION_UNSTABLE-->1.18.0-alpha<!--/VERSION_UNSTABLE--> | | ||||
| | [Bill of Materials (BOM)](./bom)             | Bill of materials for stable artifacts | `opentelemetry-bom`       | <!--VERSION_STABLE-->1.19.0<!--/VERSION_STABLE-->           | | ||||
| | [Alpha Bill of Materials (BOM)](./bom-alpha) | Bill of materials for alpha artifacts  | `opentelemetry-bom-alpha` | <!--VERSION_UNSTABLE-->1.19.0-alpha<!--/VERSION_UNSTABLE--> | | ||||
| 
 | ||||
| ### API | ||||
| 
 | ||||
| | Component                         | Description                                                                                                                                        | Artifact ID              | Version                                                                          | | ||||
| |-----------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------|----------------------------------------------------------------------------------| | ||||
| | [API](./api/all)                  | OpenTelemetry API, including metrics, traces, baggage, context                                                                                     | `opentelemetry-api`      | <!--VERSION_STABLE-->1.18.0<!--/VERSION_STABLE-->                                | | ||||
| | [Logs API](./api/logs)            | OpenTelemetry Log API for emitting events and bridging log frameworks (NOT a replacement for application logging frameworks like SLF4J, JUL, etc.) | `opentelemetry-api-logs` | <!--VERSION_UNSTABLE-->TODO: add version after published<!--/VERSION_UNSTABLE--> | | ||||
| | [Context API](./context)          | OpenTelemetry context API                                                                                                                          | `opentelemetry-context`  | <!--VERSION_STABLE-->1.18.0<!--/VERSION_STABLE-->                                | | ||||
| | [Semantic Conventions](./semconv) | Generated code for OpenTelemetry semantic conventions                                                                                              | `opentelemetry-semconv`  | <!--VERSION_UNSTABLE-->1.18.0-alpha<!--/VERSION_UNSTABLE-->                      | | ||||
| | [API](./api/all)                  | OpenTelemetry API, including metrics, traces, baggage, context                                                                                     | `opentelemetry-api`      | <!--VERSION_STABLE-->1.19.0<!--/VERSION_STABLE-->                                | | ||||
| | [Logs API](./api/logs)            | OpenTelemetry Log API for emitting events and bridging log frameworks (NOT a replacement for application logging frameworks like SLF4J, JUL, etc.) | `opentelemetry-api-logs` | <!--VERSION_UNSTABLE-->1.19.0-alpha<!--/VERSION_UNSTABLE--> | | ||||
| | [Context API](./context)          | OpenTelemetry context API                                                                                                                          | `opentelemetry-context`  | <!--VERSION_STABLE-->1.19.0<!--/VERSION_STABLE-->                                | | ||||
| | [Semantic Conventions](./semconv) | Generated code for OpenTelemetry semantic conventions                                                                                              | `opentelemetry-semconv`  | <!--VERSION_UNSTABLE-->1.19.0-alpha<!--/VERSION_UNSTABLE-->                      | | ||||
| 
 | ||||
| ### API Extensions | ||||
| 
 | ||||
| | Component                                                     | Description                                                                                 | Artifact ID                                 | Version                                                     | | ||||
| |---------------------------------------------------------------|---------------------------------------------------------------------------------------------|---------------------------------------------|-------------------------------------------------------------| | ||||
| | [AWS Extension](./extensions/aws)                             | AWS Xray propagator                                                                         | `opentelemetry-extension-aws`               | <!--VERSION_STABLE-->1.18.0<!--/VERSION_STABLE-->           | | ||||
| | [Kotlin Extension](./extensions/kotlin)                       | Context extension for coroutines                                                            | `opentelemetry-extension-kotlin`            | <!--VERSION_STABLE-->1.18.0<!--/VERSION_STABLE-->           | | ||||
| | [Trace Propagators Extension](./extensions/trace-propagators) | Trace propagators, including B3, Jaeger, OT Trace                                           | `opentelemetry-extension-trace-propagators` | <!--VERSION_STABLE-->1.18.0<!--/VERSION_STABLE-->           | | ||||
| | [Incubator Extension](./extensions/incubator)                 | API incubator, including pass through propagator, and extended tracer                       | `opentelemetry-extension-incubator`         | <!--VERSION_UNSTABLE-->1.18.0-alpha<!--/VERSION_UNSTABLE--> | | ||||
| | [AWS Extension](./extensions/aws)                             | AWS Xray propagator                                                                         | `opentelemetry-extension-aws`               | <!--VERSION_STABLE-->1.19.0<!--/VERSION_STABLE-->           | | ||||
| | [Kotlin Extension](./extensions/kotlin)                       | Context extension for coroutines                                                            | `opentelemetry-extension-kotlin`            | <!--VERSION_STABLE-->1.19.0<!--/VERSION_STABLE-->           | | ||||
| | [Trace Propagators Extension](./extensions/trace-propagators) | Trace propagators, including B3, Jaeger, OT Trace                                           | `opentelemetry-extension-trace-propagators` | <!--VERSION_STABLE-->1.19.0<!--/VERSION_STABLE-->           | | ||||
| | [Incubator Extension](./extensions/incubator)                 | API incubator, including pass through propagator, and extended tracer                       | `opentelemetry-extension-incubator`         | <!--VERSION_UNSTABLE-->1.19.0-alpha<!--/VERSION_UNSTABLE--> | | ||||
| 
 | ||||
| ### SDK | ||||
| 
 | ||||
| | Component                              | Description                                            | Artifact ID                      | Version                                                     | | ||||
| |----------------------------------------|--------------------------------------------------------|----------------------------------|-------------------------------------------------------------| | ||||
| | [SDK](./sdk/all)                       | OpenTelemetry SDK, including metrics, traces, and logs | `opentelemetry-sdk`              | <!--VERSION_STABLE-->1.18.0<!--/VERSION_STABLE-->           | | ||||
| | [Metrics SDK](./sdk/metrics)           | OpenTelemetry metrics SDK                              | `opentelemetry-sdk-metrics`      | <!--VERSION_STABLE-->1.18.0<!--/VERSION_STABLE-->           | | ||||
| | [Trace SDK](./sdk/trace)               | OpenTelemetry trace SDK                                | `opentelemetry-sdk-trace`        | <!--VERSION_STABLE-->1.18.0<!--/VERSION_STABLE-->           | | ||||
| | [Log SDK](./sdk/logs)                  | OpenTelemetry log SDK                                  | `opentelemetry-sdk-logs`         | <!--VERSION_UNSTABLE-->1.18.0-alpha<!--/VERSION_UNSTABLE--> | | ||||
| | [SDK Common](./sdk/common)             | Shared SDK components                                  | `opentelemetry-sdk-common`       | <!--VERSION_STABLE-->1.18.0<!--/VERSION_STABLE-->           | | ||||
| | [SDK Testing](./sdk/testing)           | Components for testing OpenTelemetry instrumentation   | `opentelemetry-sdk-testing`      | <!--VERSION_STABLE-->1.18.0<!--/VERSION_STABLE-->           | | ||||
| | [SDK Logs Testing](./sdk/logs-testing) | Components for testing OpenTelemetry logs              | `opentelemetry-sdk-logs-testing` | <!--VERSION_UNSTABLE-->1.18.0-alpha<!--/VERSION_UNSTABLE--> | | ||||
| | [SDK](./sdk/all)                       | OpenTelemetry SDK, including metrics, traces, and logs | `opentelemetry-sdk`              | <!--VERSION_STABLE-->1.19.0<!--/VERSION_STABLE-->           | | ||||
| | [Metrics SDK](./sdk/metrics)           | OpenTelemetry metrics SDK                              | `opentelemetry-sdk-metrics`      | <!--VERSION_STABLE-->1.19.0<!--/VERSION_STABLE-->           | | ||||
| | [Trace SDK](./sdk/trace)               | OpenTelemetry trace SDK                                | `opentelemetry-sdk-trace`        | <!--VERSION_STABLE-->1.19.0<!--/VERSION_STABLE-->           | | ||||
| | [Log SDK](./sdk/logs)                  | OpenTelemetry log SDK                                  | `opentelemetry-sdk-logs`         | <!--VERSION_UNSTABLE-->1.19.0-alpha<!--/VERSION_UNSTABLE--> | | ||||
| | [SDK Common](./sdk/common)             | Shared SDK components                                  | `opentelemetry-sdk-common`       | <!--VERSION_STABLE-->1.19.0<!--/VERSION_STABLE-->           | | ||||
| | [SDK Testing](./sdk/testing)           | Components for testing OpenTelemetry instrumentation   | `opentelemetry-sdk-testing`      | <!--VERSION_STABLE-->1.19.0<!--/VERSION_STABLE-->           | | ||||
| | [SDK Logs Testing](./sdk/logs-testing) | Components for testing OpenTelemetry logs              | `opentelemetry-sdk-logs-testing` | <!--VERSION_UNSTABLE-->1.19.0-alpha<!--/VERSION_UNSTABLE--> | | ||||
| 
 | ||||
| ### SDK Exporters | ||||
| 
 | ||||
| | Component                                           | Description                                                                         | Artifact ID                           | Version                                                     | | ||||
| |-----------------------------------------------------|-------------------------------------------------------------------------------------|---------------------------------------|-------------------------------------------------------------| | ||||
| | [OTLP Exporters](./exporters/otlp/all)              | OTLP gRPC & HTTP exporters, including metrics and trace                             | `opentelemetry-exporter-otlp`         | <!--VERSION_STABLE-->1.18.0<!--/VERSION_STABLE-->           | | ||||
| | [OTLP Log Exporters](./exporters/otlp/logs)         | OTLP gRPC & HTTP log exporters                                                      | `opentelemetry-exporter-otlp-logs`    | <!--VERSION_UNSTABLE-->1.18.0-alpha<!--/VERSION_UNSTABLE--> | | ||||
| | [OTLP Common](./exporters/otlp/common)              | Shared OTLP components (internal)                                                   | `opentelemetry-exporter-otlp-common`  | <!--VERSION_STABLE-->1.18.0<!--/VERSION_STABLE-->           | | ||||
| | [Jaeger gRPC Exporter](./exporters/jaeger)          | Jaeger gRPC trace exporter                                                          | `opentelemetry-exporter-jaeger`       | <!--VERSION_STABLE-->1.18.0<!--/VERSION_STABLE-->           | | ||||
| | [Jaeger Thrift Exporter](./exporters/jaeger-thrift) | Jaeger thrift trace exporter                                                        | `opentelemetry-exporter-jaeger-thift` | <!--VERSION_STABLE-->1.18.0<!--/VERSION_STABLE-->           | | ||||
| | [Logging Exporter](./exporters/logging)             | Logging exporters, includings metrics, traces, and logs                             | `opentelemetry-exporter-logging`      | <!--VERSION_STABLE-->1.18.0<!--/VERSION_STABLE-->           | | ||||
| | [OTLP Logging Exporter](./exporters/logging-otlp)   | Logging exporters in OTLP protobuf JSON format, including metrics, traces, and logs | `opentelemetry-exporter-logging-otlp` | <!--VERSION_STABLE-->1.18.0<!--/VERSION_STABLE-->           | | ||||
| | [Zipkin Exporter](./exporters/zipkin)               | Zipkin trace exporter                                                               | `opentelemetry-exporter-zipkin`       | <!--VERSION_STABLE-->1.18.0<!--/VERSION_STABLE-->           | | ||||
| | [Prometheus Exporter](./exporters/prometheus)       | Prometheus metric exporter                                                          | `opentelemetry-exporter-prometheus`   | <!--VERSION_UNSTABLE-->1.18.0-alpha<!--/VERSION_UNSTABLE--> | | ||||
| | [Exporter Common](./exporters/common)               | Shared exporter components (internal)                                               | `opentelemetry-exporter-common`       | <!--VERSION_STABLE-->1.18.0<!--/VERSION_STABLE-->           | | ||||
| | [OTLP Exporters](./exporters/otlp/all)              | OTLP gRPC & HTTP exporters, including metrics and trace                             | `opentelemetry-exporter-otlp`         | <!--VERSION_STABLE-->1.19.0<!--/VERSION_STABLE-->           | | ||||
| | [OTLP Log Exporters](./exporters/otlp/logs)         | OTLP gRPC & HTTP log exporters                                                      | `opentelemetry-exporter-otlp-logs`    | <!--VERSION_UNSTABLE-->1.19.0-alpha<!--/VERSION_UNSTABLE--> | | ||||
| | [OTLP Common](./exporters/otlp/common)              | Shared OTLP components (internal)                                                   | `opentelemetry-exporter-otlp-common`  | <!--VERSION_STABLE-->1.19.0<!--/VERSION_STABLE-->           | | ||||
| | [Jaeger gRPC Exporter](./exporters/jaeger)          | Jaeger gRPC trace exporter                                                          | `opentelemetry-exporter-jaeger`       | <!--VERSION_STABLE-->1.19.0<!--/VERSION_STABLE-->           | | ||||
| | [Jaeger Thrift Exporter](./exporters/jaeger-thrift) | Jaeger thrift trace exporter                                                        | `opentelemetry-exporter-jaeger-thift` | <!--VERSION_STABLE-->1.19.0<!--/VERSION_STABLE-->           | | ||||
| | [Logging Exporter](./exporters/logging)             | Logging exporters, includings metrics, traces, and logs                             | `opentelemetry-exporter-logging`      | <!--VERSION_STABLE-->1.19.0<!--/VERSION_STABLE-->           | | ||||
| | [OTLP Logging Exporter](./exporters/logging-otlp)   | Logging exporters in OTLP protobuf JSON format, including metrics, traces, and logs | `opentelemetry-exporter-logging-otlp` | <!--VERSION_STABLE-->1.19.0<!--/VERSION_STABLE-->           | | ||||
| | [Zipkin Exporter](./exporters/zipkin)               | Zipkin trace exporter                                                               | `opentelemetry-exporter-zipkin`       | <!--VERSION_STABLE-->1.19.0<!--/VERSION_STABLE-->           | | ||||
| | [Prometheus Exporter](./exporters/prometheus)       | Prometheus metric exporter                                                          | `opentelemetry-exporter-prometheus`   | <!--VERSION_UNSTABLE-->1.19.0-alpha<!--/VERSION_UNSTABLE--> | | ||||
| | [Exporter Common](./exporters/common)               | Shared exporter components (internal)                                               | `opentelemetry-exporter-common`       | <!--VERSION_STABLE-->1.19.0<!--/VERSION_STABLE-->           | | ||||
| 
 | ||||
| ### SDK Extensions | ||||
| 
 | ||||
| | Component                                                                     | Description                                                                                    | Artifact ID                                         | Version                                                     | | ||||
| |-------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|-----------------------------------------------------|-------------------------------------------------------------| | ||||
| | [SDK Autoconfigure Extension](./sdk-extensions/autoconfigure)                 | Autoconfigure OpenTelemetry SDK from env vars, system properties, and SPI                      | `opentelemetry-sdk-extension-autoconfigure`         | <!--VERSION_UNSTABLE-->1.18.0-alpha<!--/VERSION_UNSTABLE--> | | ||||
| | [SDK Autoconfigure SPI](./sdk-extensions/autoconfigure-spi)                   | Service Provider Interface (SPI) definitions for autoconfigure                                 | `opentelemetry-sdk-extension-autoconfigure-spi`     | <!--VERSION_STABLE-->1.18.0<!--/VERSION_STABLE-->           | | ||||
| | [SDK Resources Extension](./sdk-extensions/resources)                         | Resource providers, including container, host, os, and process (deprecated)                    | `opentelemetry-sdk-extension-resources`             | <!--VERSION_STABLE-->1.18.0<!--/VERSION_STABLE-->           | | ||||
| | [SDK AWS Extension](./sdk-extensions/aws)                                     | AWS resource providers, including beanstalk, ec2, ecs, eks, and lambda (deprecated)            | `opentelemetry-sdk-extension-aws`                   | <!--VERSION_STABLE-->1.18.0<!--/VERSION_STABLE-->           | | ||||
| | [SDK Jaeger Remote Sampler Extension](./sdk-extensions/jaeger-remote-sampler) | Sampler which obtains sampling configuration from remote Jaeger server                         | `opentelemetry-sdk-extension-jaeger-remote-sampler` | <!--VERSION_STABLE-->1.18.0<!--/VERSION_STABLE-->           | | ||||
| | [SDK Incubator](./sdk-extensions/incubator)                                   | SDK incubator, including YAML based view configuration, LeakDetectingSpanProcessor, and zPages | `opentelemetry-sdk-extension-incubator`             | <!--VERSION_UNSTABLE-->1.18.0-alpha<!--/VERSION_UNSTABLE--> | | ||||
| | [SDK Autoconfigure Extension](./sdk-extensions/autoconfigure)                 | Autoconfigure OpenTelemetry SDK from env vars, system properties, and SPI                      | `opentelemetry-sdk-extension-autoconfigure`         | <!--VERSION_UNSTABLE-->1.19.0-alpha<!--/VERSION_UNSTABLE--> | | ||||
| | [SDK Autoconfigure SPI](./sdk-extensions/autoconfigure-spi)                   | Service Provider Interface (SPI) definitions for autoconfigure                                 | `opentelemetry-sdk-extension-autoconfigure-spi`     | <!--VERSION_STABLE-->1.19.0<!--/VERSION_STABLE-->           | | ||||
| | [SDK Resources Extension](./sdk-extensions/resources)                         | Resource providers, including container, host, os, and process (deprecated)                    | `opentelemetry-sdk-extension-resources`             | <!--VERSION_STABLE-->1.19.0<!--/VERSION_STABLE-->           | | ||||
| | [SDK AWS Extension](./sdk-extensions/aws)                                     | AWS resource providers, including beanstalk, ec2, ecs, eks, and lambda (deprecated)            | `opentelemetry-sdk-extension-aws`                   | <!--VERSION_STABLE-->1.19.0<!--/VERSION_STABLE-->           | | ||||
| | [SDK Jaeger Remote Sampler Extension](./sdk-extensions/jaeger-remote-sampler) | Sampler which obtains sampling configuration from remote Jaeger server                         | `opentelemetry-sdk-extension-jaeger-remote-sampler` | <!--VERSION_STABLE-->1.19.0<!--/VERSION_STABLE-->           | | ||||
| | [SDK Incubator](./sdk-extensions/incubator)                                   | SDK incubator, including YAML based view configuration, LeakDetectingSpanProcessor, and zPages | `opentelemetry-sdk-extension-incubator`             | <!--VERSION_UNSTABLE-->1.19.0-alpha<!--/VERSION_UNSTABLE--> | | ||||
| 
 | ||||
| ### Shims | ||||
| 
 | ||||
| | Component                              | Description                                                  | Artifact ID                      | Version                                                     | | ||||
| |----------------------------------------|--------------------------------------------------------------|----------------------------------|-------------------------------------------------------------| | ||||
| | [OpenCensus Shim](./opencensus-shim)   | Bridge opencensus metrics into the OpenTelemetry metrics SDK | `opentelemetry-opencensus-shim`  | <!--VERSION_UNSTABLE-->1.18.0-alpha<!--/VERSION_UNSTABLE--> | | ||||
| | [OpenTracing Shim](./opentracing-shim) | Bridge opentracing spans into the OpenTelemetry trace API    | `opentelemetry-opentracing-shim` | <!--VERSION_UNSTABLE-->1.18.0-alpha<!--/VERSION_UNSTABLE--> | | ||||
| | [OpenCensus Shim](./opencensus-shim)   | Bridge opencensus metrics into the OpenTelemetry metrics SDK | `opentelemetry-opencensus-shim`  | <!--VERSION_UNSTABLE-->1.19.0-alpha<!--/VERSION_UNSTABLE--> | | ||||
| | [OpenTracing Shim](./opentracing-shim) | Bridge opentracing spans into the OpenTelemetry trace API    | `opentelemetry-opentracing-shim` | <!--VERSION_UNSTABLE-->1.19.0-alpha<!--/VERSION_UNSTABLE--> | | ||||
| 
 | ||||
| ## Contributing | ||||
| 
 | ||||
|  |  | |||
|  | @ -0,0 +1,2 @@ | |||
| Comparing source compatibility of  against  | ||||
| No changes. | ||||
|  | @ -0,0 +1,2 @@ | |||
| Comparing source compatibility of  against  | ||||
| No changes. | ||||
|  | @ -0,0 +1,2 @@ | |||
| Comparing source compatibility of  against  | ||||
| No changes. | ||||
|  | @ -0,0 +1,2 @@ | |||
| Comparing source compatibility of  against  | ||||
| No changes. | ||||
|  | @ -0,0 +1,2 @@ | |||
| Comparing source compatibility of  against  | ||||
| No changes. | ||||
|  | @ -0,0 +1,15 @@ | |||
| Comparing source compatibility of  against  | ||||
| ---! REMOVED CLASS: PUBLIC(-) FINAL(-) io.opentelemetry.exporter.logging.otlp.OtlpJsonLoggingLogExporter  (not serializable) | ||||
| 	---  CLASS FILE FORMAT VERSION: n.a. <- 52.0 | ||||
| 	---! REMOVED SUPERCLASS: java.lang.Object | ||||
| 	---! REMOVED METHOD: PUBLIC(-) STATIC(-) io.opentelemetry.sdk.logs.export.LogExporter create() | ||||
| 	---! REMOVED METHOD: PUBLIC(-) io.opentelemetry.sdk.common.CompletableResultCode export(java.util.Collection) | ||||
| 	---! REMOVED METHOD: PUBLIC(-) io.opentelemetry.sdk.common.CompletableResultCode flush() | ||||
| 	---! REMOVED METHOD: PUBLIC(-) io.opentelemetry.sdk.common.CompletableResultCode shutdown() | ||||
| +++  NEW CLASS: PUBLIC(+) FINAL(+) io.opentelemetry.exporter.logging.otlp.OtlpJsonLoggingLogRecordExporter  (not serializable) | ||||
| 	+++  CLASS FILE FORMAT VERSION: 52.0 <- n.a. | ||||
| 	+++  NEW SUPERCLASS: java.lang.Object | ||||
| 	+++  NEW METHOD: PUBLIC(+) STATIC(+) io.opentelemetry.sdk.logs.export.LogRecordExporter create() | ||||
| 	+++  NEW METHOD: PUBLIC(+) io.opentelemetry.sdk.common.CompletableResultCode export(java.util.Collection) | ||||
| 	+++  NEW METHOD: PUBLIC(+) io.opentelemetry.sdk.common.CompletableResultCode flush() | ||||
| 	+++  NEW METHOD: PUBLIC(+) io.opentelemetry.sdk.common.CompletableResultCode shutdown() | ||||
|  | @ -0,0 +1,17 @@ | |||
| Comparing source compatibility of  against  | ||||
| ---! REMOVED CLASS: PUBLIC(-) io.opentelemetry.exporter.logging.SystemOutLogExporter  (not serializable) | ||||
| 	---  CLASS FILE FORMAT VERSION: n.a. <- 52.0 | ||||
| 	---! REMOVED SUPERCLASS: java.lang.Object | ||||
| 	---! REMOVED CONSTRUCTOR: PUBLIC(-) SystemOutLogExporter() | ||||
| 		---  REMOVED ANNOTATION: java.lang.Deprecated | ||||
| 	---! REMOVED METHOD: PUBLIC(-) STATIC(-) io.opentelemetry.exporter.logging.SystemOutLogExporter create() | ||||
| 	---! REMOVED METHOD: PUBLIC(-) io.opentelemetry.sdk.common.CompletableResultCode export(java.util.Collection) | ||||
| 	---! REMOVED METHOD: PUBLIC(-) io.opentelemetry.sdk.common.CompletableResultCode flush() | ||||
| 	---! REMOVED METHOD: PUBLIC(-) io.opentelemetry.sdk.common.CompletableResultCode shutdown() | ||||
| +++  NEW CLASS: PUBLIC(+) io.opentelemetry.exporter.logging.SystemOutLogRecordExporter  (not serializable) | ||||
| 	+++  CLASS FILE FORMAT VERSION: 52.0 <- n.a. | ||||
| 	+++  NEW SUPERCLASS: java.lang.Object | ||||
| 	+++  NEW METHOD: PUBLIC(+) STATIC(+) io.opentelemetry.exporter.logging.SystemOutLogRecordExporter create() | ||||
| 	+++  NEW METHOD: PUBLIC(+) io.opentelemetry.sdk.common.CompletableResultCode export(java.util.Collection) | ||||
| 	+++  NEW METHOD: PUBLIC(+) io.opentelemetry.sdk.common.CompletableResultCode flush() | ||||
| 	+++  NEW METHOD: PUBLIC(+) io.opentelemetry.sdk.common.CompletableResultCode shutdown() | ||||
|  | @ -0,0 +1,2 @@ | |||
| Comparing source compatibility of  against  | ||||
| No changes. | ||||
|  | @ -0,0 +1,2 @@ | |||
| Comparing source compatibility of  against  | ||||
| No changes. | ||||
|  | @ -0,0 +1,2 @@ | |||
| Comparing source compatibility of  against  | ||||
| No changes. | ||||
|  | @ -0,0 +1,2 @@ | |||
| Comparing source compatibility of  against  | ||||
| No changes. | ||||
|  | @ -0,0 +1,2 @@ | |||
| Comparing source compatibility of  against  | ||||
| No changes. | ||||
|  | @ -0,0 +1,2 @@ | |||
| Comparing source compatibility of  against  | ||||
| No changes. | ||||
|  | @ -0,0 +1,2 @@ | |||
| Comparing source compatibility of  against  | ||||
| No changes. | ||||
|  | @ -0,0 +1,17 @@ | |||
| Comparing source compatibility of  against  | ||||
| ***! MODIFIED INTERFACE: PUBLIC ABSTRACT io.opentelemetry.sdk.autoconfigure.spi.AutoConfigurationCustomizer  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	---! REMOVED METHOD: PUBLIC(-) io.opentelemetry.sdk.autoconfigure.spi.AutoConfigurationCustomizer addLogEmitterProviderCustomizer(java.util.function.BiFunction) | ||||
| 	---! REMOVED METHOD: PUBLIC(-) io.opentelemetry.sdk.autoconfigure.spi.AutoConfigurationCustomizer addLogExporterCustomizer(java.util.function.BiFunction) | ||||
| 	+++  NEW METHOD: PUBLIC(+) io.opentelemetry.sdk.autoconfigure.spi.AutoConfigurationCustomizer addLoggerProviderCustomizer(java.util.function.BiFunction) | ||||
| 	+++  NEW METHOD: PUBLIC(+) io.opentelemetry.sdk.autoconfigure.spi.AutoConfigurationCustomizer addLogRecordExporterCustomizer(java.util.function.BiFunction) | ||||
| ---! REMOVED INTERFACE: PUBLIC(-) ABSTRACT(-) io.opentelemetry.sdk.autoconfigure.spi.logs.ConfigurableLogExporterProvider  (not serializable) | ||||
| 	---  CLASS FILE FORMAT VERSION: n.a. <- 52.0 | ||||
| 	---! REMOVED SUPERCLASS: java.lang.Object | ||||
| 	---! REMOVED METHOD: PUBLIC(-) ABSTRACT(-) io.opentelemetry.sdk.logs.export.LogExporter createExporter(io.opentelemetry.sdk.autoconfigure.spi.ConfigProperties) | ||||
| 	---! REMOVED METHOD: PUBLIC(-) ABSTRACT(-) java.lang.String getName() | ||||
| +++  NEW INTERFACE: PUBLIC(+) ABSTRACT(+) io.opentelemetry.sdk.autoconfigure.spi.logs.ConfigurableLogRecordExporterProvider  (not serializable) | ||||
| 	+++  CLASS FILE FORMAT VERSION: 52.0 <- n.a. | ||||
| 	+++  NEW SUPERCLASS: java.lang.Object | ||||
| 	+++  NEW METHOD: PUBLIC(+) ABSTRACT(+) io.opentelemetry.sdk.logs.export.LogRecordExporter createExporter(io.opentelemetry.sdk.autoconfigure.spi.ConfigProperties) | ||||
| 	+++  NEW METHOD: PUBLIC(+) ABSTRACT(+) java.lang.String getName() | ||||
|  | @ -0,0 +1,31 @@ | |||
| Comparing source compatibility of  against  | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.aws.resource.BeanstalkResource  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.aws.resource.BeanstalkResourceProvider  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.aws.resource.Ec2Resource  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.aws.resource.Ec2ResourceProvider  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.aws.resource.EcsResource  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.aws.resource.EcsResourceProvider  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.aws.resource.EksResource  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.aws.resource.EksResourceProvider  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.aws.resource.LambdaResource  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.aws.resource.LambdaResourceProvider  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
|  | @ -0,0 +1,2 @@ | |||
| Comparing source compatibility of  against  | ||||
| No changes. | ||||
|  | @ -0,0 +1,31 @@ | |||
| Comparing source compatibility of  against  | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.resources.ContainerResource  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC io.opentelemetry.sdk.extension.resources.ContainerResourceProvider  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.resources.HostResource  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.resources.HostResourceProvider  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.resources.OsResource  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.resources.OsResourceProvider  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.resources.ProcessResource  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.resources.ProcessResourceProvider  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.resources.ProcessRuntimeResource  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.resources.ProcessRuntimeResourceProvider  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
|  | @ -0,0 +1,2 @@ | |||
| Comparing source compatibility of  against  | ||||
| No changes. | ||||
|  | @ -0,0 +1,2 @@ | |||
| Comparing source compatibility of  against  | ||||
| No changes. | ||||
|  | @ -0,0 +1,2 @@ | |||
| Comparing source compatibility of  against  | ||||
| No changes. | ||||
|  | @ -0,0 +1,9 @@ | |||
| Comparing source compatibility of  against  | ||||
| ***! MODIFIED CLASS: PUBLIC FINAL io.opentelemetry.sdk.OpenTelemetrySdk  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	---! REMOVED METHOD: PUBLIC(-) io.opentelemetry.sdk.logs.SdkLogEmitterProvider getSdkLogEmitterProvider() | ||||
| 	+++  NEW METHOD: PUBLIC(+) io.opentelemetry.sdk.logs.SdkLoggerProvider getSdkLoggerProvider() | ||||
| ***! MODIFIED CLASS: PUBLIC FINAL io.opentelemetry.sdk.OpenTelemetrySdkBuilder  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	---! REMOVED METHOD: PUBLIC(-) io.opentelemetry.sdk.OpenTelemetrySdkBuilder setLogEmitterProvider(io.opentelemetry.sdk.logs.SdkLogEmitterProvider) | ||||
| 	+++  NEW METHOD: PUBLIC(+) io.opentelemetry.sdk.OpenTelemetrySdkBuilder setLoggerProvider(io.opentelemetry.sdk.logs.SdkLoggerProvider) | ||||
|  | @ -1,15 +1,2 @@ | |||
| Comparing source compatibility of  against  | ||||
| ---! REMOVED CLASS: PUBLIC(-) FINAL(-) io.opentelemetry.exporter.logging.otlp.OtlpJsonLoggingLogExporter  (not serializable) | ||||
| 	---  CLASS FILE FORMAT VERSION: n.a. <- 52.0 | ||||
| 	---! REMOVED SUPERCLASS: java.lang.Object | ||||
| 	---! REMOVED METHOD: PUBLIC(-) STATIC(-) io.opentelemetry.sdk.logs.export.LogExporter create() | ||||
| 	---! REMOVED METHOD: PUBLIC(-) io.opentelemetry.sdk.common.CompletableResultCode export(java.util.Collection) | ||||
| 	---! REMOVED METHOD: PUBLIC(-) io.opentelemetry.sdk.common.CompletableResultCode flush() | ||||
| 	---! REMOVED METHOD: PUBLIC(-) io.opentelemetry.sdk.common.CompletableResultCode shutdown() | ||||
| +++  NEW CLASS: PUBLIC(+) FINAL(+) io.opentelemetry.exporter.logging.otlp.OtlpJsonLoggingLogRecordExporter  (not serializable) | ||||
| 	+++  CLASS FILE FORMAT VERSION: 52.0 <- n.a. | ||||
| 	+++  NEW SUPERCLASS: java.lang.Object | ||||
| 	+++  NEW METHOD: PUBLIC(+) STATIC(+) io.opentelemetry.sdk.logs.export.LogRecordExporter create() | ||||
| 	+++  NEW METHOD: PUBLIC(+) io.opentelemetry.sdk.common.CompletableResultCode export(java.util.Collection) | ||||
| 	+++  NEW METHOD: PUBLIC(+) io.opentelemetry.sdk.common.CompletableResultCode flush() | ||||
| 	+++  NEW METHOD: PUBLIC(+) io.opentelemetry.sdk.common.CompletableResultCode shutdown() | ||||
| No changes. | ||||
|  | @ -1,17 +1,2 @@ | |||
| Comparing source compatibility of  against  | ||||
| ---! REMOVED CLASS: PUBLIC(-) io.opentelemetry.exporter.logging.SystemOutLogExporter  (not serializable) | ||||
| 	---  CLASS FILE FORMAT VERSION: n.a. <- 52.0 | ||||
| 	---! REMOVED SUPERCLASS: java.lang.Object | ||||
| 	---! REMOVED CONSTRUCTOR: PUBLIC(-) SystemOutLogExporter() | ||||
| 		---  REMOVED ANNOTATION: java.lang.Deprecated | ||||
| 	---! REMOVED METHOD: PUBLIC(-) STATIC(-) io.opentelemetry.exporter.logging.SystemOutLogExporter create() | ||||
| 	---! REMOVED METHOD: PUBLIC(-) io.opentelemetry.sdk.common.CompletableResultCode export(java.util.Collection) | ||||
| 	---! REMOVED METHOD: PUBLIC(-) io.opentelemetry.sdk.common.CompletableResultCode flush() | ||||
| 	---! REMOVED METHOD: PUBLIC(-) io.opentelemetry.sdk.common.CompletableResultCode shutdown() | ||||
| +++  NEW CLASS: PUBLIC(+) io.opentelemetry.exporter.logging.SystemOutLogRecordExporter  (not serializable) | ||||
| 	+++  CLASS FILE FORMAT VERSION: 52.0 <- n.a. | ||||
| 	+++  NEW SUPERCLASS: java.lang.Object | ||||
| 	+++  NEW METHOD: PUBLIC(+) STATIC(+) io.opentelemetry.exporter.logging.SystemOutLogRecordExporter create() | ||||
| 	+++  NEW METHOD: PUBLIC(+) io.opentelemetry.sdk.common.CompletableResultCode export(java.util.Collection) | ||||
| 	+++  NEW METHOD: PUBLIC(+) io.opentelemetry.sdk.common.CompletableResultCode flush() | ||||
| 	+++  NEW METHOD: PUBLIC(+) io.opentelemetry.sdk.common.CompletableResultCode shutdown() | ||||
| No changes. | ||||
|  | @ -1,17 +1,2 @@ | |||
| Comparing source compatibility of  against  | ||||
| ***! MODIFIED INTERFACE: PUBLIC ABSTRACT io.opentelemetry.sdk.autoconfigure.spi.AutoConfigurationCustomizer  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	---! REMOVED METHOD: PUBLIC(-) io.opentelemetry.sdk.autoconfigure.spi.AutoConfigurationCustomizer addLogEmitterProviderCustomizer(java.util.function.BiFunction) | ||||
| 	---! REMOVED METHOD: PUBLIC(-) io.opentelemetry.sdk.autoconfigure.spi.AutoConfigurationCustomizer addLogExporterCustomizer(java.util.function.BiFunction) | ||||
| 	+++  NEW METHOD: PUBLIC(+) io.opentelemetry.sdk.autoconfigure.spi.AutoConfigurationCustomizer addLoggerProviderCustomizer(java.util.function.BiFunction) | ||||
| 	+++  NEW METHOD: PUBLIC(+) io.opentelemetry.sdk.autoconfigure.spi.AutoConfigurationCustomizer addLogRecordExporterCustomizer(java.util.function.BiFunction) | ||||
| ---! REMOVED INTERFACE: PUBLIC(-) ABSTRACT(-) io.opentelemetry.sdk.autoconfigure.spi.logs.ConfigurableLogExporterProvider  (not serializable) | ||||
| 	---  CLASS FILE FORMAT VERSION: n.a. <- 52.0 | ||||
| 	---! REMOVED SUPERCLASS: java.lang.Object | ||||
| 	---! REMOVED METHOD: PUBLIC(-) ABSTRACT(-) io.opentelemetry.sdk.logs.export.LogExporter createExporter(io.opentelemetry.sdk.autoconfigure.spi.ConfigProperties) | ||||
| 	---! REMOVED METHOD: PUBLIC(-) ABSTRACT(-) java.lang.String getName() | ||||
| +++  NEW INTERFACE: PUBLIC(+) ABSTRACT(+) io.opentelemetry.sdk.autoconfigure.spi.logs.ConfigurableLogRecordExporterProvider  (not serializable) | ||||
| 	+++  CLASS FILE FORMAT VERSION: 52.0 <- n.a. | ||||
| 	+++  NEW SUPERCLASS: java.lang.Object | ||||
| 	+++  NEW METHOD: PUBLIC(+) ABSTRACT(+) io.opentelemetry.sdk.logs.export.LogRecordExporter createExporter(io.opentelemetry.sdk.autoconfigure.spi.ConfigProperties) | ||||
| 	+++  NEW METHOD: PUBLIC(+) ABSTRACT(+) java.lang.String getName() | ||||
| No changes. | ||||
|  | @ -1,31 +1,2 @@ | |||
| Comparing source compatibility of  against  | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.aws.resource.BeanstalkResource  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.aws.resource.BeanstalkResourceProvider  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.aws.resource.Ec2Resource  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.aws.resource.Ec2ResourceProvider  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.aws.resource.EcsResource  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.aws.resource.EcsResourceProvider  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.aws.resource.EksResource  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.aws.resource.EksResourceProvider  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.aws.resource.LambdaResource  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.aws.resource.LambdaResourceProvider  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| No changes. | ||||
|  | @ -1,31 +1,2 @@ | |||
| Comparing source compatibility of  against  | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.resources.ContainerResource  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC io.opentelemetry.sdk.extension.resources.ContainerResourceProvider  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.resources.HostResource  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.resources.HostResourceProvider  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.resources.OsResource  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.resources.OsResourceProvider  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.resources.ProcessResource  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.resources.ProcessResourceProvider  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.resources.ProcessRuntimeResource  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| ===  UNCHANGED CLASS: PUBLIC FINAL io.opentelemetry.sdk.extension.resources.ProcessRuntimeResourceProvider  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	+++  NEW ANNOTATION: java.lang.Deprecated | ||||
| No changes. | ||||
|  | @ -1,9 +1,2 @@ | |||
| Comparing source compatibility of  against  | ||||
| ***! MODIFIED CLASS: PUBLIC FINAL io.opentelemetry.sdk.OpenTelemetrySdk  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	---! REMOVED METHOD: PUBLIC(-) io.opentelemetry.sdk.logs.SdkLogEmitterProvider getSdkLogEmitterProvider() | ||||
| 	+++  NEW METHOD: PUBLIC(+) io.opentelemetry.sdk.logs.SdkLoggerProvider getSdkLoggerProvider() | ||||
| ***! MODIFIED CLASS: PUBLIC FINAL io.opentelemetry.sdk.OpenTelemetrySdkBuilder  (not serializable) | ||||
| 	===  CLASS FILE FORMAT VERSION: 52.0 <- 52.0 | ||||
| 	---! REMOVED METHOD: PUBLIC(-) io.opentelemetry.sdk.OpenTelemetrySdkBuilder setLogEmitterProvider(io.opentelemetry.sdk.logs.SdkLogEmitterProvider) | ||||
| 	+++  NEW METHOD: PUBLIC(+) io.opentelemetry.sdk.OpenTelemetrySdkBuilder setLoggerProvider(io.opentelemetry.sdk.logs.SdkLoggerProvider) | ||||
| No changes. | ||||
		Loading…
	
		Reference in New Issue