Update FieldValidationInstrumentation.java#3066
Conversation
Fix FieldValidationInstrumentation to forward the `state`
|
Thanks! Could you also add a test that would have failed with the old behaviour, and would be fixed with your change? |
Done! Added one for ChainedInstrumentation |
|
@dondonz any thoughts on this PR? We are blocked with upgrading until this gets resolved |
dondonz
left a comment
There was a problem hiding this comment.
Thanks for finding the bug & writing the fix!
|
The master build version containing this fix will be available in Maven in a few minutes. Keep in mind one change between v20 and current master was the change from Java 8 to Java 11. FYI we usually bundle up a few PRs together for a small release, so this fix will be included in the next release. In the meantime, you can use the master build version to get unblocked now. |
|
cool, thank you @dondonz ! Appreciate the quickness on all of this :) |
Fix FieldValidationInstrumentation to forward the
stateFixes #3065