This is an automated email from the ASF dual-hosted git repository.
claude pushed a change to branch FEAT_Remove_deprecations
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
omit e1e1aad7 Removed all deprecated code and options
add b3b4d5c5 RAT-504: Provide page skeleton for migration guides (#566)
add 051894e7 Removed all deprecated code and options
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 (e1e1aad7)
\
N -- N -- N refs/heads/FEAT_Remove_deprecations (051894e7)
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:
.github/workflows/maven.yml | 2 +-
.../java/org/apache/rat/report/package-info.java | 2 +-
.../apache/rat/report/xml/writer/IXmlWriter.java | 14 +++++-----
.../report/xml/writer/impl/base/XmlWriterTest.java | 2 +-
.../java/org/apache/rat/plugin}/package-info.java | 4 +--
apache-rat/src/site/apt/output/example.apt | 4 +--
apache-rat/src/site/markdown/migration_guide.md | 26 ++++++++++++++++++
.../src/site/markdown/migrationguide/0.17.md | 32 ++++++++++++++++++++++
.../src/site/markdown/migrationguide/0.18.md | 28 +++++++++++++++++++
.../src/site/markdown/migrationguide/1.0.0.md | 26 ++++++++++++++++++
src/changes/changes.xml | 6 ++++
src/site/site.xml | 3 +-
12 files changed, 134 insertions(+), 15 deletions(-)
copy {apache-rat-tasks/src/main/java/org/apache/rat/anttasks =>
apache-rat-plugin/src/main/java/org/apache/rat/plugin}/package-info.java (91%)
create mode 100644 apache-rat/src/site/markdown/migration_guide.md
create mode 100644 apache-rat/src/site/markdown/migrationguide/0.17.md
create mode 100644 apache-rat/src/site/markdown/migrationguide/0.18.md
create mode 100644 apache-rat/src/site/markdown/migrationguide/1.0.0.md