kwin opened a new issue, #1054: URL: https://github.com/apache/maven-doxia/issues/1054
### Affected version 2.0.0 ### Bug description The methods `HtmlTools.encodeId()` and `HtmlTools.isId()` were removed in https://github.com/apache/maven-doxia/commit/728b860dfac0ba55012ee4e8264407b6e85d481c#diff-fbb8ae46f0d59be5d1c36fa35bd96254a2d8ff8059125af9d33972fe5da671c0 (shipped in Doxia 2.0) after being deprecated in https://github.com/apache/maven-doxia/commit/3c17559c0c9a506281b5f69fdf3b44eb04e644eb#diff-fbb8ae46f0d59be5d1c36fa35bd96254a2d8ff8059125af9d33972fe5da671c0 (shipped in Doxia 2.0.0-M6). This leads to old reporting plugin compiled against the old Doxia Core no longer being compatible with Doxia 2.0 (https://github.com/apache/maven-reporting-exec/issues/141). This is for example the case in https://github.com/apache/maven-changes-plugin/blob/c2d9d4573f32325fa355e972bfc748b5fae77177/src/main/java/org/apache/maven/plugin/changes/ChangesReportGenerator.java#L478. I would suggest to just readd the deprecated methods to restore backwards compatibility. -- 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]
