Skip to content

Commit 60561c3

Browse files
committed
Upgrade to ValueExpression for secret backend expressions.
See #898
1 parent bdb8eba commit 60561c3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spring-vault-core/src/main/java/org/springframework/vault/repository/mapping/BasicVaultPersistentEntity.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
import org.springframework.data.keyvalue.core.mapping.KeySpaceResolver;
2323
import org.springframework.data.util.TypeInformation;
2424
import org.springframework.expression.Expression;
25-
import org.springframework.expression.ParserContext;
2625
import org.springframework.expression.common.LiteralExpression;
27-
import org.springframework.expression.spel.standard.SpelExpressionParser;
2826
import org.springframework.lang.Nullable;
2927
import org.springframework.util.ObjectUtils;
3028
import org.springframework.util.StringUtils;

0 commit comments

Comments
 (0)