58 Commits

Author SHA1 Message Date
Andy Wilkinson
6bf95fa22e Merge branch '3.3.x' 2024-10-21 11:23:15 +01:00
Andy Wilkinson
34b85f1314 Merge branch '3.2.x' into 3.3.x 2024-10-21 11:21:29 +01:00
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
Andy Wilkinson
561155bfa2 Polish "Add test for fragments API"
See gh-249
2024-10-21 10:47:46 +01:00
Christoph Strobl
ab0ff54ae7 Add test for fragments API
See gh-249
2024-10-21 10:47:26 +01:00
Andy Wilkinson
c5962e2a66 Update expectations following the NBT upgrade 2024-09-12 08:10:54 +01:00
Andy Wilkinson
dc0b3ce4d5 Note that data:data-jdbc-h2-kotlin:nativeTest is expected to fail 2024-09-06 14:50:26 +01:00
Moritz Halbritter
c2433dca5d Merge branch '3.3.x' 2024-08-22 09:11:46 +02:00
Moritz Halbritter
935fe2e6a7 Polish "Add smoke test for Spring Data Commons Web Support"
See gh-228
2024-08-22 09:09:01 +02:00
Christoph Strobl
213819fb47 Add smoke test for Spring Data Commons Web Support
Add tests to verify Jackson serialization of Page instances work using the PageModule.

See gh-228
2024-08-22 09:02:49 +02:00
Christoph Strobl
1468c8b9b7 Work around hibernate 6.6 behaviour change
See gh-242
2024-08-21 10:42:04 +01:00
Moritz Halbritter
12313725ac Merge branch '3.2.x' into 3.3.x 2024-07-30 08:45:55 +02: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
9921e6dd5c Merge branch '3.2.x' into 3.3.x 2024-07-25 10:56:54 +01: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
4725719d47 Configure Java version and remove failure expectation
data:data-jdbc-h2-kotlin:nativeTest should pass with NBT 0.10.1+ and
GraalVM 22.
2024-05-29 10:39:18 +01:00
Andy Wilkinson
31027e1a90 Merge branch '3.2.x' 2024-05-23 14:08:28 +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
Christoph Strobl
0a947239ee Upgrade failure expectations after reachability metadata upgrade
See gh-222
2024-05-15 14:52:11 +01:00
Moritz Halbritter
3f105e559a Merge branch '3.2.x' 2024-04-19 13:42:47 +02: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
Christoph Strobl
953fb61ad2 Expect JPA smoke tests to fail when using Hibernate 6.5.0.CR1
See https://github.com/oracle/graalvm-reachability-metadata/issues/477

See gh-214
2024-04-11 15:11:59 +01:00
Christoph Strobl
c6fd948c14 Adapt pattern to changes in Spring Data
Adapt the affected smoke test to the changes made for
spring-projects/spring-data-commons#2531.

See gh-211
2024-03-27 15:27:57 +00: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