|
370 | 370 | "code": "java.method.added",
|
371 | 371 | "new": "method void com.azure.core.util.logging.ClientLogger::log(com.azure.core.util.logging.LogLevel, java.util.function.Supplier<java.lang.String>, java.lang.Throwable)",
|
372 | 372 | "justification": "New default method added in azure-core."
|
| 373 | + }, |
| 374 | + { |
| 375 | + "code": "java.method.added", |
| 376 | + "new": "method java.lang.Long com.azure.core.util.BinaryData::getLength()", |
| 377 | + "justification": "New method added to BinaryData in azure-core." |
| 378 | + }, |
| 379 | + { |
| 380 | + "code": "java.method.added", |
| 381 | + "new": "method reactor.core.publisher.Flux<java.nio.ByteBuffer> com.azure.core.util.BinaryData::toFluxByteBuffer()", |
| 382 | + "justification": "New method added to BinaryData in azure-core." |
| 383 | + }, |
| 384 | + { |
| 385 | + "code": "java.method.added", |
| 386 | + "new": "method reactor.core.publisher.Mono<com.azure.core.util.BinaryData> com.azure.core.util.BinaryData::fromFlux(reactor.core.publisher.Flux<java.nio.ByteBuffer>, java.lang.Long)", |
| 387 | + "justification": "New method added to BinaryData in azure-core." |
| 388 | + }, |
| 389 | + { |
| 390 | + "code": "java.method.added", |
| 391 | + "new": "method com.azure.core.util.BinaryData com.azure.core.util.BinaryData::fromFile(java.nio.file.Path)", |
| 392 | + "justification": "New method added to BinaryData in azure-core." |
| 393 | + }, |
| 394 | + { |
| 395 | + "code": "java.method.added", |
| 396 | + "new": "method com.azure.core.util.BinaryData com.azure.core.util.BinaryData::fromFile(java.nio.file.Path, int)", |
| 397 | + "justification": "New method added to BinaryData in azure-core." |
373 | 398 | }
|
374 | 399 | ]
|
375 | 400 | }
|
|
0 commit comments