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 1818 <dependency >
1919 <groupId >com.querydsl</groupId >
2020 <artifactId >querydsl-jpa</artifactId >
21- <version >5.1.0 </version >
21+ <version >${querydsl.version} </version >
2222 <classifier >jakarta</classifier >
2323 </dependency >
2424
2525 <dependency >
2626 <groupId >com.querydsl</groupId >
2727 <artifactId >querydsl-apt</artifactId >
28- <version >5.1.0 </version >
28+ <version >${querydsl.version} </version >
2929 <classifier >jakarta</classifier >
3030 </dependency >
3131
4242 <annotationProcessorPath >
4343 <groupId >com.querydsl</groupId >
4444 <artifactId >querydsl-jpa</artifactId >
45- <version >5.1.0 </version >
45+ <version >${querydsl.version} </version >
4646 <classifier >jakarta</classifier >
4747 </annotationProcessorPath >
4848 <annotationProcessorPath >
4949 <groupId >com.querydsl</groupId >
5050 <artifactId >querydsl-apt</artifactId >
51- <version >5.1.0 </version >
51+ <version >${querydsl.version} </version >
5252 <classifier >jakarta</classifier >
5353 </annotationProcessorPath >
5454 <annotationProcessorPath >
Original file line number Diff line number Diff line change 11spring.jpa.defer-datasource-initialization =true
2- spring.aot.repositories.enabled =true
32# 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
54
Original file line number Diff line number Diff line change 3939 <jvm .enable-preview></jvm .enable-preview>
4040 <maven .compiler.source>25</maven .compiler.source>
4141 <maven .compiler.target>25</maven .compiler.target>
42- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4342 <spring-data-bom .version>2025.1.0-SNAPSHOT</spring-data-bom .version>
4443 <spring-framework .version>7.0.0-M9</spring-framework .version>
4544 </properties >
125124 <artifactId >awaitility</artifactId >
126125 <version >4.0.2</version >
127126 </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 >
128133 </dependencies >
129134 </dependencyManagement >
130135
You can’t perform that action at this time.
0 commit comments