File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
main/java/org/springframework/vault/repository
test/java/org/springframework/vault/repository/convert Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4747 <netty .version>4.2.7.Final</netty .version>
4848 <nullaway .version>0.12.10</nullaway .version>
4949 <okhttp3 .version>3.14.9</okhttp3 .version>
50- <spring .version>7.0.0-RC1 </spring .version>
51- <spring-data-bom .version>2025.1.0-RC1 </spring-data-bom .version>
50+ <spring .version>7.0.0-SNAPSHOT </spring .version>
51+ <spring-data-bom .version>2025.1.0-SNAPSHOT </spring-data-bom .version>
5252 <spring-security-bom .version>7.0.0-M3</spring-security-bom .version>
5353 <reactor .version>2025.0.0-RC1</reactor .version>
5454
Original file line number Diff line number Diff line change 2525import org .springframework .data .convert .SimpleTypeInformationMapper ;
2626import org .springframework .data .convert .TypeAliasAccessor ;
2727import org .springframework .data .convert .TypeInformationMapper ;
28+ import org .springframework .data .core .TypeInformation ;
2829import org .springframework .data .mapping .Alias ;
2930import org .springframework .data .mapping .PersistentEntity ;
3031import org .springframework .data .mapping .context .MappingContext ;
31- import org .springframework .data .util .TypeInformation ;
3232
3333/**
3434 * Default implementation of {@link VaultTypeMapper} allowing configuration of the key to
Original file line number Diff line number Diff line change 2828
2929import org .springframework .core .CollectionFactory ;
3030import org .springframework .core .convert .support .DefaultConversionService ;
31+ import org .springframework .data .core .TypeInformation ;
3132import org .springframework .data .mapping .MappingException ;
3233import org .springframework .data .mapping .Parameter ;
3334import org .springframework .data .mapping .PersistentPropertyAccessor ;
3738import org .springframework .data .mapping .model .ParameterValueProvider ;
3839import org .springframework .data .mapping .model .PersistentEntityParameterValueProvider ;
3940import org .springframework .data .mapping .model .PropertyValueProvider ;
40- import org .springframework .data .util .TypeInformation ;
4141import org .springframework .lang .Contract ;
4242import org .springframework .util .Assert ;
4343import org .springframework .util .ClassUtils ;
Original file line number Diff line number Diff line change 1717
1818import org .jspecify .annotations .Nullable ;
1919
20+ import org .springframework .data .core .TypeInformation ;
2021import org .springframework .data .expression .ValueExpression ;
2122import org .springframework .data .expression .ValueExpressionParser ;
2223import org .springframework .data .keyvalue .core .mapping .AnnotationBasedKeySpaceResolver ;
2324import org .springframework .data .keyvalue .core .mapping .BasicKeyValuePersistentEntity ;
2425import org .springframework .data .keyvalue .core .mapping .KeySpaceResolver ;
25- import org .springframework .data .util .TypeInformation ;
2626import org .springframework .expression .Expression ;
2727import org .springframework .expression .common .LiteralExpression ;
2828import org .springframework .util .ObjectUtils ;
Original file line number Diff line number Diff line change 1515 */
1616package org .springframework .vault .repository .mapping ;
1717
18+ import org .springframework .data .core .TypeInformation ;
1819import org .springframework .data .keyvalue .core .mapping .context .KeyValueMappingContext ;
1920import org .springframework .data .mapping .model .Property ;
2021import org .springframework .data .mapping .model .SimpleTypeHolder ;
21- import org .springframework .data .util .TypeInformation ;
2222
2323/**
2424 * Mapping context for {@link VaultPersistentEntity Vault-specific entities}.
Original file line number Diff line number Diff line change 2525
2626import org .springframework .data .convert .ConfigurableTypeInformationMapper ;
2727import org .springframework .data .convert .SimpleTypeInformationMapper ;
28- import org .springframework .data .util .TypeInformation ;
28+ import org .springframework .data .core .TypeInformation ;
2929
3030import static org .assertj .core .api .Assertions .*;
3131
You can’t perform that action at this time.
0 commit comments