slachiewicz commented on issue #1092: URL: https://github.com/apache/maven-doxia/issues/1092#issuecomment-5528600054
Steps 1 and 2 are in #1095. Corrected step 2 in the description while writing it: it claimed `SinkUtils.getAttributeString`, `asCssString` and `filterAttributes` could move onto `entrySet()` in 2.x. They cannot — all three take `javax.swing.text.AttributeSet`, which has no `entrySet()`, so widening those parameters is a binary break. Only two sites were actually free, and the rest of that step belongs to step 4. *This comment was created with AI assistance.* -- 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]
