Apama 10.15.1 | Other Resolved Issues | Release 10.5.3 | Correlator
 
Correlator
*PAM-31407
switch (any as value) crashes the correlator on injection.
When writing incorrect EPL of the following form, Software AG Designer silently allowed this error, and the correlator crashed when attempting to inject this incorrect EPL.
switch(<name of type> as value) {

}
This has now been fixed in both cases.
*PAM-31037
Java connectivity plug-in framework should call Thread.setContextClassLoader.
Connectivity plug-ins and EPL plug-ins written in Java will now have the context class loader set to be the correct class loader for the plug-in when invoked.
*PAM-30745
Correlator can dump core in InitInjectThread::logStatus during shutdown.
A rare crash during shutdown of correlators using YAML injection lists has been fixed.