File tree Expand file tree Collapse file tree 11 files changed +17
-18
lines changed
main/java/org/springframework/data
test/java/org/springframework/data Expand file tree Collapse file tree 11 files changed +17
-18
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2020- 2025 the original author or authors.
2+ * Copyright 2025 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- package org .springframework .data .util ;
16+ package org .springframework .data .core ;
1717
1818import org .jspecify .annotations .Nullable ;
1919
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2020- 2025 the original author or authors.
2+ * Copyright 2025 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- package org .springframework .data .util ;
16+ package org .springframework .data .core ;
1717
1818import scala .Function0 ;
1919import scala .Option ;
3131import org .springframework .core .convert .converter .Converter ;
3232import org .springframework .core .convert .converter .ConverterRegistry ;
3333import org .springframework .core .convert .converter .GenericConverter ;
34- import org .springframework .data .core .TypeInformation ;
34+ import org .springframework .data .util .StreamUtils ;
35+ import org .springframework .data .util .Streamable ;
3536import org .springframework .lang .Contract ;
3637import org .springframework .util .Assert ;
3738import org .springframework .util .ClassUtils ;
Original file line number Diff line number Diff line change 3636import org .springframework .core .convert .TypeDescriptor ;
3737import org .springframework .data .util .CustomCollections ;
3838import org .springframework .data .util .Lazy ;
39- import org .springframework .data .util .NullableWrapperConverters ;
4039import org .springframework .data .util .Streamable ;
4140import org .springframework .util .Assert ;
4241import org .springframework .util .ConcurrentLruCache ;
Original file line number Diff line number Diff line change 5050import org .springframework .core .KotlinDetector ;
5151import org .springframework .core .NativeDetector ;
5252import org .springframework .core .env .Environment ;
53+ import org .springframework .data .core .NullableWrapperConverters ;
5354import org .springframework .data .core .PropertyPath ;
5455import org .springframework .data .core .TypeInformation ;
5556import org .springframework .data .domain .ManagedTypes ;
6970import org .springframework .data .spel .ExtensionAwareEvaluationContextProvider ;
7071import org .springframework .data .util .CustomCollections ;
7172import org .springframework .data .util .KotlinReflectionUtils ;
72- import org .springframework .data .util .NullableWrapperConverters ;
7373import org .springframework .data .util .Optionals ;
7474import org .springframework .data .util .Streamable ;
7575import org .springframework .util .Assert ;
Original file line number Diff line number Diff line change 3131
3232import org .springframework .core .CollectionFactory ;
3333import org .springframework .core .convert .ConversionService ;
34+ import org .springframework .data .core .NullableWrapper ;
35+ import org .springframework .data .core .NullableWrapperConverters ;
3436import org .springframework .data .core .TypeInformation ;
35- import org .springframework .data .util .NullableWrapper ;
36- import org .springframework .data .util .NullableWrapperConverters ;
3737import org .springframework .lang .Contract ;
3838import org .springframework .util .Assert ;
3939import org .springframework .util .ClassUtils ;
Original file line number Diff line number Diff line change 2424
2525import org .aopalliance .intercept .MethodInterceptor ;
2626import org .aopalliance .intercept .MethodInvocation ;
27-
2827import org .jspecify .annotations .Nullable ;
2928
3029import org .springframework .aop .framework .Advised ;
3332import org .springframework .core .convert .support .DefaultConversionService ;
3433import org .springframework .core .convert .support .GenericConversionService ;
3534import org .springframework .data .convert .Jsr310Converters ;
35+ import org .springframework .data .core .NullableWrapperConverters ;
3636import org .springframework .data .util .Lazy ;
37- import org .springframework .data .util .NullableWrapperConverters ;
3837import org .springframework .data .util .NullnessMethodInvocationValidator ;
3938import org .springframework .util .Assert ;
4039import org .springframework .util .ClassUtils ;
Original file line number Diff line number Diff line change 3030import org .springframework .core .convert .ConversionService ;
3131import org .springframework .core .convert .TypeDescriptor ;
3232import org .springframework .core .convert .support .GenericConversionService ;
33+ import org .springframework .data .core .NullableWrapper ;
3334import org .springframework .data .repository .util .QueryExecutionConverters ;
3435import org .springframework .data .repository .util .ReactiveWrapperConverters ;
35- import org .springframework .data .util .NullableWrapper ;
3636import org .springframework .data .util .ReactiveWrappers ;
3737import org .springframework .data .util .Streamable ;
3838
Original file line number Diff line number Diff line change 2424
2525import org .jspecify .annotations .Nullable ;
2626
27+ import org .springframework .data .core .NullableWrapperConverters ;
2728import org .springframework .data .core .TypeInformation ;
2829import org .springframework .data .domain .Limit ;
2930import org .springframework .data .domain .Page ;
4041import org .springframework .data .repository .util .QueryExecutionConverters ;
4142import org .springframework .data .repository .util .ReactiveWrapperConverters ;
4243import org .springframework .data .util .Lazy ;
43- import org .springframework .data .util .NullableWrapperConverters ;
4444import org .springframework .data .util .ReactiveWrappers ;
4545import org .springframework .data .util .ReflectionUtils ;
4646import org .springframework .util .Assert ;
Original file line number Diff line number Diff line change 3737import org .springframework .core .convert .converter .GenericConverter ;
3838import org .springframework .core .convert .support .ConfigurableConversionService ;
3939import org .springframework .core .convert .support .DefaultConversionService ;
40+ import org .springframework .data .core .NullableWrapper ;
41+ import org .springframework .data .core .NullableWrapperConverters ;
4042import org .springframework .data .core .TypeInformation ;
4143import org .springframework .data .domain .Page ;
4244import org .springframework .data .domain .SearchResult ;
4547import org .springframework .data .domain .Window ;
4648import org .springframework .data .geo .GeoResults ;
4749import org .springframework .data .util .CustomCollections ;
48- import org .springframework .data .util .NullableWrapper ;
49- import org .springframework .data .util .NullableWrapperConverters ;
5050import org .springframework .data .util .StreamUtils ;
5151import org .springframework .data .util .Streamable ;
5252import org .springframework .lang .Contract ;
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2014- 2025 the original author or authors.
2+ * Copyright 2025 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- package org .springframework .data .util ;
16+ package org .springframework .data .core ;
1717
1818import static org .assertj .core .api .Assertions .*;
1919
You can’t perform that action at this time.
0 commit comments