[midPoint-git] [Evolveum/midpoint] 597335: Implement easy parsing of xsd:anyType properties
Pavol Mederly
noreply at github.com
Thu Jan 31 12:43:36 CET 2019
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 5973354ae5392cebeac30cb81c0cadfb0bdf3066
https://github.com/Evolveum/midpoint/commit/5973354ae5392cebeac30cb81c0cadfb0bdf3066
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2019-01-31 (Thu, 31 Jan 2019)
Changed paths:
M infra/prism-api/src/main/java/com/evolveum/midpoint/prism/xml/XmlTypeConverter.java
M infra/prism-api/src/main/java/com/evolveum/prism/xml/ns/_public/types_3/RawType.java
A infra/schema/src/test/java/com/evolveum/midpoint/schema/parser/TestParseSystemConfiguration.java
A infra/schema/src/test/resources/common/json/no-ns/system-configuration.json
A infra/schema/src/test/resources/common/json/ns/system-configuration.json
A infra/schema/src/test/resources/common/xml/no-ns/system-configuration.xml
A infra/schema/src/test/resources/common/xml/ns/system-configuration.xml
A infra/schema/src/test/resources/common/yaml/no-ns/system-configuration.yaml
A infra/schema/src/test/resources/common/yaml/ns/system-configuration.yaml
M infra/schema/testng-unit.xml
Log Message:
-----------
Implement easy parsing of xsd:anyType properties
See RawType.getValue(object).
YAML parsing does not work well in case of base64-encoded values.
This is to be resolved later.
More information about the midPoint-svn
mailing list