jbpm
jbpm copied to clipboard
JBPM-10112: Expand class name of fundamental java classes if not defi…
…ned as FQCN to address org.xmlpull.v1.XmlPullParserException in VariableScope.validateVariable
Thank you for submitting this pull request
JIRA: JBPM-10112
Due to the changes from JBPM-9924, a variable defined as "Object" (without package name), holding a String value fails to be validated. The proposed fix improves the class resolution in ObjectDataType.verifyDataType by adding the 'java.lang.' package to the className in an additional check.
Jenkins retest this please
@elguardian please review the updated fix which has been extended to handle validation of Date variables.
@martinweiler failing one test. seems related.
@elguardian thanks, this should be addressed now
Jenkins retest this please