Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Spring Version Incompatibility #83

@StephenDillon

Description

@StephenDillon

springBootVersion = '2.1.0.RELEASE'
springCloudVersion = 'Greenwich.M2'

compile('com.orientechnologies:spring-data-orientdb-object:0.14-3.0.5-SNAPSHOT')

Cause a error
"You have defined query method in the repository but you don't have no query lookupstrategy defined.
The infrastructure apparently does not support query methods!"

Down grading to below resolved the issues and looks to be working.
implementation('org.springframework.data:spring-data-commons:2.0.8.RELEASE')

Would recommend using the spring cloud bom to help manage the versions
(Gradle Config)
dependencyManagement {
imports {
mavenBom "org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions