Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Genesys Backend Genesys Backend
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 25
    • Issues 25
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Genesys PGR
  • Genesys BackendGenesys Backend
  • Issues
  • #517
Closed
Open
Created Apr 27, 2020 by Matija Obreza@mobrezaOwner

ES6 without TransportClient

https://docs.spring.io/spring-data/elasticsearch/docs/3.2.6.RELEASE/reference/html/#elasticsearch.clients says:

The well known TransportClient is deprecated as of Elasticsearch 7 and will be removed in Elasticsearch 8. (see the Elasticsearch documentation). Spring Data Elasticsearch will support the TransportClient as long as it is available in the used Elasticsearch version.

We strongly recommend to use the High Level REST Client instead of the TransportClient.

In this ticket we will migrate away from using TransportClient.

We are seeing strange serialization problems with the current client (like #515 (closed)) and the HighLevelRestClient defaults to Jackson Object mapping that may resolve some of the hidden problems (like UUID serialization hack in 84600c87)

Also please update to spring-data-elasticsearch@3.2.6.RELEASE.

Edited Apr 27, 2020 by Matija Obreza
Assignee
Assign to
Time tracking