Skip to content

Commit f1a486d

Browse files
imsduSimon Dumas
andauthored
Delete unused context (#5363)
Co-authored-by: Simon Dumas <simon.dumas@senscience.ai>
1 parent 3a0e48e commit f1a486d

3 files changed

Lines changed: 1 addition & 13 deletions

File tree

delta/app/src/main/scala/ch/epfl/bluebrain/nexus/delta/wiring/DeltaModule.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ class DeltaModule(appCfg: AppConfig, config: Config)(implicit classLoader: Class
9999

100100
make[RemoteContextResolution].named("aggregate").fromEffect { (otherCtxResolutions: Set[RemoteContextResolution]) =>
101101
for {
102-
bulkOpCtx <- ContextValue.fromFile("contexts/bulk-operation.json")
103102
errorCtx <- ContextValue.fromFile("contexts/error.json")
104103
metadataCtx <- ContextValue.fromFile("contexts/metadata.json")
105104
searchCtx <- ContextValue.fromFile("contexts/search.json")
@@ -117,8 +116,7 @@ class DeltaModule(appCfg: AppConfig, config: Config)(implicit classLoader: Class
117116
contexts.remoteContexts -> remoteContextsCtx,
118117
contexts.tags -> tagsCtx,
119118
contexts.version -> versionCtx,
120-
contexts.validation -> validationCtx,
121-
contexts.bulkOperation -> bulkOpCtx
119+
contexts.validation -> validationCtx
122120
)
123121
.merge(otherCtxResolutions.toSeq*)
124122
}

delta/rdf/src/main/scala/ch/epfl/bluebrain/nexus/delta/rdf/Vocabulary.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ object Vocabulary {
216216

217217
val acls = contexts + "acls.json"
218218
val aclsMetadata = contexts + "acls-metadata.json"
219-
val bulkOperation = contexts + "bulk-operation.json"
220219
val error = contexts + "error.json"
221220
val identities = contexts + "identities.json"
222221
val metadata = contexts + "metadata.json"

delta/sdk/src/main/resources/contexts/bulk-operation.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)