Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JMC-7621 | 8.0.1 | Jaroslav Bachorík | P3 | Resolved | Fixed | |
JMC-7294 | 8.1.0 | Jaroslav Bachorík | P3 | Resolved | Fixed |
The initial version of the JFR writer is 'cheating' the annotation handling in a way that it only supports 'value' attribute which is of 'String' type. Also, it does not support annotations placed on annotations (meta-annotations).
While this is kind of ok for writing simple JFR files for testing purposes the annotation support should be enhanced to handle all valid scenarios.