Commit 3cfad01
Fix DecoratedEventMap to handle split $decorator path navigation
Values.get() splits "$decorator.field" into ["$decorator", "field"]
segments, but DecoratedEventMap.get() only matched the "$decorator."
prefix. Return the first decorator map for the bare "$decorator" key.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 27e4d12 commit 3cfad01
File tree
1 file changed
+6
-0
lines changed- jfr-shell-core/src/main/java/io/jafar/shell/jfrpath
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2459 | 2459 | | |
2460 | 2460 | | |
2461 | 2461 | | |
| 2462 | + | |
| 2463 | + | |
| 2464 | + | |
| 2465 | + | |
| 2466 | + | |
| 2467 | + | |
2462 | 2468 | | |
2463 | 2469 | | |
2464 | 2470 | | |
| |||
0 commit comments