Commit f2aeed1
authored
fix: Use deployment CL to load TransportMetadata services if different from TCCL (#263)
I found working on
wildfly-extras/a2a-java-sdk-server-jakarta#26
that in WildFly gRPC happens on a separate thread with its own
classloader. Hence the serviceloader lookup from the default TCCL didn't
work in WildFLy.1 parent c0910e1 commit f2aeed1
File tree
1 file changed
+25
-2
lines changed- transport/grpc/src/main/java/io/a2a/transport/grpc/handler
1 file changed
+25
-2
lines changedLines changed: 25 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
383 | | - | |
384 | | - | |
| 383 | + | |
| 384 | + | |
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
389 | 412 | | |
390 | 413 | | |
391 | 414 | | |
| |||
0 commit comments