| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-25 | build(jmh): Fix duplicate classpath entries | Fabian Mastenbroek | |
| This change fixes an issue with the JMH plugin where entries would be included twice on the classpath or entries that did not belong on the classpath were also included. | |||
| 2021-10-03 | refactor(simulator): Remove failure callback from FlowSource | Fabian Mastenbroek | |
| This change removes the `onFailure` method from FlowSource. Instead, the FlowConsumer will receive the reason for failure of the source. | |||
| 2021-10-03 | refactor(simulator): Migrate to flow-based simulation | Fabian Mastenbroek | |
| This change renames the `opendc-simulator-resources` module into the `opendc-simulator-flow` module to indicate that the core simulation model of OpenDC is based around modelling and simulating flows. Previously, the distinction between resource consumer and provider, and input and output caused some confusion. By switching to a flow-based model, this distinction is now clear (as in, the water flows from source to consumer/sink). | |||
