slachiewicz opened a new pull request, #690: URL: https://github.com/apache/maven-doxia-sitetools/pull/690
`DocumentRenderer#getOutputPath()` was added in 2.0.0 and `getOutputName()` deprecated in its favour, but the implementations never followed: `getOutputPath()` is a `default` that delegates to `getOutputName()`, and this class implemented only the deprecated one. Now `getOutputPath()` carries the value — reading it from `DocumentRenderingContext#getOutputPath()` rather than the equally deprecated `#getOutputName()` — and `getOutputName()` delegates to it. No behaviour change: both paths returned the same string. The same reversal in Maven Site Plugin is apache/maven-site-plugin#1307. Verified: `mvn verify` → BUILD SUCCESS. *This change 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]
