Skip to content

Commit 5d980b3

Browse files
authored
Fix location of graal descriptors and a missing reflection reference for temporal-sdk module (#1713)
Issue #1712
1 parent cf25ef7 commit 5d980b3

File tree

6 files changed

+1
-5
lines changed

6 files changed

+1
-5
lines changed

temporal-sdk/src/main/resources/temporal-sdk/reflect-config.json renamed to temporal-sdk/src/main/resources/META-INF/native-image/io/temporal/temporal-sdk/reflect-config.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@
2424
"methods":[{"name":"<init>","parameterTypes":[] }]
2525
},
2626
{
27-
"name":"io.temporal.internal.activity.ActivityTaskExecutors$DynamicActivityImplementation",
28-
"methods":[{"name":"execute","parameterTypes":["io.temporal.internal.activity.ActivityInfoInternal", "com.uber.m3.tally.Scope"] }]
29-
},
30-
{
31-
"name":"io.temporal.internal.activity.ActivityTaskExecutors$POJOActivityImplementation",
27+
"name":"io.temporal.internal.activity.ActivityTaskExecutors$BaseActivityTaskExecutor",
3228
"methods":[{"name":"execute","parameterTypes":["io.temporal.internal.activity.ActivityInfoInternal", "com.uber.m3.tally.Scope"] }]
3329
},
3430
{

0 commit comments

Comments
 (0)