-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to beta-5 #269
Upgrade to beta-5 #269
Conversation
I will check tomorrow (Wednesday). |
I'm investigating the integration test failures. But in the meantime, I think that we will need in any cases:
|
Tested the integration tests of both this
The following are tests that are failing in both this
The cause of the later is (reformatted for readability):
The <repositories>
<repository>
<id>repo.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/public/</url>
</repository>
</repositories> The JAR that the test is looking for does not exist on Maven Central and exists only on the Jenkins repository. But it seems that Maven 4.0.0 beta 5 does not search in that repository despite the |
The test failure in The only remaining test failure in the JPMS branch is Maven apparently not searching for We have a choice:
Currently there is one known regression in the latter option: |
I don't really understand why this upgrade/release would be required. I've upgrade other plugins (clean, resource, jar, install, deploy) without upgrading this dependency and it seems to work nicely. I'll create a PR to upgrade to beta-5, but just curious why it's needed. Or maybe not...
Yes, I upgraded to beta-5. |
I'd be in favour of porting the JPMS work. This is a beta, and the sooner we switch, the more feedback we'll have. |
Just tested with beta-1, and indeed it seems to work. I though that me may have some version conflict, but it does not seem to be an issue. So we can ignore that one. |
I would prefer that too. Maybe we should post on the mailing list for seeing what other peoples think? We will also need a page describing the differences compared the previous plugin. Do we do that as a new APT file in |
Reintroduced MCOMPILER-542 (the use of ASM for rewriting |
Added support for overwriting With this change and the one in the previous comment, the main concerns expressed on the mailing list should be addressed, except |
Note: we still have the following a failure in
|
Other strange behaviour observed with Maven 4: in the EDIT: it appears to be an error in the test, which was declaring an |
Could you create a PR from your fork, i think we can close this one in favor of the new one. |
Done: #271 |
@desruisseaux this PR fails with a bunch of unit tests failing ...
Do you have a more up-to-date branch ?