Skip to content

Releases: molr/molr

Mission Input Retrieval

Choose a tag to compare

@StefanGsi StefanGsi released this 13 Sep 13:28
2005112
  • extend mole interface by method for mission input retrieval
  • upgrade spring and reactor versions

v0.3.16

Choose a tag to compare

@StefanGsi StefanGsi released this 18 Nov 14:32

pom fix

v0.3.15

Choose a tag to compare

@StefanGsi StefanGsi released this 18 Nov 11:46
replace inline url with constant

v0.3.14

Choose a tag to compare

@StefanGsi StefanGsi released this 22 Oct 10:47
  • use maven as default build tool
  • set Spring 5.2.9.RELEASE (spring.boot.version 2.2.10.RELEASE, reactor.version 3.3.10.RELEASE)
  • minor fixes

Parameter Meta Information

Choose a tag to compare

@StefanGsi StefanGsi released this 05 Apr 22:08
  • allow for client specific parameter meta information

v0.3.12

Choose a tag to compare

@StefanGsi StefanGsi released this 01 Mar 14:24
  • upgrade to current spring and reactor versions

Ignore Blocks Feature, Max Concurrency, Performance

Choose a tag to compare

@StefanGsi StefanGsi released this 26 Feb 14:22
c14f693
  • introduce dynamic configurable block attributes for blocks to be ignored by executor (analog to breakpoints)
  • enable support for configuring max concurrency (number of parallel threads in parallel branches)
  • fix inconsistencies in run-state/result updates while running or stepping through/over mission
  • fix performance issues with parallel branches

new map method in forEach branches

Choose a tag to compare

@kaifox kaifox released this 11 Dec 09:25
v0.3.10

new generic map method in forEach branches

Renamed runstates

Choose a tag to compare

@kaifox kaifox released this 11 Dec 08:42
00bfdfe
  • Renamed runstates

Foreach Branches and Branch Based Contexs

Choose a tag to compare

@StefanGsi StefanGsi released this 17 Nov 05:40
  • Introducing a foreach construct to use branches for each item of a collection given at mission instantiation. Foreach branches can also be nested.
  • Allow for converting arbitrary branches into new contextual branches. Contextual branches can be used nested as well.
  • Add execution strategy configuration to RunnableLeafsMission dsl.