At the Jetty project we want to have daily/weekly of Opensource project using Jetty but with last SNAPSHOT. To be sure we are not breaking anything :) As our CI environment is based on K8s pods, using localhost for docker images started with testcontainers doesn't work. I just made the changes to get it working (see https://jenkins.webtide.net/job/external_oss/job/spring-boot-build-jetty-9.4.x-snapshot/) and using the testcontainer recommended usage https://www.testcontainers.org/features/networking/#getting-the-container-ip-address.

Another question I have (maybe can be in a separate issue If you prefer?). I looked at implementing this SNAPSHOT build for spring-boot/spring-framework but with the gradle build. Unfortunately I cannot change the jetty version dynamically. I tried different way but as it's using mavenBom and not the usual gradle dependency management system (this doesn't work see script here: https://github.com/jetty-project/external-oss-builds/blob/master/init.gradle.spring-framework) If you have any idea/trick please let me know?

Signed-off-by: olivier lamy olamy@webtide.com

Comment From: olamy

@wilkinsona as you are the main contributor of https://github.com/spring-gradle-plugins/dependency-management-plugin any idea regarding the question about dependencies? Do you prefer create a separate issue for that?

Comment From: wilkinsona

@olamy Hard to say right now as I'm not sure what the problem is. The link you shared above 404s for me. Private repo, perhaps?

Comment From: olamy

@wilkinsona oh sorry it's now public.

Comment From: wilkinsona

@olamy I've opened an issue on that repository with a suggestion.

Comment From: snicoll

Thanks for the PR Olivier!