|
41 | 41 | "minor": "nonBreaking", |
42 | 42 | "patch": "equivalent" |
43 | 43 | }, |
44 | | - "passThroughDifferences": [ "java.class.nonPublicPartOfAPI" ] |
| 44 | + "passThroughDifferences": [ |
| 45 | + "java.class.nonPublicPartOfAPI" |
| 46 | + ] |
45 | 47 | } |
46 | 48 | }, |
47 | 49 | { |
|
215 | 217 | "new": "^parameter\\s.+?\\scom\\.azure\\.search\\.documents(\\.indexes)?\\.models\\.(AnalyzedTokenInfo|CorsOptions|FieldMapping|IndexerExecutionResult|SearchIndexerStatus|SearchServiceCounters|TextWeights|AutocompleteResult)::<init>\\(.+\\)$", |
216 | 218 | "justification": "Annotations attributes better indicate which parameters are required when handling service requests and responses." |
217 | 219 | }, |
218 | | - |
219 | 220 | { |
220 | 221 | "code": "java.class.externalClassExposedInAPI", |
221 | 222 | "new": "class com.azure.data.schemaregistry.SchemaRegistryAsyncClient", |
|
350 | 351 | "code": "java.method.parameterTypeChanged", |
351 | 352 | "old": "parameter com.azure.core.amqp.models.AmqpMessageProperties com.azure.core.amqp.models.AmqpMessageProperties::setMessageId(===java.lang.String===)", |
352 | 353 | "new": "parameter com.azure.core.amqp.models.AmqpMessageProperties com.azure.core.amqp.models.AmqpMessageProperties::setMessageId(===com.azure.core.amqp.models.AmqpMessageId===)", |
353 | | - "justification":"Introduced new type AmqpMessageId." |
| 354 | + "justification": "Introduced new type AmqpMessageId." |
354 | 355 | }, |
355 | 356 | { |
356 | 357 | "code": "java.method.parameterTypeChanged", |
|
368 | 369 | "code": "java.method.removed", |
369 | 370 | "old": "method void com.azure.core.amqp.models.AmqpAnnotatedMessage::<init>(com.azure.core.amqp.models.AmqpAnnotatedMessage)", |
370 | 371 | "justification": "Removed copy constructor, It is not required for Service bus message." |
371 | | - }, { |
| 372 | + }, |
| 373 | + { |
372 | 374 | "code": "java.method.defaultMethodAddedToInterface", |
373 | 375 | "new": "method reactor.core.publisher.Mono<com.azure.core.http.HttpResponse> com.azure.core.http.HttpClient::send(com.azure.core.http.HttpRequest, com.azure.core.util.Context)", |
374 | 376 | "justification": "Default interface method" |
| 377 | + }, |
| 378 | + { |
| 379 | + "code": "java.method.staticMethodAddedToInterface", |
| 380 | + "new": "method com.azure.core.http.HttpClient com.azure.core.http.HttpClient::createDefault(com.azure.core.util.HttpClientOptions)", |
| 381 | + "justification": "Default implementation" |
| 382 | + }, |
| 383 | + { |
| 384 | + "code": "java.method.added", |
| 385 | + "new": "method void com.azure.core.http.HttpHeader::<init>(java.lang.String, java.util.List<java.lang.String>)", |
| 386 | + "justification": "New constructor" |
| 387 | + }, |
| 388 | + { |
| 389 | + "code": "java.method.added", |
| 390 | + "new": "method com.azure.core.http.HttpHeaders com.azure.core.http.HttpHeaders::set(java.lang.String, java.lang.String)", |
| 391 | + "justification": "New method" |
| 392 | + }, |
| 393 | + { |
| 394 | + "code": "java.method.added", |
| 395 | + "new": "method com.azure.core.http.HttpHeaders com.azure.core.http.HttpHeaders::set(java.lang.String, java.util.List<java.lang.String>)", |
| 396 | + "justification": "New method" |
| 397 | + }, |
| 398 | + { |
| 399 | + "code": "java.method.added", |
| 400 | + "new": "method com.azure.core.http.HttpHeaders com.azure.core.http.HttpHeaders::setAll(java.util.Map<java.lang.String, java.util.List<java.lang.String>>)", |
| 401 | + "justification": "New method" |
| 402 | + }, |
| 403 | + { |
| 404 | + "code": "java.method.added", |
| 405 | + "new": "method void com.azure.core.util.Header::<init>(java.lang.String, java.util.List<java.lang.String>)", |
| 406 | + "justification": "New method" |
| 407 | + }, |
| 408 | + { |
| 409 | + "code": "java.method.added", |
| 410 | + "new": "method void com.azure.core.util.Header::<init>(java.lang.String, java.lang.String[])", |
| 411 | + "justification": "New method" |
| 412 | + }, |
| 413 | + { |
| 414 | + "code": "java.method.added", |
| 415 | + "new": "method java.util.List<java.lang.String> com.azure.core.util.Header::getValuesList()", |
| 416 | + "justification": "New method" |
| 417 | + }, |
| 418 | + { |
| 419 | + "code": "java.method.added", |
| 420 | + "new": "method com.azure.core.util.polling.PollerFlux<T, U> com.azure.core.util.polling.PollerFlux<T, U>::setPollInterval(java.time.Duration)", |
| 421 | + "justification": "New method" |
| 422 | + }, |
| 423 | + { |
| 424 | + "code": "java.method.defaultMethodAddedToInterface", |
| 425 | + "new": "method com.azure.core.util.polling.SyncPoller<T, U> com.azure.core.util.polling.SyncPoller<T, U>::setPollInterval(java.time.Duration)", |
| 426 | + "justification": "Default implementation" |
375 | 427 | } |
376 | 428 | ] |
377 | 429 | } |
|
0 commit comments