[sis] branch master updated (dff7ab60bc -> cdb3752112)

2022-11-15 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/sis.git from dff7ab60bc Merge branch 'geoapi-3.1' new eef4dfff31 Bug fixes related to unmarshalling of GML documents. Those

[sis] 01/04: Bug fixes related to unmarshalling of GML documents. Those bugs were identified by OGC TestBed 18 D025 scenario.

2022-11-15 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sis.git commit eef4dfff3178e743e6baf2174d75ea72327fb77b Author: Martin Desruisseaux AuthorDate: Fri Oct 28 17:48:13 2022 +0200

[sis] 03/04: If the unmarshalled operation in is a defining conversion, complete the conversion.

2022-11-15 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sis.git commit a7d1c7e0a3ce4b1b1f746df133571a2d9d02ddc4 Author: Martin Desruisseaux AuthorDate: Mon Oct 31 12:35:59 2022 +0100

[sis] 04/04: Add GitHub metadata (summary, home page, labels).

2022-11-15 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sis.git commit cdb37521120c6def21516a0448cc2ed037e9a2cb Author: Martin Desruisseaux AuthorDate: Tue Nov 15 10:22:57 2022 +0100

[sis] 02/04: Better error messages when a `ParameterValue` can not be unmarshalled because of missing `ParameterDescriptor`.

2022-11-15 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sis.git commit 60d7377d331e5ec2aaa3056bde6cfcc0804c2550 Author: Martin Desruisseaux AuthorDate: Sat Oct 29 14:30:58 2022 +0200

[sis] 02/03: Constructor argument should be `CharSequence` instead of `InternationalString` for consistency with similar constructors in the rest of metadata packages.

2022-11-15 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git commit 74d119635edbcc8ab4812fd9f688f04dcfeb1123 Author: Martin Desruisseaux AuthorDate: Tue Nov 15 17:13:06 2022 +0100

[sis] 03/03: Add a few tests for metadata quality package.

2022-11-15 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git commit a31026987c0c7cdf08bae87098cb745032c8947d Author: Martin Desruisseaux AuthorDate: Tue Nov 15 18:12:47 2022 +0100

[sis] 01/03: Add a `Names.createMemberName(CharSequence, String, CharSequence, TypeName)` convenience method.

2022-11-15 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git commit 76741edb14b139210ec3bc4c0561cfbbb88ab845 Author: Martin Desruisseaux AuthorDate: Tue Nov 15 16:37:47 2022 +0100

[sis] branch geoapi-4.0 updated (7b995facc0 -> a31026987c)

2022-11-15 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git from 7b995facc0 Save the "TypeName to Java class" association in `DefaultTypeName`. new 76741edb14 Add a `Name