BridgeService-2.11.15
This is a debugging release. It englobes a lot of the feedback we received regarding debugging the results.
This version includes:
- #71 Adding step name when throwing exceptions. When an exception happens, include the step in which it occurred.
- #72 Provide the stack trace of the root cause of the errors. With issue #9 we discovered that the stack trace should be that of the original cause.
- #78 Trimming error messages. We now trim the error messages.
- #80 Removing stack trace for certain errors. We removed the stack trace for errors, where the method or class cannot be found or accessed.
- #83 Adapting log files for production. We now limit the log files so not too much log data is stored. More details to be found in the Technical Doc.
- Moved the log level for the loading of the classes to 'trace' instead of 'debug'.
- We have now introduced a dedicated exception for when a public Method in a Java class with no scope definition. This created linkage errors.