From 6db23d19cbd696985b338e84ef1f12b6175690cd Mon Sep 17 00:00:00 2001 From: Jay Hulslander Date: Wed, 22 Apr 2026 14:38:27 -0400 Subject: [PATCH 1/7] KFSPTS-37856 remove extra cruff --- pom.xml | 98 --------------------------------------------------------- 1 file changed, 98 deletions(-) diff --git a/pom.xml b/pom.xml index 2d35640464..0e8ee49da8 100644 --- a/pom.xml +++ b/pom.xml @@ -303,37 +303,6 @@ - - cornell-internal - https://maven.cit.cornell.edu/repository/internal - - true - - - false - - - - cornell-external - https://maven.cit.cornell.edu/repository/external - - true - - - false - - - - cornell-snapshots - https://maven.cit.cornell.edu/repository/snapshots - - false - - - true - always - - kualico.nexus.financials.releases KualiCo Nexus Financials @@ -346,51 +315,8 @@ true - - kualico.nexus.financials.snapshots - KualiCo Nexus Snapshots Financials - https://nexus.kuali.co/nexus/content/repositories/financials-snapshots/ - - true - always - - - false - - - - cornell-internal - https://maven.cit.cornell.edu/repository/internal - - true - - - false - - - - cornell-external - https://maven.cit.cornell.edu/repository/external - - true - - - false - - - - cornell-snapshots - https://maven.cit.cornell.edu/repository/snapshots - - false - - - true - always - - kualico.nexus.financials.releases KualiCo Nexus Financials @@ -403,18 +329,6 @@ true - - kualico.nexus.financials.snapshots - KualiCo Nexus Snapshots Financials - https://nexus.kuali.co/nexus/content/repositories/financials-snapshots/ - - true - always - - - false - - @@ -1808,16 +1722,4 @@ test - - - cornell-internal - https://nexus.kuali.cucloud.net/nexus/content/repositories/internal - - - cornell-snapshots - cornell-snapshots - true - https://nexus.kuali.cucloud.net/nexus/content/repositories/snapshots - - From 1798383be97f1f1a77e07917c816b27f29bcb344 Mon Sep 17 00:00:00 2001 From: Jay Hulslander Date: Wed, 22 Apr 2026 16:04:37 -0400 Subject: [PATCH 2/7] converting over to new model --- pom.xml | 41 ++++++++++++++++++++++++++++------------- 1 file changed, 28 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 0e8ee49da8..fbb25f0e3e 100644 --- a/pom.xml +++ b/pom.xml @@ -304,23 +304,20 @@ - kualico.nexus.financials.releases - KualiCo Nexus Financials - https://nexus.kuali.co/nexus/content/repositories/financials-repos/ - - true - always - - - true - + github + GitHub Packages + https://maven.pkg.github.com/kualico/financials + + + central + https://repo.maven.apache.org/maven2 - kualico.nexus.financials.releases - KualiCo Nexus Financials - https://nexus.kuali.co/nexus/content/repositories/financials-repos/ + github + GitHub Packages + https://maven.pkg.github.com/kualico/financials true always @@ -872,6 +869,15 @@ log4j log4j + + + org.jacorb + jacorb + + + org.jacorb + jacorb-idl + @@ -1000,6 +1006,15 @@ javax.xml.bind jaxb-api + + + com.sun.xml.ws + sdo-eclipselink-plugin + + + commonj.sdo + commonj.sdo + From 501ce4fadb00d96ed69eefa5177dc8bc1b3dd9ff Mon Sep 17 00:00:00 2001 From: Jay Hulslander Date: Thu, 23 Apr 2026 16:20:38 -0400 Subject: [PATCH 3/7] cleaning up some stuff --- pom.xml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/pom.xml b/pom.xml index fbb25f0e3e..ed8d05867c 100644 --- a/pom.xml +++ b/pom.xml @@ -20,14 +20,9 @@ ${project.artifactId} true **/*Test.java.bogus - 2024-09-25 - 2.2 10.17.0 - 3.2 1.9.0 2.10.1 @@ -1149,11 +1144,6 @@ - - org.apache.cxf cxf-rt-frontend-jaxrs @@ -1607,14 +1597,6 @@ - - - javax.ws.rs javax.ws.rs-api @@ -1703,10 +1685,6 @@ jakarta.el-api ${jakarta.el.el-api.version} - - com.prowidesoftware pw-iso20022 From 2332995a94aeaa534d9d15721e8a2a569ad4fc81 Mon Sep 17 00:00:00 2001 From: Jay Hulslander Date: Fri, 24 Apr 2026 08:41:11 -0400 Subject: [PATCH 4/7] test --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index ed8d05867c..c318c54489 100644 --- a/pom.xml +++ b/pom.xml @@ -1,3 +1,5 @@ + + From a5e2426821bdc42db69a467192f21f6c23ad509a Mon Sep 17 00:00:00 2001 From: Jay Hulslander Date: Fri, 24 Apr 2026 08:41:29 -0400 Subject: [PATCH 5/7] Revert "test" This reverts commit 2332995a94aeaa534d9d15721e8a2a569ad4fc81. --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index c318c54489..ed8d05867c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,3 @@ - - From 726b36049f26ba301e7a46f97cfd7d9d9bd3b0cc Mon Sep 17 00:00:00 2001 From: Jay Hulslander Date: Wed, 13 May 2026 08:27:25 -0400 Subject: [PATCH 6/7] getting unit tests to run at the same time --- .../supplier/xml/SupplierSyncMessageCornellTest.java | 6 +++++- .../supplier/xml/SupplierSyncMessageJaggaerTest.java | 6 +++++- .../jaggaer/supplier/xml/SupplierSyncMessageTestBase.java | 6 ++++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/test/java/edu/cornell/kfs/module/purap/jaggaer/supplier/xml/SupplierSyncMessageCornellTest.java b/src/test/java/edu/cornell/kfs/module/purap/jaggaer/supplier/xml/SupplierSyncMessageCornellTest.java index 86968b30e8..8f28d9d40a 100644 --- a/src/test/java/edu/cornell/kfs/module/purap/jaggaer/supplier/xml/SupplierSyncMessageCornellTest.java +++ b/src/test/java/edu/cornell/kfs/module/purap/jaggaer/supplier/xml/SupplierSyncMessageCornellTest.java @@ -39,6 +39,10 @@ public class SupplierSyncMessageCornellTest extends SupplierSyncMessageTestBase private static final String RESPONSE_GOOD_FILE_EXAMPLE = "SupplierSyncMessage-ResponseMessage-CornellTestData-response-good.xml"; private static final String RESPONSE_BAD_FILE_EXAMPLE = "SupplierSyncMessage-ResponseMessage-CornellTestData-response-bad.xml"; + protected String buildFullOutputFilePath() { + return "test/SupplierSyncMessageCornellTest/"; + } + @ParameterizedTest @MethodSource("testSupplierSyncMessageArguments") void testSupplierSyncMessage(String fileName, boolean requestTest, boolean goodResponseStatus) throws JAXBException, IOException, SAXException { @@ -56,7 +60,7 @@ void testSupplierSyncMessage(String fileName, boolean requestTest, boolean goodR supplierSyncMessage.setHeader(buildResponseHeader()); } - File actualXmlFile = marshalService.marshalObjectToXMLFragment(supplierSyncMessage, OUTPUT_FILE_PATH + "test.xml"); + File actualXmlFile = marshalService.marshalObjectToXMLFragment(supplierSyncMessage, buildFullOutputFilePath() + "test.xml"); CuXMLUnitTestUtils.compareXML(expectedRequestXmlFile, actualXmlFile); validateFileContainsExpectedHeader(actualXmlFile); } diff --git a/src/test/java/edu/cornell/kfs/module/purap/jaggaer/supplier/xml/SupplierSyncMessageJaggaerTest.java b/src/test/java/edu/cornell/kfs/module/purap/jaggaer/supplier/xml/SupplierSyncMessageJaggaerTest.java index a91b641e68..afdc1a2aa0 100644 --- a/src/test/java/edu/cornell/kfs/module/purap/jaggaer/supplier/xml/SupplierSyncMessageJaggaerTest.java +++ b/src/test/java/edu/cornell/kfs/module/purap/jaggaer/supplier/xml/SupplierSyncMessageJaggaerTest.java @@ -21,6 +21,10 @@ public class SupplierSyncMessageJaggaerTest extends SupplierSyncMessageTestBase private static final String TEXT_OF_ERROR_MESSAGE = "Text of error message"; private static final String REQUEST_FILE_EXAMPLE = "SupplierSyncMessage-RequestMessage-JaggaerTestData.xml"; private static final String RESPONSE_FILE_EXAMPLE = "SupplierSyncMessage-ResponseMessage-JaggaerTestData.xml"; + + protected String buildFullOutputFilePath() { + return "test/SupplierSyncMessageJaggaerTest/"; + } @ParameterizedTest @MethodSource("testSupplierSyncMessageArguments") @@ -38,7 +42,7 @@ void testSupplierSyncMessage(String fileName, boolean requestTest) throws JAXBEx supplierSyncMessage.getSupplierSyncMessageItems().add(buildSupplierResponseMessage()); } - File actualXmlFile = marshalService.marshalObjectToXMLFragment(supplierSyncMessage, OUTPUT_FILE_PATH + "test.xml"); + File actualXmlFile = marshalService.marshalObjectToXMLFragment(supplierSyncMessage, buildFullOutputFilePath() + "test.xml"); CuXMLUnitTestUtils.compareXML(expectedRequestXmlFile, actualXmlFile); validateFileContainsExpectedHeader(actualXmlFile); } diff --git a/src/test/java/edu/cornell/kfs/module/purap/jaggaer/supplier/xml/SupplierSyncMessageTestBase.java b/src/test/java/edu/cornell/kfs/module/purap/jaggaer/supplier/xml/SupplierSyncMessageTestBase.java index 4a081bbe8b..ecd2b9aff2 100644 --- a/src/test/java/edu/cornell/kfs/module/purap/jaggaer/supplier/xml/SupplierSyncMessageTestBase.java +++ b/src/test/java/edu/cornell/kfs/module/purap/jaggaer/supplier/xml/SupplierSyncMessageTestBase.java @@ -25,7 +25,7 @@ public abstract class SupplierSyncMessageTestBase { protected static final String INPUT_FILE_PATH = "src/test/resources/edu/cornell/kfs/module/purap/jaggaer/xml/"; - protected static final String OUTPUT_FILE_PATH = "test/jaggaer/supplierSynchMessageTest/"; + //protected static final String OUTPUT_FILE_PATH = "test/jaggaer/supplierSynchMessageTest/"; protected CUMarshalService marshalService; private File outputFileDirectory; @@ -34,9 +34,11 @@ public abstract class SupplierSyncMessageTestBase { protected void setUp() throws Exception { Configurator.setLevel(CUMarshalServiceImpl.class, Level.DEBUG); marshalService = new CUMarshalServiceImpl(); - outputFileDirectory = new File(OUTPUT_FILE_PATH); + outputFileDirectory = new File(buildFullOutputFilePath()); FileUtils.forceMkdir(outputFileDirectory); } + + protected abstract String buildFullOutputFilePath(); @AfterEach protected void tearDown() throws Exception { From a4af9524204c7a2b349334180084ea4b0932846a Mon Sep 17 00:00:00 2001 From: Jay Hulslander Date: Wed, 13 May 2026 08:37:12 -0400 Subject: [PATCH 7/7] fixing --- .../purap/jaggaer/supplier/xml/SupplierSyncMessageTestBase.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/java/edu/cornell/kfs/module/purap/jaggaer/supplier/xml/SupplierSyncMessageTestBase.java b/src/test/java/edu/cornell/kfs/module/purap/jaggaer/supplier/xml/SupplierSyncMessageTestBase.java index ecd2b9aff2..bbdfac9c11 100644 --- a/src/test/java/edu/cornell/kfs/module/purap/jaggaer/supplier/xml/SupplierSyncMessageTestBase.java +++ b/src/test/java/edu/cornell/kfs/module/purap/jaggaer/supplier/xml/SupplierSyncMessageTestBase.java @@ -25,7 +25,6 @@ public abstract class SupplierSyncMessageTestBase { protected static final String INPUT_FILE_PATH = "src/test/resources/edu/cornell/kfs/module/purap/jaggaer/xml/"; - //protected static final String OUTPUT_FILE_PATH = "test/jaggaer/supplierSynchMessageTest/"; protected CUMarshalService marshalService; private File outputFileDirectory;