slawekjaranowski commented on code in PR #1274:
URL: https://github.com/apache/maven/pull/1274#discussion_r1352883111
##########
maven-repository-metadata/src/main/java/org/apache/maven/artifact/repository/metadata/io/xpp3/MetadataXpp3Reader.java:
##########
@@ -26,22 +26,23 @@
import java.io.Reader;
import org.apache.maven.artifact.repository.metadata.Metadata;
+import org.codehaus.plexus.util.xml.pull.XmlPullParserException;
/**
- * Provide public methods from {@link
org.apache.maven.artifact.repository.metadata.io.MetadataXpp3Reader}
+ * Provide public methods from {@link
org.apache.maven.artifact.repository.metadata.io.MetadataStaxReader}
*
* @deprecated Maven 3 compatability
*/
@Deprecated
Review Comment:
So as a target and clean implementation should be:
- org.apache.maven.api.services.xml.MetadataXmlFactory - in
api/maven-api-core
- new module api/maven-api-metadata - with model
And then deprecated MetadataXpp3Reader should mention as replacement
MetadataXmlFactory
I'm on right way?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]