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
This means that in tests going through this code we will fetch a file from an URL?
no, the cache behavior will continue to be the same, but currently (as shown in the code fragment in the issue description) to load the cached document, a temporary file is created, but it is an unnecessary step that could be avoided.
Feature Request
Currently to load a cached document for the jsonld service, we copy the file from the classpath to a temporary place:
Connector/extensions/common/json-ld/src/main/java/org/eclipse/edc/jsonld/JsonLdExtension.java
Lines 104 to 117 in 60957b2
this could be avoided passing the URI directly
Which Areas Would Be Affected?
json-ld service
Why Is the Feature Desired?
simplification
ref @wolf4ood
The text was updated successfully, but these errors were encountered: