This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.apache.velocity-velocity-engine-core-2.4.1 in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git
discard 8bc6bf7 Bump org.apache.velocity:velocity-engine-core from 2.4 to 2.4.1 add f5acda4 Bump org.junit:junit-bom from 5.11.2 to 5.11.4 add 9af3a74 [DOXIASITETOOLS-313] Refresh download page add 1b32b5e [DOXIASITETOOLS-356] Provide more context in error message (#192) add af65df6 [DOXIASITETOOLS-360] Bump org.codehaus.mojo:l10n-maven-plugin from 1.0.0 to 1.1.0 (#182) add 329403d [DOXIASITETOOLS-361] Bump org.htmlunit:htmlunit from 4.4.0 to 4.9.0 (#189) add b8f8ab4 Bump org.junit:junit-bom from 5.11.4 to 5.12.0 add 94fb8bc [DOXIASITETOOLS-359] Support site directories where duplicates are skipped add 89ac077 [DOXIASITETOOLS-362] Bump org.junit:junit-bom from 5.12.0 to 5.12.1 add 6a67282 Enable Github issues add d405beb Bump org.apache.velocity:velocity-engine-core from 2.4 to 2.4.1 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (8bc6bf7) \ N -- N -- N refs/heads/dependabot/maven/org.apache.velocity-velocity-engine-core-2.4.1 (d405beb) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .asf.yaml | 3 + .github/{dependabot.yml => ISSUE_TEMPLATE/BUG.yml} | 42 +++++-- .../{dependabot.yml => ISSUE_TEMPLATE/FEATURE.yml} | 29 +++-- .../{dependabot.yml => ISSUE_TEMPLATE/config.yml} | 24 ++-- .github/pull_request_template.md | 23 ++++ .../{maven-verify.yml => pr-automation.yml} | 14 +-- .github/workflows/release-drafter.yml | 10 +- .github/workflows/{maven-verify.yml => stale.yml} | 13 ++- README.md | 24 +--- doxia-site-renderer/pom.xml | 2 +- .../doxia/siterenderer/DefaultSiteRenderer.java | 124 ++++++++++++++------- .../doxia/siterenderer/SiteRenderingContext.java | 17 +++ .../siterenderer/DefaultSiteRendererTest.java | 46 +++++++- pom.xml | 8 +- src/site/xdoc/download.xml.vm | 115 ++++++------------- 15 files changed, 297 insertions(+), 197 deletions(-) copy .github/{dependabot.yml => ISSUE_TEMPLATE/BUG.yml} (54%) copy .github/{dependabot.yml => ISSUE_TEMPLATE/FEATURE.yml} (60%) copy .github/{dependabot.yml => ISSUE_TEMPLATE/config.yml} (61%) create mode 100644 .github/pull_request_template.md copy .github/workflows/{maven-verify.yml => pr-automation.yml} (80%) copy .github/workflows/{maven-verify.yml => stale.yml} (82%)