mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-01 17:09:08 +00:00
Don't preload resources to fix them
This commit is contained in:
parent
69f31442bc
commit
50b5802d39
@ -338,9 +338,7 @@ public abstract class BaseWorkerContext extends I18nBase implements IWorkerConte
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public void registerResourceFromPackage(CanonicalResourceProxy r, PackageInformation packageInfo) throws FHIRException {
|
public void registerResourceFromPackage(CanonicalResourceProxy r, PackageInformation packageInfo) throws FHIRException {
|
||||||
PackageHackerR5.fixLoadedResource(r, packageInfo);
|
|
||||||
|
|
||||||
synchronized (lock) {
|
synchronized (lock) {
|
||||||
if (packageInfo != null) {
|
if (packageInfo != null) {
|
||||||
packages.put(packageInfo.getVID(), packageInfo);
|
packages.put(packageInfo.getVID(), packageInfo);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user