File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 18
18
<dependency >
19
19
<groupId >com.querydsl</groupId >
20
20
<artifactId >querydsl-jpa</artifactId >
21
- <version >5.1.0 </version >
21
+ <version >${querydsl.version} </version >
22
22
<classifier >jakarta</classifier >
23
23
</dependency >
24
24
25
25
<dependency >
26
26
<groupId >com.querydsl</groupId >
27
27
<artifactId >querydsl-apt</artifactId >
28
- <version >5.1.0 </version >
28
+ <version >${querydsl.version} </version >
29
29
<classifier >jakarta</classifier >
30
30
</dependency >
31
31
42
42
<annotationProcessorPath >
43
43
<groupId >com.querydsl</groupId >
44
44
<artifactId >querydsl-jpa</artifactId >
45
- <version >5.1.0 </version >
45
+ <version >${querydsl.version} </version >
46
46
<classifier >jakarta</classifier >
47
47
</annotationProcessorPath >
48
48
<annotationProcessorPath >
49
49
<groupId >com.querydsl</groupId >
50
50
<artifactId >querydsl-apt</artifactId >
51
- <version >5.1.0 </version >
51
+ <version >${querydsl.version} </version >
52
52
<classifier >jakarta</classifier >
53
53
</annotationProcessorPath >
54
54
<annotationProcessorPath >
Original file line number Diff line number Diff line change 1
1
spring.jpa.defer-datasource-initialization =true
2
- spring.aot.repositories.enabled =true
3
2
# spring.aot.jpa.repositories.use-entitymanager=true
4
- logging.level.org.springframework.data.repository.aot.generate.RepositoryContributor =trace
3
+ # logging.level.org.springframework.data.repository.aot.generate.RepositoryContributor=trace
5
4
Original file line number Diff line number Diff line change 39
39
<jvm .enable-preview></jvm .enable-preview>
40
40
<maven .compiler.source>25</maven .compiler.source>
41
41
<maven .compiler.target>25</maven .compiler.target>
42
- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
43
42
<spring-data-bom .version>2025.1.0-SNAPSHOT</spring-data-bom .version>
44
43
<spring-framework .version>7.0.0-M9</spring-framework .version>
45
44
</properties >
125
124
<artifactId >awaitility</artifactId >
126
125
<version >4.0.2</version >
127
126
</dependency >
127
+
128
+ <dependency >
129
+ <groupId >org.springframework.data</groupId >
130
+ <artifactId >spring-data-commons</artifactId >
131
+ <version >4.0.0-GH-3267-SNAPSHOT</version >
132
+ </dependency >
128
133
</dependencies >
129
134
</dependencyManagement >
130
135
You can’t perform that action at this time.
0 commit comments