ControlSystemStudio / cs-studio

Control System Studio is an Eclipse-based collections of tools to monitor and operate large scale control systems, such as the ones in the accelerator community.
https://controlsystemstudio.org/
Eclipse Public License 1.0
113 stars 96 forks source link

Update to JCA version 2.4.8 #2721

Closed rjwills28 closed 1 year ago

rjwills28 commented 1 year ago

This PR updates the JCA dependency in CS-Studio to use the latest release 2.4.8, which contains new features that we would like to use in CS-Studio (e.g. https://github.com/epics-base/jca/pull/74).

Note that the version of the org.apache.felix maven-bundle-plugin also needs to be specified otherwise a default, outdated version (2.1) is used and this gives ArrayIndexOutOfBoundsException exceptions when building the org.csstudio:org.csstudio.platform.libs.epics bundle (see description of similar issue). I've updated to a version that does not have this problem.