spring-projects / spring-security-samples

1.45k stars 700 forks source link

State which version of JDK is required #299

Open mghmay opened 2 months ago

mghmay commented 2 months ago

I just spent an hour chasing my tail just to realise that this project requires JDK 17. Please add it to the read-me. It might also be a good idea to include instructions that you need to install gradle as well. We're not all spring professionals.

yeahfo commented 2 months ago

I just spent an hour chasing my tail just to realise that this project requires JDK 17. Please add it to the read-me. It might also be a good idea to include instructions that you need to install gradle as well. We're not all spring professionals.

Haha! Spring boot3 requires at least jdk17

mghmay commented 2 months ago

Yes but I had JDK 21 which it DOESN'T work with.

yeahfo commented 2 months ago

Yes but I had JDK 21 which it DOESN'T work with.

I also use jdk21, which works very well. You can post the details you have encountered. Maybe I can give advice.