This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a change to branch STABLE-4.2 in repository https://gitbox.apache.org/repos/asf/cayenne.git
from fcc2a3f8a CAY-2849 Switch documentation to `hugo-asciidoctorj-extension` add 8de44131e CAY-2848 Vertical Inheritance: Updating one-to-many with inverse nullifies other columns new 6ee74e44f Merge pull request #616 from stariy95/4.2-FIX-CAY-2848-vertical-inheritance-update-one-to-many The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../access/flush/ArcValuesCreationHandler.java | 56 ++++++++++++++++++---- .../access/flush/ValuesCreationHandler.java | 6 ++- .../cayenne/access/VerticalInheritanceIT.java | 35 ++++++++++++++ .../testdo/inheritance_vertical/auto/_IvImpl.java | 17 +++++++ .../testdo/inheritance_vertical/auto/_IvOther.java | 22 +++++++++ .../test/resources/inheritance-vertical.map.xml | 11 ++++- 6 files changed, 137 insertions(+), 10 deletions(-)