Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spring-cloud-kubernetes version that support java 8 #1576

Closed
dniald opened this issue Feb 15, 2024 · 4 comments
Closed

spring-cloud-kubernetes version that support java 8 #1576

dniald opened this issue Feb 15, 2024 · 4 comments

Comments

@dniald
Copy link

dniald commented Feb 15, 2024

i use java 8 in my project due to old legacy of the app. I try to use spring-cloud-starter-kubernetes-client but got the error below.

in pom.xml:

<!-- https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-kubernetes-client -->
<dependency>
  <groupId>org.springframework.cloud</groupId>
	<artifactId>spring-cloud-starter-kubernetes-client</artifactId>
	<version>3.1.0</version>
 </dependency>

Error logs:

image
@ryanjbaxter
Copy link
Contributor

We no longer support a version of Spring Cloud that supports Java 8. We currently only support Spring Cloud 2023.0.x which requires Java 17.

@ryanjbaxter
Copy link
Contributor

The last version of Spring Cloud which supported Java 8 is 2021.0.9, but like I said we no longer support that version

@dniald
Copy link
Author

dniald commented Feb 15, 2024

is this meaning this version below is the latest version that support java 8?

org.springframework.cloud spring-cloud-starter-kubernetes-client 2.0.4

@ryanjbaxter
Copy link
Contributor

I believe so

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants