rmannibucau commented on code in PR #1278:
URL: https://github.com/apache/maven/pull/1278#discussion_r1359869569


##########
maven-model-builder/src/test/java/org/apache/maven/model/building/BuildModelSourceTransformerTest.java:
##########
@@ -136,6 +137,10 @@ public static boolean equalsDeep(Object m1, Object m2) {
             }
             BeanInfo bean = Introspector.getBeanInfo(m1.getClass());
             for (PropertyDescriptor prop : bean.getPropertyDescriptors()) {
+                if (("first".equals(prop.getName()) || 
"last".equals(prop.getName()))

Review Comment:
   New sequence api i guess



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to