Skip to content

Extended property using the Link class is not serialized correctly #783

@berezovskyi

Description

@berezovskyi
task.getExtendedProperties()
        .put(
                new QName(Oslc_cmVocabularyConstants.CHANGE_MANAGEMENT_VOCAB_NAMSPACE, "testedByTestCase"),
                new Link(
                        new URI("http://qmprovider/testcase/1"),
                        "Accessibility verification using a screen reader"));

produces:

  oslc_cm:testedByTestCase  "Link{to='http://qmprovider/testcase/1'; label='Accessibility verification using a screen reader'}"^^<java:org.eclipse.lyo.oslc4j.core.model.Link>;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions