Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4526,71 +4526,71 @@
{
"groupId": "io.grpc",
"artifactId": "grpc-android",
"version": "1.63.2",
"nugetVersion": "1.63.2.4",
"version": "1.64.2",
"nugetVersion": "1.64.2",
"nugetId": "Xamarin.Grpc.Android",
"type": "androidlibrary",
"mavenRepositoryType": "MavenCentral"
},
{
"groupId": "io.grpc",
"artifactId": "grpc-api",
"version": "1.63.2",
"nugetVersion": "1.63.2.4",
"version": "1.64.2",
"nugetVersion": "1.64.2",
"nugetId": "Xamarin.Grpc.Api",
"type": "androidlibrary",
"mavenRepositoryType": "MavenCentral"
},
{
"groupId": "io.grpc",
"artifactId": "grpc-context",
"version": "1.63.2",
"nugetVersion": "1.63.2.4",
"version": "1.64.2",
"nugetVersion": "1.64.2",
"nugetId": "Xamarin.Grpc.Context",
"type": "androidlibrary",
"mavenRepositoryType": "MavenCentral"
},
{
"groupId": "io.grpc",
"artifactId": "grpc-core",
"version": "1.63.2",
"nugetVersion": "1.63.2.4",
"version": "1.64.2",
"nugetVersion": "1.64.2",
"nugetId": "Xamarin.Grpc.Core",
"type": "androidlibrary",
"mavenRepositoryType": "MavenCentral"
},
{
"groupId": "io.grpc",
"artifactId": "grpc-okhttp",
"version": "1.63.2",
"nugetVersion": "1.63.2.4",
"version": "1.64.2",
"nugetVersion": "1.64.2",
"nugetId": "Xamarin.Grpc.OkHttp",
"type": "androidlibrary",
"mavenRepositoryType": "MavenCentral"
},
{
"groupId": "io.grpc",
"artifactId": "grpc-protobuf-lite",
"version": "1.63.2",
"nugetVersion": "1.63.2.4",
"version": "1.64.2",
"nugetVersion": "1.64.2",
"nugetId": "Xamarin.Grpc.Protobuf.Lite",
"type": "androidlibrary",
"mavenRepositoryType": "MavenCentral"
},
{
"groupId": "io.grpc",
"artifactId": "grpc-stub",
"version": "1.63.2",
"nugetVersion": "1.63.2.4",
"version": "1.64.2",
"nugetVersion": "1.64.2",
"nugetId": "Xamarin.Grpc.Stub",
"type": "androidlibrary",
"mavenRepositoryType": "MavenCentral"
},
{
"groupId": "io.grpc",
"artifactId": "grpc-util",
"version": "1.63.2",
"nugetVersion": "1.63.2.4",
"version": "1.64.2",
"nugetVersion": "1.64.2",
"nugetId": "Xamarin.Grpc.Util",
"excludedRuntimeDependencies": "io.grpc.grpc-core,junit.junit,io.grpc.grpc-testing,org.mockito.mockito-core",
"type": "androidlibrary",
Expand Down
30 changes: 30 additions & 0 deletions source/io.grpc/grpc-api/Transforms/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,34 @@
path="/api/package[@name='io.grpc']/class[@name='ForwardingChannelBuilder']/method[@name='delegate' and count(parameter)=0]"
/>

<remove-node
path="/api/package[@name='io.grpc']/interface[@name='InternalServiceProviders.PriorityAccessor']/typeParameters"
/>

<attr
path="/api/package[@name='io.grpc']/class[@name='InternalConfigSelector.Result']/method[@name='getInterceptor' and count(parameter)=0]"
name="propertyName"
></attr>
<attr
path="/api/package[@name='io.grpc']/class[@name='InternalChannelz.ChannelTrace.Event']/method[@name='setSeverity']"
name="propertyName"
></attr>

<remove-node
path="/api/package[@name='io.grpc']/interface[@name='ServiceProviders.PriorityAccessor']/typeParameters"
/>

<attr
path="/api/package[@name='io.grpc']/class[@name='InternalChannelz.ChannelTrace.Event']"
name="managedName"
>
EventData
</attr>
<attr
path="/api/package[@name='io.grpc']/class[@name='InternalChannelz.ChannelTrace.Event.Severity']"
name="managedName"
>
SeverityData
</attr>

</metadata>