bamboo.yml in authentication module , JDK 24 job using wrong Docker image?

Heya everyone !

While going through the bamboo-specs/bamboo.yml in the authentication module, I noticed something that looked like it might be a copy-paste issue-the “Build and Test JDK 24” job seems to be using maven:3.9.9-amazoncorretto-11 as the Docker image instead of amazoncorretto-24. Both the JDK 24 and JDK 11 jobs end up running the same image.

I also noticed that build.yml in GitHub Actions tests against Java 25, but bamboo.yml only goes up to JDK 24, not sure if that’s intentional or just hasn’t been updated yet ??

Is this something worth fixing or is there a reason behind it? Happy to open a PR if it would help, let me be guided otherwise !

Thankyouu!

Nice catch, @singhhshubhangii1!

It does look like the JDK 24 job is using a JDK 11 Docker image, which could be a copy-paste issue. Ideally, it should match the JDK version used in the job.

The difference with GitHub Actions using Java 25 might be intentional, but it would be good to confirm.

This looks like a valid improvement if it’s not intentional :slightly_smiling_face: