[MNG-7182] Use a pull parser during the build/consumer transformation#486
[MNG-7182] Use a pull parser during the build/consumer transformation#486gnodet merged 1 commit intoapache:masterfrom
Conversation
|
I think this needs a JIRA issue. |
2bb0e20 to
e9b2184
Compare
|
There's a single test failing on windows + jdk 1.8. Does that ring any bell @rfscholte ? |
Bad code, concurrent write access, Windows file locking. |
|
That would be my guess too |
|
It is a bit weird that this IT is using an external plugin for verification. First step would be to update the version of the flatten-maven-plugin. Maybe in the future we need to reconsider rewriting this IT. |
MartinKanters
left a comment
There was a problem hiding this comment.
The business logic is new to me and I'm not too experienced with XML transformation. I didn't see any red flags, but perhaps @rfscholte for example can take a better look at that? My review is more focused on small coding things. Nice job on the performance boost!
0963788 to
c534644
Compare
|
@rfscholte could you please review, I think that one is important to include in master asap to avoid the performance loss in the first alpha. |
|
Just ran the branch on Jenkins, it is unstable: https://ci-maven.apache.org/blue/organizations/jenkins/Maven%2Fmaven-box%2Fmaven/detail/MNG-7182/1/tests |
Yes, it took me a bit of time to get that right ;-) |
I fixed and squashed the PRs. |
|
Re |
Hm, but something is wrong, it WAS ancient and is already upped apache/maven-integration-testing#115 |
Eh, update your fork please https://github.com/gnodet/maven-integration-testing (master on apache/maven-integration-testing contains fixes for you: upped enforcer) |
Thx, I've rebased both PRs on top of master, which looks much better indeed ! |
|
I'd like to get that in |
rmannibucau
left a comment
There was a problem hiding this comment.
(LGTM, the very minor note can be to write a one sentence description in the ticket since it lacks some context if anyone reviews it later ;))
|
@rfscholte do you see any drawback to using plexus-utils' XPP3? |
|
Resolve #8266 |
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] - Fixes bug in ApproximateQuantiles,where you replace
MNG-XXXwith the appropriate JIRA issue. Best practiceis to use the JIRA issue title in 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.