|
57 | 57 | "exampleUseChainInNewApi": ".*com\\.azure\\.core\\.util\\.serializer\\.JacksonAdapter.*", |
58 | 58 | "justification": "We allow this in com.azure.core.util.serializer.JacksonAdapter." |
59 | 59 | }, |
60 | | - { |
61 | | - "regex": true, |
62 | | - "code": "java\\.missing\\.(oldSuperType|newSuperType)", |
63 | | - "new": "class com\\.azure\\.core\\.http\\.rest\\.((PagedFlux<T extends java\\.lang\\.Object>)|(PagedFluxBase<T extends java\\.lang\\.Object.*>)).*", |
64 | | - "justification": "azure.core 1.3.0 will introduce a new base type for GAed PagedFlux. Since the base type is not in azure.core <= 1.2.0, revapi is reporting it. This entry should be removed after 1.3.0 release." |
65 | | - }, |
66 | | - { |
67 | | - "code": "java.method.addedToInterface", |
68 | | - "new": "method com.azure.core.util.IterableStream<T> com.azure.core.util.paging.ContinuablePage<C, T>::getElements() @ com.azure.core.http.rest.PagedResponse<T>", |
69 | | - "justification": "Exposed through revapi transitive dependency checking. azure.core 1.3.0 will introduce a new base type for GAed PagedFlux. Since the base type is not in azure.core <= 1.2.0, revapi is reporting it. This entry should be removed after 1.3.0 release." |
70 | | - }, |
71 | | - { |
72 | | - "code": "java.method.parameterTypeChanged", |
73 | | - "new": "parameter java.lang.Iterable<P> com.azure.core.util.paging.ContinuablePagedIterable<C, T, P extends com.azure.core.util.paging.ContinuablePage<C extends java.lang.Object, T extends java.lang.Object>>::iterableByPage(===int===) @ com.azure.core.http.rest.PagedIterableBase<T, P extends com.azure.core.http.rest.PagedResponse<T extends java.lang.Object>>", |
74 | | - "justification": "A new overload which shares the same number of parameters was introduced, confusing revapi. azure.core 1.3.0 will introduce a new base type for GAed PagedIterable. Since the base type is not in azure.core <= 1.2.0, revapi is reporting it. This entry should be removed after 1.3.0 release." |
75 | | - }, |
76 | 60 | { |
77 | 61 | "regex": true, |
78 | 62 | "code": "java.class.nonPublicPartOfAPI", |
|
91 | 75 | "new": "(class|enum|interface) org\\.conscrypt\\..*", |
92 | 76 | "justification": "skip check for third party files." |
93 | 77 | }, |
94 | | - { |
95 | | - "code": "java.method.parameterTypeChanged", |
96 | | - "new": "parameter java.lang.Iterable<P> com.azure.core.util.paging.ContinuablePagedIterable<C, T, P extends com.azure.core.util.paging.ContinuablePage<C extends java.lang.Object, T extends java.lang.Object>>::iterableByPage(===int===) @ com.azure.core.http.rest.PagedIterable<T>", |
97 | | - "justification": "A new overload which shares the same number of parameters was introduced, confusing revapi. azure.core 1.3.0 will introduce a new base type for GAed PagedIterable. Since the base type is not in azure.core <= 1.2.0, revapi is reporting it. This entry should be removed after 1.3.0 release." |
98 | | - }, |
99 | | - { |
100 | | - "code": "java.method.parameterTypeChanged", |
101 | | - "new": "parameter java.util.stream.Stream<P> com.azure.core.util.paging.ContinuablePagedIterable<C, T, P extends com.azure.core.util.paging.ContinuablePage<C extends java.lang.Object, T extends java.lang.Object>>::streamByPage(===int===) @ com.azure.core.http.rest.PagedIterableBase<T, P extends com.azure.core.http.rest.PagedResponse<T extends java.lang.Object>>", |
102 | | - "justification": "A new overload which shares the same number of parameters was introduced, confusing revapi. azure.core 1.3.0 will introduce a new base type for GAed PagedIterable. Since the base type is not in azure.core <= 1.2.0, revapi is reporting it. This entry should be removed after 1.3.0 release." |
103 | | - }, |
104 | | - { |
105 | | - "code": "java.method.parameterTypeChanged", |
106 | | - "new": "parameter java.util.stream.Stream<P> com.azure.core.util.paging.ContinuablePagedIterable<C, T, P extends com.azure.core.util.paging.ContinuablePage<C extends java.lang.Object, T extends java.lang.Object>>::streamByPage(===int===) @ com.azure.core.http.rest.PagedIterable<T>", |
107 | | - "justification": "A new overload which shares the same number of parameters was introduced, confusing revapi. azure.core 1.3.0 will introduce a new base type for GAed PagedIterable. Since the base type is not in azure.core <= 1.2.0, revapi is reporting it. This entry should be removed after 1.3.0 release." |
108 | | - }, |
109 | 78 | { |
110 | 79 | "regex": true, |
111 | 80 | "code": "java\\.class\\.(noLongerInheritsFromClass|nonFinalClassInheritsFromNewClass)", |
|
0 commit comments