Replies: 1 comment 8 replies
-
There are always ways but everything comes at a price, that is development effort and maintenance efforts. Beside that, there are releases and if one want to depend on the old stuff one can use old releases as well but this should not hinder those that want to move forward.
You don't need a separate one, you can simply add one that contains this and pull in individual units. Or even just upgrade your products and benefit from many bugfixes and enhancements. That said, if you like to propose a patch with an integration test that covers both cases and it does not adds too much complications to the code it could be considered. |
Beta Was this translation helpful? Give feedback.
-
I was looking at this change:
And TBH it looks too forced. Like, this means I have to adjust the target platform as @Bananeweizen mentioned in another discussion.
Do you think there is a way to detect the environment and adjust accordingly?
I couldn't even find a separate p2 repository for JUnit 5, and as of now I wouldn't like to ditch the repository-based target platform.
Beta Was this translation helpful? Give feedback.
All reactions