|
757 | 757 | "new": "method void com.azure.search.documents.indexes.models.SearchResourceEncryptionKey::<init>(java.lang.String, java.lang.String)",
|
758 | 758 | "justification": "Breaking change in Search 03-01-2025 preview."
|
759 | 759 | },
|
| 760 | + { |
| 761 | + "ignore": true, |
| 762 | + "code": "java.method.visibilityIncreased", |
| 763 | + "old": "method <T> reactor.core.publisher.Mono<com.azure.core.http.rest.Response<T>> com.azure.search.documents.SearchAsyncClient::getDocumentWithResponse(java.lang.String, java.lang.Class<T>, java.util.List<java.lang.String>, com.azure.core.util.Context)", |
| 764 | + "justification": "Non-breaking change in Search 05-01-2025 preview to package-private api." |
| 765 | + }, |
| 766 | + { |
| 767 | + "ignore": true, |
| 768 | + "code": "java.method.visibilityIncreased", |
| 769 | + "old": "method reactor.core.publisher.Mono<com.azure.search.documents.util.SearchPagedResponse> com.azure.search.documents.SearchAsyncClient::search(com.azure.search.documents.implementation.models.SearchRequest, java.lang.String, com.azure.search.documents.implementation.models.SearchFirstPageResponseWrapper, com.azure.core.util.Context)", |
| 770 | + "justification": "Non-breaking change in Search 05-01-2025 preview to package-private api." |
| 771 | + }, |
| 772 | + { |
| 773 | + "ignore": true, |
| 774 | + "code": "java.method.visibilityIncreased", |
| 775 | + "old": "method com.azure.search.documents.util.SearchPagedFlux com.azure.search.documents.SearchAsyncClient::search(java.lang.String, com.azure.search.documents.models.SearchOptions, com.azure.core.util.Context)", |
| 776 | + "justification": "Non-breaking change in Search 05-01-2025 preview to package-private api." |
| 777 | + }, |
| 778 | + { |
| 779 | + "ignore": true, |
| 780 | + "code": "java.method.visibilityIncreased", |
| 781 | + "old": "method com.azure.search.documents.util.SearchPagedResponse com.azure.search.documents.SearchClient::search(com.azure.search.documents.implementation.models.SearchRequest, java.lang.String, com.azure.search.documents.implementation.models.SearchFirstPageResponseWrapper, com.azure.core.util.Context)", |
| 782 | + "justification": "Non-breaking change in Search 05-01-2025 preview to package-private api." |
| 783 | + }, |
| 784 | + { |
| 785 | + "ignore": true, |
| 786 | + "code": "java.method.visibilityIncreased", |
| 787 | + "old": "method com.azure.search.documents.util.SearchPagedFlux com.azure.search.documents.SearchAsyncClient::search(com.azure.search.documents.implementation.models.SearchRequest, java.lang.String, com.azure.core.util.Context)", |
| 788 | + "justification": "Non-breaking change in Search 05-01-2025 preview to package-private api." |
| 789 | + }, |
760 | 790 | {
|
761 | 791 | "regex": true,
|
762 | 792 | "code": "java.field.enumConstantOrderChanged",
|
|
0 commit comments