En échecChangements

Summary

  1. gs-reactor: Make @Switch’s behavior more intuitive with @ForEach (commit: d25031d) (details)
  2. Merge (commit: 11f4491) (details)
Commit d25031ddd4f556f943bb8585ca54b685cc63a427 by fducroquet
gs-reactor: Make @Switch’s behavior more intuitive with @ForEach
Previously, if there was both a metabinding (e.g. @ForEach) and an
@Switch on the same tag, the methods defined in @Switch were called on
the parent context rather than on each of the subcontexts defined by
the metabinding, which prevented using @Switch to filter the
subContexts. @Switch’s behavior is now the one expected.
(commit: d25031d)
The file was modifiedgs-reactor/src/main/java/org/genericsystem/reactor/HtmlDomNode.java
The file was modifiedgs-defaults/src/main/java/org/genericsystem/defaults/tools/TransformationObservableList.java
Commit 11f4491b1165c91ad4f68d3dcd2357dc1aa1909c by nfeybesse
Merge
(commit: 11f4491)
The file was modifiedgs-defaults/src/main/java/org/genericsystem/defaults/tools/TransformationObservableList.java
The file was modifiedgs-reactor/src/main/java/org/genericsystem/reactor/HtmlDomNode.java