Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update spring data (major) #78

Open
wants to merge 1 commit into
base: renovate-latest
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.springframework.data:spring-data-elasticsearch 3.2.12.RELEASE -> 5.3.0 age adoption passing confidence
org.springframework.data:spring-data-commons (source) 2.7.18 -> 3.3.0 age adoption passing confidence

Release Notes

spring-projects/spring-data-elasticsearch (org.springframework.data:spring-data-elasticsearch)

v5.3.0

Compare Source

πŸ“— Links

⭐ New Features

  • Provide document id upon ConversionException #​2879
  • Make calls to create index and mapping in repositories (optionally) lazy. #​2876
  • Allow additional parameters on a delete by query request. #​2865
  • Move the filter part of a CriteriaQuery from post_filter into the created bool query. #​2857
  • How to define Alias field type? #​2845
  • @Field Type Date does not match default format -> strict date formats missing #​2779
  • Add the overload of usingSsl in ClientConfiguration that would accept boolean #​2778
  • [FEATURE] Support Multi search template API #​2704
  • Expose the method to get total shards & successful shards from SearchHits response #​2605
  • Add support for SpEl in @Query #​2083
  • Add has_child and has_parent type queries [DATAES-900] #​1472

🐞 Bug Fixes

  • Refresh policy set at method level is ignored because of a call to doRefresh which does not take into account the method level policy #​2907
  • Order Mode not set correctly through constructor #​2897
  • Unable to set _id in bulk index with raw source documents #​2861
  • Mixing NativeQuery with CriteriaQuery and a Criteria with GeoLocation fails #​2840
  • storeNullValue doesn't work since 5.0 #​2839
  • Can not use method ReactiveElasticsearchTemplate.execute because ReactiveElasticsearchTemplate.ClientCallback is not public #​2814
  • DocumentAdapters converts sort values to string #​2777

πŸ“” Documentation

πŸ”¨ Dependency Upgrades

❀️ Contributors

We'd like to thank all the contributors who worked on this release!

v5.2.6

Compare Source

πŸ“— Links

🐞 Bug Fixes

  • Refresh policy set at method level is ignored because of a call to doRefresh which does not take into account the method level policy #​2907
  • Order Mode not set correctly through constructor #​2897

v5.2.5

Compare Source

πŸ“— Links

v5.2.4

Compare Source

πŸ“— Links

🐞 Bug Fixes

  • Unable to set _id in bulk index with raw source documents #​2861

v5.2.3

Compare Source

πŸ“— Links

🐞 Bug Fixes

  • Mixing NativeQuery with CriteriaQuery and a Criteria with GeoLocation fails #​2840

v5.2.2

Compare Source

πŸ“— Links

🐞 Bug Fixes

  • Can not use method ReactiveElasticsearchTemplate.execute because ReactiveElasticsearchTemplate.ClientCallback is not public #​2814

v5.2.1

Compare Source

πŸ“— Links

🐞 Bug Fixes

  • DocumentAdapters converts sort values to string #​2777

πŸ“” Documentation

  • Fixed the URL for the Spring Data Commons documentation #​2776

πŸ”¨ Dependency Upgrades

❀️ Contributors

We'd like to thank all the contributors who worked on this release!

v5.2.0

Compare Source

πŸ“— Links

⭐ New Features

  • Consider use "exists" replace "get" to check document exists #​2726
  • Introduce adapter for blocking call in ReactiveIndexOperations. #​2723
  • Add a hard way to refresh data #​2722
  • Consider pageable from repository method in stream returning implementation. #​2720
  • Allow customization of the used ElasticsearchTransport. #​2702
  • Support for nanoseconds in DateFormat #​2676
  • Apply IndicesOption settings to Elasticsearch query. #​2641
  • Typo in BaseQueryBuilder.allowNoIndices option setter #​2638
  • Extend BulkFailureException.failedDocuments return type to show more details about failure #​2633
  • Check if saveAll(Flux) can be reverted to user bufferTimeout(). #​2607
  • @MultiField on getter instead of field #​2600
  • Support for FieldType (mapping) version is missing #​2592
  • [illegal_argument_exception] cannot set [search_type] when using [knn] search #​2569
  • Impossible to configure the object mapper for ES 8.0 #​2566
  • Error management on data integrity errors #​2467
  • Updating index mapping automatically #​2465
  • Do I define a runtime field in the search request to carry the parameters of the script? #​2303
  • Define the script in the @ScriptedField annotation #​2035
  • support for nested sort #​1783

🐞 Bug Fixes

  • Fix handling of @Id property in Java records #​2756
  • SimpleElasticsearchRepository - delete no longers supports routing? #​2754
  • Potentially broken sorting in unbounded queries built with NativeQueryBuilder #​2745
  • java.lang.reflect.InaccessibleObjectException: Unable to make private java.util.Optional(java.lang.Object) accessible: module java.base does not "opens java.util" to unnamed module @16f7c8c1 #​2706
  • UpdateQuery withRefreshPolicy not working. #​2692
  • Phrase suggest options score value alway null. #​2681
  • SearchAfter does not support date types, and all types except string types are cast; Will cause pagination exceptions #​2678
  • Always write the index property to a field mapping of type similarity. #​2659
  • Incorrect sink population #​2627
  • Missing GeoDistanceOrder's direction in request #​2601
  • spring-data-elasticsearch:4.4.10 IndicesBoost error #​2598
  • PR https://github.com/spring-projects/spring-data-elasticsearch/pull/2497 might be missing valuable unit test case #​2576

πŸ“” Documentation

πŸ”¨ Dependency Upgrades

❀️ Contributors

We'd like to thank all the contributors who worked on this release!

v5.1.12

Compare Source

πŸ“— Links

v5.1.11

Compare Source

πŸ“— Links

v5.1.10

Compare Source

πŸ“— Links

🐞 Bug Fixes

  • Unable to set _id in bulk index with raw source documents #​2861

πŸ”¨ Dependency Upgrades

v5.1.9

Compare Source

πŸ“— Links

🐞 Bug Fixes

  • Mixing NativeQuery with CriteriaQuery and a Criteria with GeoLocation fails #​2840

v5.1.8

Compare Source

πŸ“— Links

🐞 Bug Fixes

  • Can not use method ReactiveElasticsearchTemplate.execute because ReactiveElasticsearchTemplate.ClientCallback is not public #​2814

v5.1.7

Compare Source

πŸ“— Links

🐞 Bug Fixes

  • DocumentAdapters converts sort values to string #​2777

πŸ”¨ Dependency Upgrades

v5.1.6

Compare Source

πŸ“— Links

🐞 Bug Fixes

  • SimpleElasticsearchRepository - delete no longers supports routing? #​2754
  • Potentially broken sorting in unbounded queries built with NativeQueryBuilder #​2745
  • [5.1] Returned values of runtime fields are null for every field except the last one #​2727

v5.1.5

Compare Source

πŸ“— Links

🐞 Bug Fixes

  • java.lang.reflect.InaccessibleObjectException: Unable to make private java.util.Optional(java.lang.Object) accessible: module java.base does not "opens java.util" to unnamed module @16f7c8c1 #​2706

πŸ”¨ Dependency Upgrades

v5.1.4

Compare Source

πŸ“— Links

🐞 Bug Fixes

  • UpdateQuery withRefreshPolicy not working. #​2692
  • Phrase suggest options score value alway null. #​2681
  • SearchAfter does not support date types, and all types except string types are cast; Will cause pagination exceptions #​2678

v5.1.3

Compare Source

πŸ“— Links

🐞 Bug Fixes

  • Always write the index property to a field mapping of type similarity. #​2659
  • Incorrect sink population #​2627

πŸ”¨ Dependency Upgrades

v5.1.2

Compare Source

πŸ“— Links

🐞 Bug Fixes

  • Missing GeoDistanceOrder's direction in request #​2601
  • spring-data-elasticsearch:4.4.10 IndicesBoost error #​2598

πŸ”¨ Dependency Upgrades

v5.1.1

Compare Source

πŸ“— Links

🐞 Bug Fixes

πŸ“” Documentation

  • [5.1] Documentation misses link to migration page 5.0 -> 5.1. #​2553

πŸ”¨ Dependency Upgrades

v5.1.0

Compare Source

πŸ“— Links

⭐ New Features

  • Add support for composable index templates [DATAES-885] #​1458

🐞 Bug Fixes

  • "NativeQueryBuilder" class : the "withSearchExtensions" function does not set the expected field #​2542

πŸ“” Documentation

v5.0.12

Compare Source

πŸ“— Links

🐞 Bug Fixes

  • SimpleElasticsearchRepository - delete no longers supports routing? #​2754
  • Potentially broken sorting in unbounded queries built with NativeQueryBuilder #​2745
  • [5.1] Returned values of runtime fields are null for every field except the last one #​2727

v5.0.11

Compare Source

πŸ“— Links

🐞 Bug Fixes

  • java.lang.reflect.InaccessibleObjectException: Unable to make private java.util.Optional(java.lang.Object) accessible: module java.base does not "opens java.util" to unnamed module @16f7c8c1 #​2706

πŸ”¨ Dependency Upgrades

v5.0.10

Compare Source

πŸ“— Links

🐞 Bug Fixes

  • UpdateQuery withRefreshPolicy not working. #​2692
  • Phrase suggest options score value alway null. #​2681
  • SearchAfter does not support date types, and all types except string types are cast; Will cause pagination exceptions #​2678

v5.0.9

Compare Source

πŸ“— Links

🐞 Bug Fixes

  • Always write the index property to a field mapping of type similarity. #​2659
  • Incorrect sink population #​2627

πŸ”¨ Dependency Upgrades

v5.0.8

Compare Source

πŸ“— Links

🐞 Bug Fixes

  • Missing GeoDistanceOrder's direction in request #​2601
  • spring-data-elasticsearch:4.4.10 IndicesBoost error #​2598

πŸ”¨ Dependency Upgrades

v5.0.7

Compare Source

πŸ“— Links

πŸ”¨ Dependency Upgrades

v5.0.6

Compare Source

πŸ“— Links

🐞 Bug Fixes

  • "NativeQueryBuilder" class : the "withSearchExtensions" function does not set the expected field #​2542

v5.0.5

Compare Source

πŸ“— Links

🐞 Bug Fixes

πŸ”¨ Dependency Upgrades

v5.0.4

Compare Source

πŸ“— Links

v5.0.3

Compare Source

πŸ“— Links

πŸ”¨ Dependency Upgrades

v5.0.2

Compare Source

πŸ“— Links

🐞 Bug Fixes

  • @Query annotated repository method does not use Sort parameter #​2449
  • ReactiveIndicesTemplate: Refresh not called on bound indices #​2441
  • Runtime field from mappings not mapped into returned entity #​2431

πŸ”¨ Dependency Upgrades

v5.0.1

Compare Source

πŸ“— Links

🐞 Bug Fixes

  • findAllById is limited default elasticsearch response size and not iterable size #​2417
  • fix bug: IndexQuery's id get ignored in bulkIndexOperation #​2407
  • Kotlin Flow as return type for repository methods causes an exception #​2386

❀️ Contributors

We'd like to thank all the contributors who worked on this release!

v5.0.0

Compare Source

πŸ“— Links

🐞 Bug Fixes

  • bulk operations must prefer index set on individual query #​2362
  • Fix mappedName for Dynamic.INHERIT #​2359

πŸ“” Documentation

v4.4.18

Compare Source

πŸ“— Links

v4.4.17

Compare Source

πŸ“— Links

πŸ”¨ Dependency Upgrades

v4.4.16

Compare Source

πŸ“— Links

v4.4.15

Compare Source

πŸ“— Links

πŸ”¨ Dependency Upgrades

v4.4.14

Compare Source

πŸ“— Links

πŸ”¨ Dependency Upgrades

v4.4.13

Compare Source

πŸ“— Links

πŸ”¨ Dependency Upgrades

v4.4.12

Compare Source

πŸ“— Links

v4.4.11

Compare Source

πŸ“— Links

🐞 Bug Fixes

πŸ”¨ Dependency Upgrades

v4.4.10

Compare Source

πŸ“— Links

v4.4.9

Compare Source

πŸ“— Links

πŸ”¨ Dependency Upgrades

v4.4.8

Compare Source

πŸ“— Links

🐞 Bug Fixes

  • @Query annotated repository method does not use Sort parameter #​2449

v4.4.7

Compare Source

πŸ“— Links

🐞 Bug Fixes

  • findAllById is limited default elasticsearch response size and not iterable size #​2417

v4.4.6

Compare Source

πŸ“— Links

🐞 Bug Fixes

  • Fix mappedName for Dynamic.INHERIT #​2359
  • query criteria is converted twice wrongly for custom @ValueConverter #​2338

v4.4.5

Compare Source

πŸ“— Links

v4.4.4

Compare Source

πŸ“— Links

⭐ New Features

  • update document partially by specified entity #​2304

🐞 Bug Fixes

  • [4.x] Prefer config supplied content-type and accept header in reactive client. #​2327
  • Backslashes in collections in @Query-annotated methods are not escaped #​2326

v4.4.3

Compare Source

πŸ“— Links

🐞 Bug Fixes

  • Fix NPE in RequestFactory when language in UpdateQuery is not set (4.4.x). #​2287
  • spring data elasticsearch can't deserialize "single or array" object field #​2280
  • Incorrect Update API Path #​2276
  • Don't try to write readonly id property after indexing #​2230
  • Spring Data Elasticsearch: ClassCastException thrown in existsBy* repository method #​2162

v4.4.2

Compare Source

πŸ“— Links

🐞 Bug Fixes

  • RequestFactory#updateByQueryRequest creates request with only the first index from IndexCoordinates #​2191
  • @Query annotation fails to parse Collection parameters in ReactiveRepository #​2135

v4.4.1

Compare Source

πŸ“— Links

🐞 Bug Fixes

πŸ”¨ Dependency Upgrades

v4.4.0

Compare Source

πŸ“— Links

v4.3.10

Compare Source

πŸ“— Links

🐞 Bug Fixes

v4.3.9

Compare Source

πŸ“— Links

v4.3.8

Compare Source

πŸ“— Links

🐞 Bug Fixes

  • Backslashes in collections in @Query-annotated methods are not escaped #​2326

v4.3.7

Compare Source

πŸ“— Links

🐞 Bug Fixes

  • spring data elasticsearch can't deserialize "single or array" object field #​2280
  • Incorrect Update API Path #​2276
  • Spring Data Elasticsearch: ClassCastException thrown in existsBy* repository method #​2162

v4.3.6

Compare Source

πŸ“— Links

🐞 Bug Fixes

  • RequestFactory#updateByQueryRequest creates request with only the first index from IndexCoordinates #​2191
  • @Query annotation fails to parse Collection parameters in ReactiveRepository [#​2135](https://togith

Configuration

πŸ“… Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-spring-data branch 5 times, most recently from 657c43b to 8cbae46 Compare October 23, 2023 11:38
@renovate renovate bot force-pushed the renovate/major-spring-data branch 3 times, most recently from 4721c69 to fd1c7bc Compare October 30, 2023 10:28
@renovate renovate bot force-pushed the renovate/major-spring-data branch from fd1c7bc to 3cb2870 Compare November 3, 2023 13:54
@renovate renovate bot force-pushed the renovate/major-spring-data branch 11 times, most recently from a2c672e to a231c9b Compare November 22, 2023 13:28
@renovate renovate bot force-pushed the renovate/major-spring-data branch 3 times, most recently from 2aef2b9 to 600245d Compare November 30, 2023 17:20
@renovate renovate bot force-pushed the renovate/major-spring-data branch from 600245d to 3869a34 Compare December 4, 2023 10:03
@renovate renovate bot force-pushed the renovate/major-spring-data branch 2 times, most recently from 06f05ed to ff352a8 Compare December 15, 2023 16:13
@renovate renovate bot force-pushed the renovate/major-spring-data branch from ff352a8 to 19053ee Compare January 2, 2024 09:11
@renovate renovate bot force-pushed the renovate/major-spring-data branch 5 times, most recently from 1afdd30 to a9a7d1b Compare February 7, 2024 16:20
@renovate renovate bot force-pushed the renovate/major-spring-data branch 2 times, most recently from 03a45bb to a234cee Compare February 22, 2024 13:00
@renovate renovate bot force-pushed the renovate/major-spring-data branch 2 times, most recently from 1fb4722 to 2a0b090 Compare March 11, 2024 10:53
@renovate renovate bot force-pushed the renovate/major-spring-data branch 3 times, most recently from 4195e27 to 6c690b4 Compare March 20, 2024 10:08
@renovate renovate bot force-pushed the renovate/major-spring-data branch 6 times, most recently from 091aa19 to a32ac7e Compare March 25, 2024 15:07
@renovate renovate bot force-pushed the renovate/major-spring-data branch from a32ac7e to c0cb2f2 Compare April 12, 2024 09:37
@renovate renovate bot force-pushed the renovate/major-spring-data branch from c0cb2f2 to e9c0a2a Compare April 23, 2024 11:00
@renovate renovate bot force-pushed the renovate/major-spring-data branch 6 times, most recently from 96a6f2d to 8d1d071 Compare May 7, 2024 09:27
@renovate renovate bot force-pushed the renovate/major-spring-data branch 2 times, most recently from 546a294 to 20b9afd Compare May 17, 2024 12:17
@renovate renovate bot force-pushed the renovate/major-spring-data branch from 20b9afd to a079555 Compare June 3, 2024 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants