40 Commits

Author SHA1 Message Date
Andy Wilkinson
30a623a98c Merge branch '3.1.x' into 3.2.x 2024-10-21 11:19:54 +01:00
Andy Wilkinson
639ae77b44 Merge branch '3.0.x' into 3.1.x 2024-10-21 11:18:47 +01:00
Andy Wilkinson
ca2f9008d6 Add copyright/license headers to Java and Kotlin source files
Closes gh-250
2024-10-21 11:17:51 +01:00
Christoph Strobl
39ee45608a Add tests for default sorting with MongoDB
Smoke test for spring-projects/spring-data-mongodb#4744

See gh-230
2024-07-30 08:45:20 +02:00
Andy Wilkinson
f37d086087 Merge branch '3.1.x' into 3.2.x 2024-07-25 10:56:22 +01:00
Andy Wilkinson
87afbc4527 Merge branch '3.0.x' into 3.1.x 2024-07-25 10:42:27 +01:00
Andy Wilkinson
7dbb2cbba8 Enable compile linting and treat warnings as errors
Closes gh-232
2024-07-25 10:11:40 +01:00
Andy Wilkinson
d0537542a1 Mark data:data-jdbc-h2-kotlin:nativeTest as being expected to fail 2024-05-23 14:08:18 +01:00
Moritz Halbritter
f444a463a4 Merge branch '3.1.x' into 3.2.x 2024-04-19 13:42:36 +02:00
Moritz Halbritter
01941e5d31 Polish "Add test for data-redis Jackson2 backed hash mapper"
See gh-204
2024-04-19 13:41:16 +02:00
Christoph Strobl
c19dbb2584 Add test for data-redis Jackson2 backed hash mapper
Data Redis HashMapper relies on internal Jackson2 node types.

Related to: spring-projects/spring-data-redis#2838

See gh-204
2024-04-19 13:34:20 +02:00
Andy Wilkinson
8504e38470 Polish override of Cassandra Java Driver version
See gh-209
2024-03-24 12:08:44 +00:00
Andy Wilkinson
e017b384cd Merge branch '3.1.x' into 3.2.x 2024-03-21 16:02:02 +00:00
Andy Wilkinson
b0247f73b8 Restore override of Cassandra Java Driver version
Closes gh-209
2024-03-21 16:00:06 +00:00
Andy Wilkinson
14bccfeaa2 Merge branch '3.1.x' into 3.2.x 2024-03-20 10:41:28 +00:00
Andy Wilkinson
9efd87bf37 Use enforcedPlatform to ensure use of Boot and Cloud's managed versions
Closes gh-207
2024-03-20 10:35:17 +00:00
Christoph Strobl
12f0884c6f Add smoke test for projections
See gh-205
2024-02-27 09:10:01 +01:00
Christoph Strobl
b6b79f717b Fix assertion to match changed hibernate rendering
See gh-202
2024-01-30 08:39:53 +01:00
Sébastien Deleuze
a0f3aa5a17 Add a reproducer for spring-projects/spring-framework#31534 2023-11-07 11:45:57 +01:00
Moritz Halbritter
fd8ba7a43f Polish "Add smoketests for relevant Neo4j features"
See gh-190
2023-10-11 11:41:43 +02:00
Michael Simons
d8c4090cbb Add smoketests for relevant Neo4j features
See gh-190
2023-10-11 11:03:14 +02:00
Christian Köberl
c9123c66c7 Test that JPA repositories work when called in an init method
See oracle/graalvm-reachability-metadata#324 and
spring-projects/spring-framework#31050

See gh-183
2023-09-21 12:49:43 +01:00
Sébastien Deleuze
094d380542 Add a reproducer for spring-projects/spring-framework#29603
See gh-188
2023-09-21 12:47:43 +01:00
Sébastien Deleuze
56263e759c Add a reproducer for spring-projects/spring-framework#31050
The related error happen with Hibernate 6.2 with
custom find methods on non-transactional use cases.

See gh-188
2023-09-21 12:47:36 +01:00
Moritz Halbritter
920a52d30e Polish "Override Datastax Cassandra driver to 4.17.0"
See gh-185
2023-08-16 14:06:48 +02:00
Chris Bono
b489f904f2 Override Datastax Cassandra driver to 4.17.0
The driver will not be updated in Spring Data Cassandra `4.1.x` which
means this change represents and verifies the workaround (not the fix)
that allows `nativeCompile` to succeed for SDC 4.1.x users.

See gh-185
2023-08-16 14:06:38 +02:00
Moritz Halbritter
1759b0822f Remove 'version' field from docker-compose files
Docker Compose v2 doesn't need that anymore, see
https://docs.docker.com/compose/compose-file/04-version-and-name/
2023-08-10 09:20:52 +02:00
Andy Wilkinson
0005963627 Polish Gradle build scripts
Improve consistency of whitespace and quotes
2023-05-26 11:07:04 +01:00
Moritz Halbritter
f5297f0434 Add AOT smoke test for @EntityScan
Closes gh-173
2023-05-11 12:02:21 +02:00
Christoph Strobl
99f416cffc Add data-mongo test for lazy loading collection like DBRef.
See: spring-projects/spring-data-mongodb#4351
See gh-176
2023-04-18 11:01:36 +01:00
Christoph Strobl
bd2d9b54ce Add test that uses AbstractPersistable
See gh-161
2023-04-18 10:42:30 +01:00
Christoph Strobl
4fba9ae0cc Add test for result streaming with data-jpa
See gh-171

See: spring-projects/spring-data-jpa#2848
2023-04-18 10:36:31 +01:00
Andy Wilkinson
7ba4bb9a99 Apply formatting update to appTest source set 2023-03-20 15:07:25 +00:00
Andy Wilkinson
5170a2e722 Upgrade to Spring Java Format 0.0.38 2023-03-16 12:35:12 +00:00
Christoph Strobl
759acd00ab Add test for MongoDB multi document transactions
Add missing tests and enable test for lazy loading document references.

See gh-141
2022-12-02 13:24:49 +01:00
Moritz Halbritter
38de913b1a Increase cassandra timeouts
Closes gh-156
2022-11-25 13:39:46 +01:00
Moritz Halbritter
0d1e182dda Add data-jdbc-h2-kotlin smoke test 2022-11-25 12:05:17 +01:00
Moritz Halbritter
c9227eb23f Extract kotlin version into property 2022-11-25 10:05:43 +01:00
Sébastien Deleuze
38eb56c1b9 Fix data:data-jdbc-h2 formatting 2022-11-03 11:35:20 +01:00
Andy Wilkinson
7112a4b6a4 Reflect grouping in directory structure 2022-10-28 14:36:50 +01:00