[jira] [Updated] (SIS-402) Missing @XmlElement on DefaultMetadata.getCharacterSets()

2018-05-05 Thread Martin Desruisseaux (JIRA)

 [ 
https://issues.apache.org/jira/browse/SIS-402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Desruisseaux updated SIS-402:

Description: 
ISO 19139:2007 was used to represent language code and character set as two 
different properties. This model matched well the Java {{Locale}} and 
{{Charset}} classes respectively. But ISO 19115-3:2016 merges language and 
character set together. We do not yet have JAXB adapter doing this work. In 
particular, the new {{getCharacterSets()}} method in {{DefaultMetadata}} does 
not yet have its {{\@XmlElement}} annotation.

After this issue has been fixed, we should remove the {{REGRESSION}} hack in 
{{org.apache.sis.test.integration.MetadataTest}}.

Resolving this issue may depend on [GeoAPI issue 
#28|https://github.com/opengeospatial/geoapi/issues/28].

  was:
ISO 19139:2007 was used to represent language code and character set as two 
different properties, which was a good matching for Java {{Locale}} and 
{{Charset}} classes. But ISO 19115-3:2016 merge them together. We do not yet 
have JAXB adapter doing this work. In particular, the new 
{{getCharacterSets()}} method in {{DefaultMetadata}} does not yet have its 
{{\@XmlElement}} annotation.

After this issue has been fixed, we should remove the {{REGRESSION}} hack in 
{{org.apache.sis.test.integration.MetadataTest}}.

Resolving this issue may depend on [GeoAPI issue 
#28|https://github.com/opengeospatial/geoapi/issues/28].


> Missing @XmlElement on DefaultMetadata.getCharacterSets()
> -
>
> Key: SIS-402
> URL: https://issues.apache.org/jira/browse/SIS-402
> Project: Spatial Information Systems
>  Issue Type: Sub-task
>  Components: Metadata
>Reporter: Martin Desruisseaux
>Assignee: Martin Desruisseaux
>Priority: Major
>  Labels: regression
> Fix For: 1.0
>
>
> ISO 19139:2007 was used to represent language code and character set as two 
> different properties. This model matched well the Java {{Locale}} and 
> {{Charset}} classes respectively. But ISO 19115-3:2016 merges language and 
> character set together. We do not yet have JAXB adapter doing this work. In 
> particular, the new {{getCharacterSets()}} method in {{DefaultMetadata}} does 
> not yet have its {{\@XmlElement}} annotation.
> After this issue has been fixed, we should remove the {{REGRESSION}} hack in 
> {{org.apache.sis.test.integration.MetadataTest}}.
> Resolving this issue may depend on [GeoAPI issue 
> #28|https://github.com/opengeospatial/geoapi/issues/28].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SIS-402) Missing @XmlElement on DefaultMetadata.getCharacterSets()

2018-04-19 Thread Martin Desruisseaux (JIRA)

 [ 
https://issues.apache.org/jira/browse/SIS-402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Desruisseaux updated SIS-402:

Description: 
ISO 19139:2007 was used to represent language code and character set as two 
different properties, which was a good matching for Java {{Locale}} and 
{{Charset}} classes. But ISO 19115-3:2016 merge them together. We do not yet 
have JAXB adapter doing this work. In particular, the new 
{{getCharacterSets()}} method in {{DefaultMetadata}} does not yet have its 
{{\@XmlElement}} annotation.

After this issue has been fixed, we should remove the {{REGRESSION}} hack in 
{{org.apache.sis.test.integration.MetadataTest}}.

Resolving this issue may depend on [GeoAPI issue 
#28|https://github.com/opengeospatial/geoapi/issues/28].

  was:
ISO 19139:2007 was used to represent language code and character set as two 
different properties, which was a good matching for Java {{Locale}} and 
{{Charset}} classes. But ISO 19115-3:2016 merge them together. We do not yet 
have JAXB adapter doing this work. In particular, the new 
{{getCharacterSets()}} method in {{DefaultMetadata}} does not yet have its 
{{\@XmlElement}} annotation.

After this issue has been fixed, we should remove the {{REGRESSION}} hack in 
{{org.apache.sis.test.integration.MetadataTest}}.


> Missing @XmlElement on DefaultMetadata.getCharacterSets()
> -
>
> Key: SIS-402
> URL: https://issues.apache.org/jira/browse/SIS-402
> Project: Spatial Information Systems
>  Issue Type: Sub-task
>  Components: Metadata
>Reporter: Martin Desruisseaux
>Priority: Major
>  Labels: regression
> Fix For: 1.0
>
>
> ISO 19139:2007 was used to represent language code and character set as two 
> different properties, which was a good matching for Java {{Locale}} and 
> {{Charset}} classes. But ISO 19115-3:2016 merge them together. We do not yet 
> have JAXB adapter doing this work. In particular, the new 
> {{getCharacterSets()}} method in {{DefaultMetadata}} does not yet have its 
> {{\@XmlElement}} annotation.
> After this issue has been fixed, we should remove the {{REGRESSION}} hack in 
> {{org.apache.sis.test.integration.MetadataTest}}.
> Resolving this issue may depend on [GeoAPI issue 
> #28|https://github.com/opengeospatial/geoapi/issues/28].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SIS-402) Missing @XmlElement on DefaultMetadata.getCharacterSets()

2018-02-20 Thread Martin Desruisseaux (JIRA)

 [ 
https://issues.apache.org/jira/browse/SIS-402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Desruisseaux updated SIS-402:

Affects Version/s: (was: 1.0)

> Missing @XmlElement on DefaultMetadata.getCharacterSets()
> -
>
> Key: SIS-402
> URL: https://issues.apache.org/jira/browse/SIS-402
> Project: Spatial Information Systems
>  Issue Type: Sub-task
>  Components: Metadata
>Reporter: Martin Desruisseaux
>Priority: Major
>  Labels: regression
> Fix For: 1.0
>
>
> ISO 19139:2007 was used to represent language code and character set as two 
> different properties, which was a good matching for Java {{Locale}} and 
> {{Charset}} classes. But ISO 19115-3:2016 merge them together. We do not yet 
> have JAXB adapter doing this work. In particular, the new 
> {{getCharacterSets()}} method in {{DefaultMetadata}} does not yet have its 
> {{\@XmlElement}} annotation.
> After this issue has been fixed, we should remove the {{REGRESSION}} hack in 
> {{org.apache.sis.test.integration.MetadataTest}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SIS-402) Missing @XmlElement on DefaultMetadata.getCharacterSets()

2018-02-20 Thread Martin Desruisseaux (JIRA)

 [ 
https://issues.apache.org/jira/browse/SIS-402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Desruisseaux updated SIS-402:

Fix Version/s: 1.0

> Missing @XmlElement on DefaultMetadata.getCharacterSets()
> -
>
> Key: SIS-402
> URL: https://issues.apache.org/jira/browse/SIS-402
> Project: Spatial Information Systems
>  Issue Type: Sub-task
>  Components: Metadata
>Reporter: Martin Desruisseaux
>Priority: Major
>  Labels: regression
> Fix For: 1.0
>
>
> ISO 19139:2007 was used to represent language code and character set as two 
> different properties, which was a good matching for Java {{Locale}} and 
> {{Charset}} classes. But ISO 19115-3:2016 merge them together. We do not yet 
> have JAXB adapter doing this work. In particular, the new 
> {{getCharacterSets()}} method in {{DefaultMetadata}} does not yet have its 
> {{\@XmlElement}} annotation.
> After this issue has been fixed, we should remove the {{REGRESSION}} hack in 
> {{org.apache.sis.test.integration.MetadataTest}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SIS-402) Missing @XmlElement on DefaultMetadata.getCharacterSets()

2018-02-19 Thread Martin Desruisseaux (JIRA)

 [ 
https://issues.apache.org/jira/browse/SIS-402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Desruisseaux updated SIS-402:

Labels: regression  (was: )

> Missing @XmlElement on DefaultMetadata.getCharacterSets()
> -
>
> Key: SIS-402
> URL: https://issues.apache.org/jira/browse/SIS-402
> Project: Spatial Information Systems
>  Issue Type: Sub-task
>  Components: Metadata
>Affects Versions: 1.0
>Reporter: Martin Desruisseaux
>Priority: Major
>  Labels: regression
>
> ISO 19139:2007 was used to represent language code and character set as two 
> different properties, which was a good matching for Java {{Locale}} and 
> {{Charset}} classes. But ISO 19115-3:2016 merge them together. We do not yet 
> have JAXB adapter doing this work. In particular, the new 
> {{getCharacterSets()}} method in {{DefaultMetadata}} does not yet have its 
> {{\@XmlElement}} annotation.
> After this issue has been fixed, we should remove the {{REGRESSION}} hack in 
> {{org.apache.sis.test.integration.MetadataTest}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SIS-402) Missing @XmlElement on DefaultMetadata.getCharacterSets()

2018-02-19 Thread Martin Desruisseaux (JIRA)

 [ 
https://issues.apache.org/jira/browse/SIS-402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Desruisseaux updated SIS-402:

Description: 
ISO 19139:2007 was used to represent language code and character set as two 
different properties, which was a good matching for Java {{Locale}} and 
{{Charset}} classes. But ISO 19115-3:2016 merge them together. We do not yet 
have JAXB adapter doing this work. In particular, the new 
{{getCharacterSets()}} method in {{DefaultMetadata}} does not yet have its 
{{\@XmlElement}} annotation.

After this issue has been fixed, we should remove the {{REGRESSION}} hack in 
{{org.apache.sis.test.integration.MetadataTest}}.

  was:ISO 19139:2007 was used to represent language code and character set as 
two different properties, which was a good matching for Java {{Locale}} and 
{{Charset}} classes. But ISO 19115-3:2016 merge them together. We do not yet 
have JAXB adapter doing this work. In particular, the new 
{{getCharacterSets()}} method in {{DefaultMetadata}} does not yet have its 
{{\@XmlElement}} annotation.


> Missing @XmlElement on DefaultMetadata.getCharacterSets()
> -
>
> Key: SIS-402
> URL: https://issues.apache.org/jira/browse/SIS-402
> Project: Spatial Information Systems
>  Issue Type: Sub-task
>  Components: Metadata
>Affects Versions: 1.0
>Reporter: Martin Desruisseaux
>Priority: Major
>
> ISO 19139:2007 was used to represent language code and character set as two 
> different properties, which was a good matching for Java {{Locale}} and 
> {{Charset}} classes. But ISO 19115-3:2016 merge them together. We do not yet 
> have JAXB adapter doing this work. In particular, the new 
> {{getCharacterSets()}} method in {{DefaultMetadata}} does not yet have its 
> {{\@XmlElement}} annotation.
> After this issue has been fixed, we should remove the {{REGRESSION}} hack in 
> {{org.apache.sis.test.integration.MetadataTest}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)