Skip to content

Commit

Permalink
use the new/experimental "save unparsed metadata" feature in xoai #10909
Browse files Browse the repository at this point in the history
  • Loading branch information
landreev committed Jan 31, 2025
1 parent 9c82c2d commit 506ee47
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ public ServiceProvider getServiceProvider() throws OaiHandlerException {
xoaiClientBuilder = xoaiClientBuilder.withCustomHeaders(getCustomHeaders());
}
context.withOAIClient(xoaiClientBuilder.build());
context.withSaveUnparsedMetadata();
serviceProvider = new ServiceProvider(context);
}

Expand Down

0 comments on commit 506ee47

Please sign in to comment.