Commit Graph

8 Commits

Author SHA1 Message Date
Stéphane Nicoll cdd39bafd7 Introduce spring-boot-persistence
This commit adds a spring-boot-persistence module with data technology
independent features. This provides a better home for EntityScan and
PersistenceExceptionTranslationAutoConfiguration.

Closes gh-45328
2025-09-17 14:42:22 +02:00
Andy Wilkinson 567c60289d Revert "Temporarily depend on old low-level Elasticsearch client"
This reverts commit bf76c1e41e.

See gh-46061
2025-08-04 21:01:12 +01:00
Andy Wilkinson bf76c1e41e Temporarily depend on old low-level Elasticsearch client
This works around spring-projects/spring-data-elasticsearch#3144.

See gh-46061
2025-08-04 12:11:06 +01:00
Andy Wilkinson f9ebd0d4fc Migrate from RestClient to new Rest5Client
Closes gh-46061
2025-08-04 10:08:49 +01:00
Moritz Halbritter cfbb90fefd Add nullability annotations to module/spring-boot-data-elasticsearch
See gh-46587
2025-07-30 11:35:46 +02:00
Moritz Halbritter c0f1f641ce Make auto-configurations final and remove public members
Closes gh-32883
2025-07-29 09:48:49 +02:00
Phillip Webb 5e90415880 Rationalize starters following modularization
Update dependencies and starters following modularization. New
starters have been added for each user-facing module.

Closes gh-46245
2025-07-22 18:27:27 +01:00
Phillip Webb decc32dde3 Restructure project directories to better fit Gradle
Closes gh-46358
2025-07-10 17:54:08 -07:00