Skip to content

Commit

Permalink
refactor: make featureExtractor Bean Nullable in getKeyValueTemplate …
Browse files Browse the repository at this point in the history
…Bean definition
  • Loading branch information
bsbodden committed Jun 5, 2023
1 parent 5caac6c commit 8aca17d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ public CustomRedisKeyValueTemplate getKeyValueTemplate( //
RedisModulesOperations<?> redisModulesOperations, //
RedisMappingContext mappingContext, //
RediSearchIndexer indexer, //
FeatureExtractor featureExtractor
@Nullable @Qualifier("featureExtractor") FeatureExtractor featureExtractor
) {
return new CustomRedisKeyValueTemplate(
new RedisEnhancedKeyValueAdapter(redisOps, redisModulesOperations, mappingContext, indexer, featureExtractor), //
Expand Down

0 comments on commit 8aca17d

Please sign in to comment.