Details
-
Type:
Defect
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
Setting warn-on-reflection affects all use of core.match.
Please remove all cases where warn-on-reflection is set.
This can be set by the pom for the project, rather than in source, so it doesn't affect code using core.match.
Thanks!
I assume the clojure build is using clojure-maven-plugin, in which case it is just a matter of setting warnOnReflection. Something like this (untested):