|
1 | 1 | Comparing source compatibility of opentelemetry-sdk-logs-1.54.0-SNAPSHOT.jar against opentelemetry-sdk-logs-1.53.0.jar |
2 | | -No changes. |
| 2 | ++++ NEW CLASS: PUBLIC(+) io.opentelemetry.sdk.logs.export.AuditException (compatible) |
| 3 | + +++ CLASS FILE FORMAT VERSION: 52.0 <- n.a. |
| 4 | + +++ NEW INTERFACE: java.io.Serializable |
| 5 | + +++ NEW SUPERCLASS: java.lang.RuntimeException |
| 6 | + +++ NEW FIELD: PUBLIC(+) io.opentelemetry.context.Context context |
| 7 | + +++ NEW ANNOTATION: javax.annotation.Nullable |
| 8 | + +++ NEW FIELD: PUBLIC(+) java.util.Collection<io.opentelemetry.sdk.logs.data.LogRecordData> logRecords |
| 9 | ++++ NEW INTERFACE: PUBLIC(+) ABSTRACT(+) io.opentelemetry.sdk.logs.export.AuditExceptionHandler (not serializable) |
| 10 | + +++ CLASS FILE FORMAT VERSION: 52.0 <- n.a. |
| 11 | + +++ NEW SUPERCLASS: java.lang.Object |
| 12 | + +++ NEW METHOD: PUBLIC(+) ABSTRACT(+) void handle(io.opentelemetry.sdk.logs.export.AuditException) |
| 13 | ++++ NEW CLASS: PUBLIC(+) FINAL(+) io.opentelemetry.sdk.logs.export.AuditLogRecordProcessor (not serializable) |
| 14 | + +++ CLASS FILE FORMAT VERSION: 52.0 <- n.a. |
| 15 | + +++ NEW INTERFACE: io.opentelemetry.sdk.logs.LogRecordProcessor |
| 16 | + +++ NEW INTERFACE: java.io.Closeable |
| 17 | + +++ NEW INTERFACE: java.lang.AutoCloseable |
| 18 | + +++ NEW SUPERCLASS: java.lang.Object |
| 19 | + +++ NEW METHOD: PUBLIC(+) STATIC(+) io.opentelemetry.sdk.logs.export.AuditLogRecordProcessorBuilder builder(io.opentelemetry.sdk.logs.export.LogRecordExporter, io.opentelemetry.sdk.logs.export.AuditLogStore) |
| 20 | + +++ NEW METHOD: PUBLIC(+) io.opentelemetry.sdk.common.CompletableResultCode forceFlush() |
| 21 | + +++ NEW METHOD: PUBLIC(+) io.opentelemetry.sdk.common.CompletableResultCode getLastResultCode() |
| 22 | + +++ NEW ANNOTATION: javax.annotation.Nullable |
| 23 | + +++ NEW METHOD: PUBLIC(+) void onEmit(io.opentelemetry.context.Context, io.opentelemetry.sdk.logs.ReadWriteLogRecord) |
| 24 | + +++ NEW METHOD: PUBLIC(+) io.opentelemetry.sdk.common.CompletableResultCode shutdown() |
| 25 | + +++ NEW METHOD: PUBLIC(+) java.lang.String toString() |
| 26 | ++++ NEW CLASS: PUBLIC(+) FINAL(+) io.opentelemetry.sdk.logs.export.AuditLogRecordProcessorBuilder (not serializable) |
| 27 | + +++ CLASS FILE FORMAT VERSION: 52.0 <- n.a. |
| 28 | + +++ NEW SUPERCLASS: java.lang.Object |
| 29 | + +++ NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) long DEFAULT_SCHEDULE_DELAY_MILLIS |
| 30 | + +++ NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) int DEFAULT_MAX_EXPORT_BATCH_SIZE |
| 31 | + +++ NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) int DEFAULT_EXPORT_TIMEOUT_MILLIS |
| 32 | + +++ NEW METHOD: PUBLIC(+) io.opentelemetry.sdk.logs.export.AuditLogRecordProcessor build() |
| 33 | + +++ NEW METHOD: PUBLIC(+) io.opentelemetry.sdk.logs.export.AuditLogRecordProcessorBuilder setExceptionHandler(io.opentelemetry.sdk.logs.export.AuditExceptionHandler) |
| 34 | + +++ NEW METHOD: PUBLIC(+) io.opentelemetry.sdk.logs.export.AuditLogRecordProcessorBuilder setExporterTimeout(long, java.util.concurrent.TimeUnit) |
| 35 | + +++ NEW METHOD: PUBLIC(+) io.opentelemetry.sdk.logs.export.AuditLogRecordProcessorBuilder setMaxExportBatchSize(int) |
| 36 | + +++ NEW METHOD: PUBLIC(+) io.opentelemetry.sdk.logs.export.AuditLogRecordProcessorBuilder setRetryPolicy(io.opentelemetry.sdk.common.export.RetryPolicy) |
| 37 | + +++ NEW METHOD: PUBLIC(+) io.opentelemetry.sdk.logs.export.AuditLogRecordProcessorBuilder setScheduleDelay(long, java.util.concurrent.TimeUnit) |
| 38 | + +++ NEW METHOD: PUBLIC(+) io.opentelemetry.sdk.logs.export.AuditLogRecordProcessorBuilder setWaitOnExport(boolean) |
| 39 | ++++ NEW INTERFACE: PUBLIC(+) ABSTRACT(+) io.opentelemetry.sdk.logs.export.AuditLogStore (not serializable) |
| 40 | + +++ CLASS FILE FORMAT VERSION: 52.0 <- n.a. |
| 41 | + +++ NEW SUPERCLASS: java.lang.Object |
| 42 | + +++ NEW METHOD: PUBLIC(+) ABSTRACT(+) java.util.Collection<io.opentelemetry.sdk.logs.data.LogRecordData> getAll() |
| 43 | + +++ NEW METHOD: PUBLIC(+) ABSTRACT(+) void removeAll(java.util.Collection<io.opentelemetry.sdk.logs.data.LogRecordData>) |
| 44 | + +++ NEW METHOD: PUBLIC(+) ABSTRACT(+) void save(io.opentelemetry.sdk.logs.data.LogRecordData) |
| 45 | + +++ NEW EXCEPTION: java.io.IOException |
0 commit comments