From 1152ab7bc9f5a8625044d20b1f7586829f6543b2 Mon Sep 17 00:00:00 2001 From: Anthony Bucci Date: Wed, 9 Apr 2025 15:47:31 -0400 Subject: [PATCH] DRYD-1714, add property to control JAXB code generation (#461) * DRYD-1660: Aggregate collections per object (#451) * DRYD-1683: SSO expects typed AttributeValues (#452) Co-authored-by: Anthony Bucci * Include XSAny when searching for candidate usernames * Add unit tests for findSamlAssertionCandidateUsernames * DRYD-1687: Load NAGPRA reports in only core and anthro (#453) * Update Version to 8.1.1 (#454) * Update build release to 8.1.1 * Update cspace-ui release in build properties * SAML SSO unit tests etc. (#455) * Added two unit tests to SecurityUtilsTest to verify the found email address is correct * Removed unused imports in SecurityUtilsTest * Added unit tests for ServicesConfigReader while investigating DRYD-1702 * cleaned up leftover printlns in SecurityUtilsTest * cleaned up imports in SecurityUtilsTest * reorganized methods in ServicesConfigReaderImplTest * refactored findUser method to make it easier to test and prepare it for deprecation of ReponseToken * refactored some useful common code out of SecurityUtilsTest into AbstractSecurityTestBase * refactored some of the SAML-object-creating utility methods * made 'parse' methods public so they can be tested * added unit test to check that 'identifier' probe assertions correctly pull out attribute values * source cleanup: organizing imports, formatting * added .mvn to .gitignore to ignore local, per-developer maven properties --------- Co-authored-by: Anthony Bucci * DRYD-1714: controlling when JAXB code generation runs, using a user-settable property controlling in the plugin execution --------- Co-authored-by: Michael Ritter Co-authored-by: Anthony Bucci --- services/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/pom.xml b/services/pom.xml index f369d9eff..f7414ca6d 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -17,6 +17,7 @@ 0.13.3 cs_default + generate-sources