[java-idp-integration-tests] 01/04: Cleanup deprecation
Tom Zeller
tzeller at dragonacea.biz
Wed Oct 15 23:04:45 UTC 2025
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch main
in repository java-idp-integration-tests.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=8d7b3711926700ad82a16812627c92d48ba161b7
commit 8d7b3711926700ad82a16812627c92d48ba161b7
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Oct 14 18:03:08 2025 -0500
Cleanup deprecation
---
.../java/net/shibboleth/idp/integration/tests/util/Route53Helper.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/test/java/net/shibboleth/idp/integration/tests/util/Route53Helper.java b/src/test/java/net/shibboleth/idp/integration/tests/util/Route53Helper.java
index bd3f8f4..c754f83 100644
--- a/src/test/java/net/shibboleth/idp/integration/tests/util/Route53Helper.java
+++ b/src/test/java/net/shibboleth/idp/integration/tests/util/Route53Helper.java
@@ -146,8 +146,8 @@ public class Route53Helper extends AbstractInitializableComponent implements Aut
}
// Get AWS credentials from system properties, environment variables, instance profile, etc.
- final DefaultCredentialsProvider credentials = DefaultCredentialsProvider.create();
-
+ final DefaultCredentialsProvider credentials = DefaultCredentialsProvider.builder().build();
+
// Build Route 53 client
route53Client = Route53Client.builder() //
.region(region) //
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list