jakartaee / batch

The Jakarta Batch project produces the Batch Specification and API.
https://projects.eclipse.org/projects/ee4j.batch
Apache License 2.0
13 stars 17 forks source link

Provide more late resolution of property substitutions (than just partitionPlan) #128

Open follis opened 3 years ago

follis commented 3 years ago

The core is a desire to resolve a substitution based on something set earlier in execution rather than resolve all substitutions at the start. Other weirdness includes substituting from system properties in a multi-JVM partition case (substitute based on execution environment of partition, not where the main job ran). This complicates the heck out of a lot of things.