Please help with (test) code migration #1506
laeubi
announced in
Announcements
Replies: 2 comments
-
Some more test have been moved here: |
Beta Was this translation helpful? Give feedback.
0 replies
-
All migration should happen as part of: as it removes the remaining OSGi services already. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A lot of code from the OSGi part (that is under tycho-bundles) has been now moved to the 'org.eclipse.tycho.core.shared' mixed maven-module/OSGi bundle.
That means, everything under org.eclipse.tycho.core.shared can now be used in both "worlds".
I'll plan to migrate the remaining parts as well into plexus components so we hopefully can once drop all the "bundles" part of Tycho and fully build everything as a plain maven codes.
As converting them to components is actually quite straight-forward the tricky (and often very time consuming) part is often migrating the tests into either plain JUnit or TychoPlexus tests.
It would therefore be highly appreciated and I'd like to encourage everyone to help with migrating of those "low-hanging-fruits" tests that actually not require anything from the not migrated parts.
The steps are usually as follows:
If encountering problems feel free to ask or just search for a lower-hanging-fruit 😄
An example can be found here:
If you start working it might be good to let others know by leaving a comment here or open a Draft-PR.
Beta Was this translation helpful? Give feedback.
All reactions