Skip to content

Commit 312c313

Browse files
committed
Revapi updates
1 parent 190b408 commit 312c313

File tree

1 file changed

+30
-0
lines changed
  • eng/code-quality-reports/src/main/resources/revapi

1 file changed

+30
-0
lines changed

eng/code-quality-reports/src/main/resources/revapi/revapi.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,36 @@
757757
"new": "method void com.azure.search.documents.indexes.models.SearchResourceEncryptionKey::<init>(java.lang.String, java.lang.String)",
758758
"justification": "Breaking change in Search 03-01-2025 preview."
759759
},
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+
},
760790
{
761791
"regex": true,
762792
"code": "java.field.enumConstantOrderChanged",

0 commit comments

Comments
 (0)