Adjustment to support FitNesse version 20190716
There have been breaking changes in FitNessse 20190716 which have been fixed
- jdbcAuthenticator
- more strict in defining scenario output parameters like
- Old: !|Scenario|Get The Name |name |and phone number|phone|for id|id|
- New: !|Scenario|Get The Name |name ? |and phone number|phone ? |for id|id|
Action required
For the later you have to update your test pages as shown above: Add the question mark after each output parameter.
Also upgraded other external dependencies
- Gradle 5.3.1
- Java 8
and refreshed online documentation
no new features in this release