Giter Club home page Giter Club logo

Comments (9)

darrachequesne avatar darrachequesne commented on May 23, 2024 5

Thanks for the details. I'll keep the issue open until a new version of the platform-bom is released.

from spring-data-jpa-datatables.

darrachequesne avatar darrachequesne commented on May 23, 2024 2

@aschaeffer great news! Could you please open a pull request with that fix?

from spring-data-jpa-datatables.

dawnofclarity avatar dawnofclarity commented on May 23, 2024

EDIT: Unfortunately, I have now reproduced the same error :(

FWIW, I just updated my app to Spring Boot 1.5.1 without any issues - are you sure this is related to the datatable plugin?

from spring-data-jpa-datatables.

aschaeffer avatar aschaeffer commented on May 23, 2024

I've fixed it by adding a constructor in org.springframework.data.jpa.datatables.repository.DataTablesRepositoryFactoryBean which calls the super constructor in org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean:

  public DataTablesRepositoryFactoryBean(Class repositoryInterface) {
    super(repositoryInterface);
  }

from spring-data-jpa-datatables.

aschaeffer avatar aschaeffer commented on May 23, 2024

The constructor has changed from Spring Data JPA 1.10.7 to 1.11.0 which is a forward- and backward-incompatible change (see db65da0 and DATACMNS-891).

Therefore both have to be updated at the same time: the constructor (see above) and Spring Boot 1.5.1. Currently the parent maven module is io.spring.platform:platform-bom 2.0.5.RELEASE which depends on Spring Boot 1.3.5. However there is no platform-bom which depends on Spring Boot 1.5.1 currently.

from spring-data-jpa-datatables.

wilkinsona avatar wilkinsona commented on May 23, 2024

However there is no platform-bom which depends on Spring Boot 1.5.1 currently.

Yes there is: Brussels-RELEASE depends on Spring Boot 1.5.1.

from spring-data-jpa-datatables.

liuyatao avatar liuyatao commented on May 23, 2024

@darrachequesne Why not change the code and update the library

from spring-data-jpa-datatables.

darrachequesne avatar darrachequesne commented on May 23, 2024

@wilkinsona thanks!

from spring-data-jpa-datatables.

rpurini avatar rpurini commented on May 23, 2024

Hi, I am not able to download these 5.0.0 version jars from maven repository using following groupId and artifactId.

com.github.darrachequesne spring-data-jpa-datatables 5.0.0

Can you please anyone help me with this?

from spring-data-jpa-datatables.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.