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

Update source/target to 1.8+ #236

Closed
pradeesh-kumar opened this issue Mar 18, 2021 · 4 comments
Closed

Update source/target to 1.8+ #236

pradeesh-kumar opened this issue Mar 18, 2021 · 4 comments
Milestone

Comments

@pradeesh-kumar
Copy link

The source and target level specified as 1.6 in pom.xml. This restricts contributors from using the latest features of Java. Can this be changed to 1.8 or 11?

`
<plugin>

<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
    <source>1.6</source>
    <target>1.6</target>
</configuration>

</plugin>
`

@garyrussell
Copy link
Contributor

garyrussell commented Mar 18, 2021

This will need a bump to 2.0; we can't change the java version in a patch or minor release.

#184

@mdeinum
Copy link

mdeinum commented Jan 19, 2022

Now that Spring 6 and Spring Boot 3 are in development and using Java 17 as a baseline, this might be an opportunity to start version 2.0 of spring-retry and bump the baseline to java17.

@garyrussell
Copy link
Contributor

@mdeinum Yes; we have started a discussion on that internally.

@artembilan
Copy link
Member

Has been fixed via: #286

@artembilan artembilan added this to the 2.0.0-M1 milestone May 3, 2022
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

4 participants