NoSuchMethodError

Hello,
I am using Camunda 7.11 for which I have following on my build.gradle

compile ‘org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter-webapp:3.3.1’
compile ‘org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter-rest:3.3.1’
compile ‘org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter-test:3.3.1’
compile ‘com.oracle.database.jdbc:ojdbc10:19.7.0.0’
compile ‘org.springframework.boot:spring-boot-starter-jdbc:2.1.5.RELEASE’
compile ‘org.camunda.spin:camunda-spin-dataformat-all:1.7.4’
compile ‘org.camunda.bpm:camunda-engine-plugin-spin:7.11.0’
compile ‘org.camunda.spin:camunda-spin-core:1.7.4’
compile ‘org.camunda.spin:camunda-spin-dataformat-json-jackson:1.7.4’
compile ‘org.camunda.spin:camunda-spin-dataformat-xml-dom:1.7.4’
testCompile ‘org.camunda.bpm.extension:camunda-bpm-assert-scenario:0.2’

However I am getting java.lang.NoSuchMethodError: ‘boolean org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl.isDeserializationTypeValidationEnabled()’ when trying to change defaultserializationformat.

Is the SPIN version I am using the correct one for Camunda 7.11. Can you please let me know.

Would you please share your gradle file.

compile “commons-httpclient:commons-httpclient:3.1”
compile(“commons-lang:commons-lang:2.5”)
compile(“commons-logging:commons-logging:1.1.1”)
compile(“commons-io:commons-io:1.4”)
compile (“org.jdom2:jdom:2.0.4”)
compile “org.springframework:spring-jms”
compile “javax.jms:javax.jms-api:2.0.1”
compile “org.apache.commons:commons-pool2:2.0”
compile “org.codehaus.jettison:jettison:1.3.8”
compile “org.codehaus.janino:janino:3.0.5”

compile group: ‘javax.xml.bind’, name: ‘jaxb-api’, version: ‘2.3.0’
compile group: ‘javax.xml.soap’, name: ‘javax.xml.soap-api’, version: ‘1.4.0’
compile group: ‘javax.activation’, name: ‘javax.activation-api’, version: ‘1.2.0’
compile group: ‘javax.xml.ws’, name: ‘jaxws-api’, version: ‘2.2.8’

compile “org.springframework.boot:spring-boot-starter-freemarker:1.4.2.RELEASE”
compile “org.freemarker:freemarker:2.3.25-incubating”

compile ‘org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter-webapp:3.3.1’
compile ‘org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter-rest:3.3.1’
compile ‘org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter-test:3.3.1’
compile ‘com.oracle.database.jdbc:ojdbc10:19.7.0.0’
compile ‘org.springframework.boot:spring-boot-starter-jdbc:2.1.5.RELEASE’
compile ‘org.camunda.spin:camunda-spin-dataformat-all:1.7.4’
compile ‘org.camunda.bpm:camunda-engine-plugin-spin:7.11.0’
compile ‘org.camunda.spin:camunda-spin-core:1.7.4’
compile ‘org.camunda.spin:camunda-spin-dataformat-json-jackson:1.7.4’
compile ‘org.camunda.spin:camunda-spin-dataformat-xml-dom:1.7.4’
testCompile ‘org.camunda.bpm.extension:camunda-bpm-assert-scenario:0.2’

Can anyone help on this issue? Any pointers, still facing the same.

Are you still using version V7.11? Try using latest version and check issue is resolved it or not.