This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new c1e0ecc  JUNEAU-134 Parsers not correctly finding generic types on 
complex types involving arrays.
c1e0ecc is described below

commit c1e0eccc56ffb7e953d66c548ca1abaeab353c91
Author: JamesBognar <[email protected]>
AuthorDate: Thu Sep 5 10:43:40 2019 -0400

    JUNEAU-134 Parsers not correctly finding generic types on complex types
    involving arrays.
---
 juneau-doc/docs/ReleaseNotes/8.1.1.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/juneau-doc/docs/ReleaseNotes/8.1.1.html 
b/juneau-doc/docs/ReleaseNotes/8.1.1.html
index ca24122..4fcfa34 100644
--- a/juneau-doc/docs/ReleaseNotes/8.1.1.html
+++ b/juneau-doc/docs/ReleaseNotes/8.1.1.html
@@ -23,4 +23,7 @@
 <ul class='spaced-list'>
        <li>
                Support for serializing/parsing {@link java.util.Optional} 
objects and bean properties.
+       <li>
+               Fixed a bug in the parsers where the generic subtype of a 
complex bean property type involving both collections and arrays
+               was not being found.  (e.g. <c>List&lt;Long&gt;[]</c>)
 </ul>

Reply via email to