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) #165

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 2, 2024

This PR contains the following updates:

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

Release Notes

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

v5.4.1

Compare Source

📗 Links

📔 Documentation

  • [5.4] Update version documentation #​3010

v5.4.0

Compare Source

📗 Links

⭐ New Features

  • Add "took" attribute to SearchHits/ReactiveSearchHits #​2986
  • Support storeNullValue and storeEmptyValue for property that is annotated with @MultiField annotation #​2952
  • [FEATURE PROPOSAL] Allow to customize the mapped type for @InnerField and @Field annotations #​2942
  • spring-data-elasticsearch doesn't support elasticsearch sql #​2683
  • Set alias for an index with annotation upon creation. #​2599

🐞 Bug Fixes

  • Fix GeoHash toString conversion #​3001
  • DeleteQuery > refresh field is unused #​2973
  • Cannot use search_after with field collapse #​2935
  • max dims of dense_vector field type should be increased #​2911

📔 Documentation

  • Bundle Javadoc with Antora documentation site #​2948

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.9 #​2998
  • Upgrade to Maven Wrapper 3.9.8 #​2958

❤️ Contributors

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

v5.3.7

Compare Source

📗 Links

v5.3.6

Compare Source

📗 Links

🐞 Bug Fixes

  • Fix GeoHash toString conversion #​3001

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.9 #​2999

v5.3.5

Compare Source

📗 Links

v5.3.4

Compare Source

📗 Links

🐞 Bug Fixes

  • DeleteQuery > refresh field is unused #​2973

❤️ Contributors

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

v5.3.3

Compare Source

📗 Links

📔 Documentation

  • Bundle Javadoc with Antora documentation site #​2948

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.8 #​2959

❤️ Contributors

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

v5.3.2

Compare Source

📗 Links

🐞 Bug Fixes

  • Cannot use search_after with field collapse #​2935

v5.3.1

Compare Source

📗 Links

🐞 Bug Fixes

  • max dims of dense_vector field type should be increased #​2911

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

  • Upgrade to Maven Wrapper 3.9.6 #​2801

❤️ Contributors

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

v5.2.12

Compare Source

📗 Links

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.9 #​3000

v5.2.11

Compare Source

📗 Links

v5.2.10

Compare Source

📗 Links

v5.2.9

Compare Source

📗 Links

📔 Documentation

  • Bundle Javadoc with Antora documentation site #​2948

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.8 #​2957

❤️ Contributors

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

v5.2.8

Compare Source

📗 Links

v5.2.7

Compare Source

📗 Links

🐞 Bug Fixes

  • max dims of dense_vector field type should be increased #​2911

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

  • Upgrade to Maven Wrapper 3.9.6 #​2799

❤️ 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

  • Migrate documentation site to Antora #​2685
  • Fix some typos in scripted and runtime fields doc. #​2664
  • Fix typo in elasticsearch-repository-queries document. #​2611
  • Fix some typos in object mapping doc. #​2597
  • Documentation update #​2583
  • Check deprecated code. #​2563
  • Fix javadoc issues. #​2561
  • Add documentation for the new 5.2 version in main branch. #​2551

🔨 Dependency Upgrades

  • Upgrade to Elasticsearch REST Client 8.10.3 #​2729
  • Upgrade to Maven Wrapper 3.9.5 #​2714
  • Upgrade to Elasticsearch Rest Client 8.10.2 #​2713
  • Upgrade to OpenWebBeans 4.0 #​2712
  • Upgrade to Maven Wrapper 3.9.4 #​2670
  • Upgrade to Maven Wrapper 3.9.3 #​2615
  • Upgrade to Maven Wrapper 3.9.2 #​2589

❤️ 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

  • Upgrade to Netty 4.1.107.Final #​2871

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

  • Upgrade to Maven Wrapper 3.9.6 #​2800

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

  • Upgrade to Maven Wrapper 3.9.5 #​2715

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

  • Upgrade to Maven Wrapper 3.9.4 #​2669

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

  • Upgrade to Maven Wrapper 3.9.3 #​2614

v5.1.1

Compare Source

📗 Links

🐞 Bug Fixes

📔 Documentation

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

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.2 #​2588

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

  • Upgrade to Maven Wrapper 3.9.5 #​2716

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

  • Upgrade to Maven Wrapper 3.9.4 #​2668

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

  • Upgrade to Maven Wrapper 3.9.3 #​2613

v5.0.7

Compare Source

📗 Links

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.2 #​2587

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

  • Retrieve Offsets of inner_hits #​2521

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.1 #​2519

v5.0.4

Compare Source

📗 Links

v5.0.3

Compare Source

📗 Links

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.0 #​2472

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

  • Upgrade to Maven Wrapper 3.8.7 #​2439

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

  • Update documentation #​2360
  • Replace news and noteworthy with links to the release notes. #​2358

v4.4.18

Compare Source

📗 Links

v4.4.17

Compare Source

📗 Links

🔨 Dependency Upgrades

  • Upgrade to Elasticsearch REST Client 7.17.14 #​2730
  • Upgrade to Maven Wrapper 3.9.5 #​2717

v4.4.16

Compare Source

📗 Links

v4.4.15

Compare Source

📗 Links

🔨 Dependency Upgrades

v4.4.14

Compare Source

📗 Links


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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Oct 2, 2024
@renovate renovate bot force-pushed the renovate/major-spring-data branch 3 times, most recently from 9136688 to 6cc6d9e Compare October 10, 2024 11:03
@renovate renovate bot force-pushed the renovate/major-spring-data branch 2 times, most recently from 07ddcf2 to a84dcac Compare October 18, 2024 11:11
@renovate renovate bot force-pushed the renovate/major-spring-data branch 4 times, most recently from 7bda2de to c99d100 Compare October 29, 2024 22:44
@renovate renovate bot force-pushed the renovate/major-spring-data branch 2 times, most recently from f909bb9 to 5bd58bf Compare November 15, 2024 16:58
@renovate renovate bot force-pushed the renovate/major-spring-data branch 3 times, most recently from b416678 to ba17170 Compare November 28, 2024 12:36
@renovate renovate bot force-pushed the renovate/major-spring-data branch 2 times, most recently from 594adf2 to 47a959b Compare November 29, 2024 12:29
@renovate renovate bot force-pushed the renovate/major-spring-data branch from 47a959b to 47b6d83 Compare December 13, 2024 11:34
@renovate renovate bot force-pushed the renovate/major-spring-data branch from 47b6d83 to 9e38966 Compare December 18, 2024 13:41
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.

0 participants