-
Notifications
You must be signed in to change notification settings - Fork 18
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
egit breaks when upgrading MWE2 to 2.20 #314
Comments
am not sure if this is the correct place to discuss this. |
see also #310 |
@merks should we discuss this on cross project dev issues? afaik its not a singleton so multiple ones should be possible |
I'll do some investigation and comment here a bit later. One thing I should point out up front is that the only SimRel contribution for MWE was one which is before the changes made to the logging versions: (It's not clear why such a high upper bound was chosen.) Then there was a release version contributed for RC1. This seems like a poor strategy, especially given all the problems we've had in most recently with wiring problems related to the logging bundles. Ideally you would produce a release after a milestone/rc version of your repository has been used to produce a milestone/rc EPP package such that you have wiggle room. I.e., follow the established processes that have been in place for years. Again this release cycle I see a release produced even before there is an Orbit release, which also caused problems during the previous release cycle. I would strongly suggest to revisit the current practices that are now known to cause problems, problems that can only be addressed with significant additional effort. |
from my pov it was contributed before ?!? |
=> from my pov the problem is nobody tests milestones |
Sorry, sorry, indeed September is month 09 not 10. (It's my first day back from vacation.) Testing installing the current staging version of the DSL EPP packages, I cannot reproduce the problem. EGit functions well in this packages (I can close a repository) and both versions of logging are installed: There's nothing in the error log about wiring problems. Note that I do try to test the "Eierlegende Wollmilchsau" regularly to ensure that everything installs and works reasonably, but it's also nice to have a real vacation once in a blue moon... Given I can't reproduce the problem, maybe there is more than meets the eye? |
FYI, I tried the Eierlegende Wollmilchsau staging with a GEF classic setup. That has the problem cloning, but that looks like some problem "injected" but docker, unrelated to the problem described here:
This is a strange problem that maybe affects CDT? I did just also test the CDT staging with the CDT setup and cloning works fine for that, so no worries... |
FYI, whatever the problem here I don't think MWE2 is responsible for restricting the versions of things it uses to suit what EGit needs and even here it's more of a problem with what the 3rd party library providing org.apache.http.client is doing which is beyond everyone' control. Even EGIt provides both versions (with different BSNs) in its update site: So I think this issue should be closed because it's not an issue for which MWE2 is responsible... |
I'm fine with closing here, and thanks for all that already looked into the issue. I have reproduced the issue in several of my locally existing long-running IDEs (all from custom Oomph setups based on 2024-09). However, I have not yet been able to reproduce this from a fresh download of any of the 2024-09 packages, following the same upgrade routine. So of course it could also be related to additional features being installed by those custom Oomph setups (or even my personal Oomph setup), and it seems reasonable to not waste your time unless I can reproduce this publicly. |
It's indeed really strange... Can you look at which versions of these two things are installed in the broken IDE? I'm curious about that because it's hard to understand how p2 installed something that can't be wiring because of actually missing exported Java packages. It's not even a usage constraint problem like the last time... Sometime starting with -clean might therapeutic... |
We had several more people and IDEs that failed with this problem. After lots of experimenting, we found that the problem vanished when we removed the |
I see. Yes, I have a client project where resolution takes "forever" which is really, really annoying during development so using batchsize to help... |
All the egit/jgit related bundles show errors like this in the platform log after upgrading MWE2 from 2.19 to 2.20:
I believe this is caused by adding commons.logging in MWE2, with a minimum version that is not accepted by the egit components: 0e72e40
The text was updated successfully, but these errors were encountered: