generated lambda types are now being removed from live bean type to improve bean change detection mechanism
This commit is contained in:
@@ -102,6 +102,11 @@ public class LiveBean {
|
||||
if (chop >= 0) {
|
||||
type = type.substring(0, chop);
|
||||
}
|
||||
|
||||
chop = type.indexOf("$$Lambda$");
|
||||
if (chop >= 0) {
|
||||
type = type.substring(0, chop);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user