Skip to content

Update to Eclipse RCP 2022-03 (4.23)

Just mirrored 2022-03 (4.23) related P2 repositories to simantics.org:

and also mirrored 2022-09 (4.25) related P2 repositories to simantics.org:

Other updated mirrors:

Let's try out if its possible to get Simantics to use 2022-03 which at the moment is the latest platform that we can get the Vaadin to support.

Required Changes to Features/Products

Actions required from products/features basing on Simantics after these changes:

  • org.eclipse.equinox.ds dependencies must be removed and if necessary, replaced with org.apache.felix.scr
  • org.apache.felix.scr must be included in auto-started bundles with start level 2 or 3 in .product configurations
  • It may be necesssary to update all Tycho builds to 2.6.0-2.7.5
  • Unit tests may need changes.
    • Newer Tycho Surefire plugin versions will run all unit tests unless they are @Ignore/@Disabled explicitly when previously only test suite classes whose name started with Test were executed
Edited by Tuukka Lehtonen