-
Notifications
You must be signed in to change notification settings - Fork 310
Closed
Labels
status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid
Description
Sergiy Morenets opened DATACASS-781 and commented
Hi
I have very simple Spring Data Cassandra project that uses JDK 14.0.1
Here is Maven dependencies:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-cassandra</artifactId>
<version>2.3.1.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>2.3.1.RELEASE</version>
</dependency>
However when I run this Spring Boot application I get fatal exception:
java.lang.NoClassDefFoundError: Could not initialize class org.codehaus.groovy.vmplugin.v7.Java7
at org.codehaus.groovy.vmplugin.VMPluginFactory.<clinit>(VMPluginFactory.java:43)
If I downgrade to JDK 13.0.2 then application starts successfully
Affects: 3.0.1 (Neumann SR1)
Metadata
Metadata
Assignees
Labels
status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid