Skip to content

Commit

Permalink
Migrate to reachability-metadata.json format.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Oct 7, 2024
1 parent 6d5658b commit 0b7a2f4
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 62 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"reflection": [
{
"type": "com.example.PyGalServiceMixed$Entry"
},
{
"type": "com.example.PyGalServicePureJava$BytesIO"
},
{
"type": "com.example.PyGalServicePureJava$PyGal"
},
{
"type": "com.example.PyGalServicePureJava$XY"
},
{
"type": {
"proxy": [
"com.example.PyGalServicePureJava$PyGal"
]
}
},
{
"type": {
"proxy": [
"com.example.PyGalServicePureJava$XY"
]
}
},
{
"type": {
"proxy": [
"com.example.PyGalServicePureJava$BytesIO"
]
}
}
]
}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"reflection": [
{
"type": "com.example.demo.PyGalServiceMixed$Entry"
},
{
"type": "com.example.demo.PyGalServicePureJava$BytesIO"
},
{
"type": "com.example.demo.PyGalServicePureJava$PyGal"
},
{
"type": "com.example.demo.PyGalServicePureJava$XY"
},
{
"type": {
"proxy": [
"com.example.demo.PyGalServicePureJava$PyGal"
]
}
},
{
"type": {
"proxy": [
"com.example.demo.PyGalServicePureJava$XY"
]
}
},
{
"type": {
"proxy": [
"com.example.demo.PyGalServicePureJava$BytesIO"
]
}
}
]
}

This file was deleted.

0 comments on commit 0b7a2f4

Please sign in to comment.