You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
- Move REST part into package rest
- Add api package and retest/Selenium dependencies
- Use scalamock for mocking
- Add scalafmt sbt plugin and rules file
- Refactor DSL code
…n REST support #1#4
- Store descriptors per state and define getDescriptors in the trait State.
- Fix comment about legacy code.
- Add State.addTransition.
- Remove all the DSL code which was experimental.
- Remove all the REST applications/test suites code which was experimental.
- Move model into rest.model.
- Adapt unit tests.
A REST API might be too slow when the state machine is updated constantly.
Hence, provide a simple Scala API which can be called directly in Java.
The text was updated successfully, but these errors were encountered: