From 20b122beab23e144d43acfb8a0c1ce556c193be4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 24 Jun 2026 23:23:13 +0000 Subject: [PATCH 1/2] Initial plan From 4f66d53a9d27f54f252bf10cf0bfc4db6635136a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 24 Jun 2026 23:32:34 +0000 Subject: [PATCH 2/2] Fix Jakarata typo in SAML FAT comment --- .../fat/commonTest/actions/JakartaEE9SAMLRepeatAction.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/com.ibm.ws.security.saml.sso_fat.common/src/com/ibm/ws/security/saml20/fat/commonTest/actions/JakartaEE9SAMLRepeatAction.java b/dev/com.ibm.ws.security.saml.sso_fat.common/src/com/ibm/ws/security/saml20/fat/commonTest/actions/JakartaEE9SAMLRepeatAction.java index bd107aa08bd..67dfb83f537 100644 --- a/dev/com.ibm.ws.security.saml.sso_fat.common/src/com/ibm/ws/security/saml20/fat/commonTest/actions/JakartaEE9SAMLRepeatAction.java +++ b/dev/com.ibm.ws.security.saml.sso_fat.common/src/com/ibm/ws/security/saml20/fat/commonTest/actions/JakartaEE9SAMLRepeatAction.java @@ -13,7 +13,7 @@ package com.ibm.ws.security.saml20.fat.commonTest.actions; /** - * The SAML FATs take too long to run if we try to run all of the tests with Jakarata EE9 enabled. + * The SAML FATs take too long to run if we try to run all of the tests with Jakarta EE9 enabled. * So, we'll run the tests in lite mode with Jakarta EE9 and run the tests without it in full mode. */ import com.ibm.websphere.simplicity.log.Log;