major
minor
minor
#27027
Declarative forms: SelectField disappears after upload if option list depends on mandatory property
#27042
MaintenanceJspBase should write to the log first, then to the client, instead of the other way around.
defect
If you run tests in multiple modules one after another from the command line (using a Reactor project such as tl-parent-all), this may fail (depending on the Maven version?). In this case, the dependencies between the projects being built and tested together are not synchronized via the local repository, but rather via direct references in the dependencies’ `target/` folder. However, the `tl:resolve ` goal cannot handle this and throws a ` ProviderNotFoundException `.
Surprisingly, this situation also occurs exactly when building and testing the engine on Jenkins, but does not result in an error there.
Test
- Create two app modules that depend on each other.
- Create a reactor module that builds both modules.
- Execute ` mvn test -DskipTests=false ` in the reactor module.