Am 26.11.21 um 12:35 schrieb Vladimir Sitnikov: >> I have no idea, how TreeCloner works, so maybe a good idea > I do not know if you want to figure out the implementation on your own, or > if you need detailed instructions. > Here's the code that deals with isEnabled: > https://github.com/apache/jmeter/blob/a75fc427de8ce6ce80d3f39e955dda9c68d01483/src/core/src/main/java/org/apache/jmeter/JMeter.java#L1165-L1167 > > Feel free to submit PRs, however, note that the current enabled-disabled is > universal across plugins, > so if you add "dynamic enabled", then it should be transparently supported > for the plugins as well.
OK, so the idea is basically using the same functionality, that handle older elements, as a wrapper builder, that transforms the "new" elements to something more complex. We might add a wrapper registry, that could handle this and other stuff, that might come to a curious mind. Will have to look at it a bit more deeper. Felix > Vladimir >
OpenPGP_signature
Description: OpenPGP digital signature
