I just updated to 3.0.1 and I noticed ClosedInjectionStep now is private but OpenInjectionStep it still public. I would like to know whats the decision behind this?
This affects me because, In my simulations I build different types of closed workloads ( Iterable[ClosedInjectionStep] ) depending of the parameters of the application. Now, that ClosedInjectionStep is private I cannot reference that trait.
Thanks!