Commit 51b441d
committed
GH-5732: fix application specific thread context in federated service
RepositoryFederatedService uses a background thread for processing and
may miss application specific thread context.
This change adds a callback protected method that allows to wrap the
runnable, prior to passing it to the executor1 parent 25640d3 commit 51b441d
1 file changed
Lines changed: 12 additions & 1 deletion
File tree
- core/repository/sparql/src/main/java/org/eclipse/rdf4j/repository/sparql/federation
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
661 | 661 | | |
662 | 662 | | |
663 | 663 | | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
664 | 675 | | |
0 commit comments