You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After introducing #1453 change PatentExporterJob and SoftwareExporterJob cannot be compiled due to missing eu.dnetlib.dhp.schema.oaf.utils.IdentifierFactory.IdentifierFactory class which was moved and become part of the different dhp-commons module which wasn't released yet.
This means in order to unblock the ongoing provisioning round we need to incorporate this class (along with all the dependant classes) in the IIS codebase until the updated version of dhp-commons release. Once it gets released we should drop the duplicated code (addressed by #1455).
The text was updated successfully, but these errors were encountered:
…ntroduce IdentifierFactory cloned from unreleased dhp-commons
This commit addresses two changes:
* upgrade the dhp-schemas dependency version range from [4.0.0, 5.0.0) to [6.0.0, 7.0.0)
* introduce IdentifierFactory cloned from unreleased dhp-commons after dhp-schemas dependency upgrade
After introducing #1453 change
PatentExporterJob
andSoftwareExporterJob
cannot be compiled due to missingeu.dnetlib.dhp.schema.oaf.utils.IdentifierFactory.IdentifierFactory
class which was moved and become part of the differentdhp-commons
module which wasn't released yet.This means in order to unblock the ongoing provisioning round we need to incorporate this class (along with all the dependant classes) in the IIS codebase until the updated version of
dhp-commons
release. Once it gets released we should drop the duplicated code (addressed by #1455).The text was updated successfully, but these errors were encountered: