[MNG-7642] Restore compatibility with flatten-maven-plugin#947
[MNG-7642] Restore compatibility with flatten-maven-plugin#947gnodet merged 4 commits intoapache:masterfrom
Conversation
Revert "[MNG-7505] Remove ReportingConverter (apache#906)" This reverts commit adf89ef.
|
|
||
| /** | ||
| * @deprecated since Maven 4 | ||
| * @see DefaultModelBuilderFactory#setReportingConverter(ReportingConverter) |
There was a problem hiding this comment.
There is nothing to be seen there.
There was a problem hiding this comment.
All the setXxx methods have the same javadoc. The deprecation is not something new in this case.
|
Not sure about Restore compatibility. I admit - I have not reviewed this PR/MNG-7642 in detail, so it might all be fine. No need to reply to my comment. |
Those classes are actually not used. But the flatten maven plugin needs to be injected with one instance of The flatten plugin should also be adapted to support the removal of those classes, so that we can get rid of those in 4.1 for example. |
|
So it will be passed in just to be ignored? |
|
I think I can see that now. |
Yes, it's really just for binary compatibility with the existing stuff. |
|
Resolve #8811 |
Revert "[MNG-7505] Remove ReportingConverter (#906)"
This reverts commit adf89ef.
Following this checklist to help us incorporate your
contribution quickly and easily:
for the change (usually before you start working on it). Trivial changes like typos do not
require a JIRA issue. Your pull request should address just this issue, without
pulling in other changes.
[MNG-XXX] SUMMARY,where you replace
MNG-XXXandSUMMARYwith the appropriate JIRA issue.[MNG-XXX] SUMMARY.Best practice is to use the JIRA issue title in both the pull request title and in the first line of the commit message.
mvn clean verifyto make sure basic checks pass. A more thorough check willbe performed on your pull request automatically.
If your pull request is about ~20 lines of code you don't need to sign an
Individual Contributor License Agreement if you are unsure
please ask on the developers list.
To make clear that you license your contribution under
the Apache License Version 2.0, January 2004
you have to acknowledge this by using the following check-box.
I hereby declare this contribution to be licenced under the Apache License Version 2.0, January 2004
In any other case, please file an Apache Individual Contributor License Agreement.