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 dependency org.springframework.data:spring-data-elasticsearch to v5.3.5 #338

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.springframework.data:spring-data-elasticsearch 5.1.0 -> 5.3.5 age adoption passing confidence

Release Notes

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

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.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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 used by dependabot label Oct 6, 2024
@renovate renovate bot force-pushed the renovate/org.springframework.data-spring-data-elasticsearch-5.x branch from 4ce9ec2 to d3ef9aa Compare October 18, 2024 11:22
@renovate renovate bot changed the title Update dependency org.springframework.data:spring-data-elasticsearch to v5.3.4 Update dependency org.springframework.data:spring-data-elasticsearch to v5.3.5 Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Label used by dependabot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants