You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "asomov (via GitHub)" <gi...@apache.org> on 2023/01/31 12:18:29 UTC

[GitHub] [commons-configuration] asomov commented on a diff in pull request #270: Migrate to SnakeYAML Engine

asomov commented on code in PR #270:
URL: https://github.com/apache/commons-configuration/pull/270#discussion_r1091845360


##########
pom.xml:
##########
@@ -551,15 +551,15 @@
       org.apache.commons.vfs2.*;resolution:=optional,
       org.springframework.*;resolution:=optional,
       com.fasterxml.jackson.*;resolution:=optional,
-      org.yaml.snakeyaml.*;resolution:=optional,
+      org.snakeyaml.engine.*;resolution:=optional,
       *
     </commons.osgi.import>
     <log4j.version>2.19.0</log4j.version>
     <slf4j.version>2.0.5</slf4j.version>
     <!-- Spring 6 requires Java 17 -->
     <spring.version>5.3.24</spring.version>
 
-    <japicmp.skip>false</japicmp.skip>
+    <japicmp.skip>true</japicmp.skip>

Review Comment:
   it is binary incompatible



-- 
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-unsubscribe@commons.apache.org

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