This is an automated email from the git hooks/post-receive script. New change to branch develop-2.x in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git from 779a56a4 fixes #1907: Fix compilation for jdk11+ new 4e186e2b fixes #1907: fix regression. For JScrollPane (for example), child were not added to viewport for was: $jscrollPane0.add(child) instead of $jscrollPane0.getViewport().add(child) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 4e186e2b5abb41662e080c65aa813ce97cfbab6d Author: Eric Chatellier <chatellier@codelutin.com> Date: Wed Apr 22 15:31:49 2020 +0200 fixes #1907: fix regression. For JScrollPane (for example), child were not added to viewport for was: $jscrollPane0.add(child) instead of $jscrollPane0.getViewport().add(child) Summary of changes: .../java/jaxx/compiler/beans/JAXXIntrospector.java | 36 +++++++++++++--------- 1 file changed, 21 insertions(+), 15 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.