Merge branch '3.5.x' into 4.0.x

Closes gh-50278
This commit is contained in:
Phillip Webb
2026-05-01 17:48:05 -07:00
@@ -68,7 +68,7 @@ public class RepositoryTransformersExtension {
if (repository.getName().startsWith("spring-commercial-")) {
String host = repository.getUrl().getHost();
hostCredentials.put(host,
new MavenCredential("${env.COMMERCIAL_REPO_USERNAME}", "${env.COMMERCIAL_REPO_PASSWORD"));
new MavenCredential("${env.COMMERCIAL_REPO_USERNAME}", "${env.COMMERCIAL_REPO_PASSWORD}"));
}
});
return transform(line, hostCredentials.entrySet(), (entry,