]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
Upgrade spring and spring security. (#365)
authorRay Lee <ray.lee@lyrasis.org>
Thu, 21 Sep 2023 03:53:27 +0000 (23:53 -0400)
committerGitHub <noreply@github.com>
Thu, 21 Sep 2023 03:53:27 +0000 (23:53 -0400)
commitb3b50aad719ac2821617cedc282948f5a5883755
tree8d41de35ceea995045b48338a0c4d3ecddf3d3ce
parent1ee00ed003537767fe39da7f6d70fa08ee88aca3
Upgrade spring and spring security. (#365)
150 files changed:
.gitignore
3rdparty/nuxeo/nuxeo-server/9.10-HF30/lib/jackson-core-2.7.9.jar [deleted file]
build.properties
build.xml
cspace-ui/build.xml
cspace-ui/build_js.sh
cspace-ui/service-ui.ftlh [new file with mode: 0644]
pom.xml
services/IntegrationTests/src/test/java/org/collectionspace/services/IntegrationTests/test/JsonIntegrationTest.java
services/IntegrationTests/src/test/resources/test-data/xmlreplay/xml-replay-master.xml
services/JaxRsServiceProvider/pom.xml
services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CollectionSpaceJaxRsApplication.java
services/JaxRsServiceProvider/src/main/webapp/META-INF/context.xml
services/JaxRsServiceProvider/src/main/webapp/WEB-INF/applicationContext-security.xml
services/JaxRsServiceProvider/src/main/webapp/WEB-INF/oauth-servlet.xml [deleted file]
services/JaxRsServiceProvider/src/main/webapp/WEB-INF/web.xml
services/account/client/src/main/java/org/collectionspace/services/client/AccountClient.java
services/account/jaxb/src/main/resources/accounts_common.xsd
services/account/jaxb/src/main/resources/accounts_common_list.xsd
services/account/service/pom.xml
services/account/service/src/main/java/org/collectionspace/services/account/AccountResource.java
services/account/service/src/main/java/org/collectionspace/services/account/storage/AccountDocumentHandler.java
services/account/service/src/main/java/org/collectionspace/services/account/storage/AccountValidatorHandler.java
services/account/service/src/main/java/org/collectionspace/services/account/storage/csidp/TokenStorageClient.java
services/account/service/src/main/java/org/collectionspace/services/account/storage/csidp/UserStorageClient.java
services/authentication/pstore/src/main/resources/db/postgresql/authentication.sql
services/authentication/service/pom.xml
services/authentication/service/src/main/java/org/collectionspace/authentication/CSpaceAuthenticationSuccessEvent.java
services/authentication/service/src/main/java/org/collectionspace/authentication/CSpaceSaltSource.java [deleted file]
services/authentication/service/src/main/java/org/collectionspace/authentication/CSpaceTenant.java
services/authentication/service/src/main/java/org/collectionspace/authentication/CSpaceUser.java
services/authentication/service/src/main/java/org/collectionspace/authentication/jackson2/CSpaceTenantDeserializer.java [new file with mode: 0644]
services/authentication/service/src/main/java/org/collectionspace/authentication/jackson2/CSpaceUserDeserializer.java [new file with mode: 0644]
services/authentication/service/src/main/java/org/collectionspace/authentication/realm/CSpaceRealm.java
services/authentication/service/src/main/java/org/collectionspace/authentication/realm/db/CSpaceDbRealm.java
services/authentication/service/src/main/java/org/collectionspace/authentication/spring/CSpaceJwtAuthenticationToken.java [new file with mode: 0644]
services/authentication/service/src/main/java/org/collectionspace/authentication/spring/CSpaceLogoutSuccessHandler.java [new file with mode: 0644]
services/authentication/service/src/main/java/org/collectionspace/authentication/spring/CSpacePasswordEncoderFactory.java [new file with mode: 0644]
services/authentication/service/src/main/java/org/collectionspace/authentication/spring/CSpaceUserAttributeFilter.java
services/authentication/service/src/main/java/org/collectionspace/authentication/spring/CSpaceUserAuthenticationConverter.java [deleted file]
services/authentication/service/src/main/java/org/collectionspace/authentication/spring/CSpaceUserDetailsService.java
services/authentication/service/src/main/java/org/collectionspace/authentication/spring/SpringAuthNContext.java
services/authorization-mgt/import/build.xml
services/authorization/pstore/src/main/resources/db/postgresql/README.txt
services/authorization/pstore/src/main/resources/db/postgresql/acl.sql
services/authorization/pstore/src/main/resources/db/postgresql/authorization.sql
services/authorization/service/pom.xml
services/authorization/service/src/main/java/org/collectionspace/services/authorization/spring/CSpaceOAuth2RequestFactory.java [deleted file]
services/common-api/src/main/java/org/collectionspace/services/common/api/Tools.java
services/common/build.xml
services/common/lib/spring/commons-codec-1.10.jar [new file with mode: 0644]
services/common/lib/spring/cryptacular-1.1.4.jar [new file with mode: 0644]
services/common/lib/spring/guava-20.0.jar [new file with mode: 0644]
services/common/lib/spring/httpclient-4.5.13.jar [new file with mode: 0644]
services/common/lib/spring/httpcore-4.4.13.jar [new file with mode: 0644]
services/common/lib/spring/jackson-annotations-2.14.3.jar [new file with mode: 0644]
services/common/lib/spring/jackson-annotations-2.8.0.jar [deleted file]
services/common/lib/spring/jackson-core-2.14.3.jar [new file with mode: 0644]
services/common/lib/spring/jackson-core-2.8.0.jar [deleted file]
services/common/lib/spring/jackson-databind-2.14.3.jar [new file with mode: 0644]
services/common/lib/spring/jackson-databind-2.8.0.jar [deleted file]
services/common/lib/spring/jackson-datatype-jsr310-2.14.3.jar [new file with mode: 0644]
services/common/lib/spring/java-support-7.5.2.jar [new file with mode: 0644]
services/common/lib/spring/joda-time-2.9.jar [new file with mode: 0644]
services/common/lib/spring/metrics-core-3.1.5.jar [new file with mode: 0644]
services/common/lib/spring/nimbus-jose-jwt-9.24.4.jar [new file with mode: 0644]
services/common/lib/spring/opensaml-core-3.4.6.jar [new file with mode: 0644]
services/common/lib/spring/opensaml-messaging-api-3.4.6.jar [new file with mode: 0644]
services/common/lib/spring/opensaml-profile-api-3.4.6.jar [new file with mode: 0644]
services/common/lib/spring/opensaml-saml-api-3.4.6.jar [new file with mode: 0644]
services/common/lib/spring/opensaml-saml-impl-3.4.6.jar [new file with mode: 0644]
services/common/lib/spring/opensaml-security-api-3.4.6.jar [new file with mode: 0644]
services/common/lib/spring/opensaml-security-impl-3.4.6.jar [new file with mode: 0644]
services/common/lib/spring/opensaml-soap-api-3.4.6.jar [new file with mode: 0644]
services/common/lib/spring/opensaml-storage-api-3.4.6.jar [new file with mode: 0644]
services/common/lib/spring/opensaml-xmlsec-api-3.4.6.jar [new file with mode: 0644]
services/common/lib/spring/opensaml-xmlsec-impl-3.4.6.jar [new file with mode: 0644]
services/common/lib/spring/spring-aop-4.3.16.RELEASE.jar [deleted file]
services/common/lib/spring/spring-aop-5.3.28.jar [new file with mode: 0644]
services/common/lib/spring/spring-beans-4.3.16.RELEASE.jar [deleted file]
services/common/lib/spring/spring-beans-5.3.28.jar [new file with mode: 0644]
services/common/lib/spring/spring-context-4.3.16.RELEASE.jar [deleted file]
services/common/lib/spring/spring-context-5.3.28.jar [new file with mode: 0644]
services/common/lib/spring/spring-context-support-4.3.16.RELEASE.jar [deleted file]
services/common/lib/spring/spring-context-support-5.3.28.jar [new file with mode: 0644]
services/common/lib/spring/spring-core-4.3.16.RELEASE.jar [deleted file]
services/common/lib/spring/spring-core-5.3.28.jar [new file with mode: 0644]
services/common/lib/spring/spring-expression-4.3.16.RELEASE.jar [deleted file]
services/common/lib/spring/spring-expression-5.3.28.jar [new file with mode: 0644]
services/common/lib/spring/spring-instrument-4.3.1.RELEASE.jar [deleted file]
services/common/lib/spring/spring-jdbc-4.3.16.RELEASE.jar [deleted file]
services/common/lib/spring/spring-jdbc-5.3.28.jar [new file with mode: 0644]
services/common/lib/spring/spring-security-acl-4.2.5.RELEASE.jar [deleted file]
services/common/lib/spring/spring-security-acl-5.8.4.jar [new file with mode: 0644]
services/common/lib/spring/spring-security-config-4.2.5.RELEASE.jar [deleted file]
services/common/lib/spring/spring-security-config-5.8.4.jar [new file with mode: 0644]
services/common/lib/spring/spring-security-core-4.2.5.RELEASE.jar [deleted file]
services/common/lib/spring/spring-security-core-5.8.4.jar [new file with mode: 0644]
services/common/lib/spring/spring-security-crypto-5.8.4.jar [new file with mode: 0644]
services/common/lib/spring/spring-security-jwt-1.0.4.RELEASE.jar [deleted file]
services/common/lib/spring/spring-security-oauth2-2.0.10.RELEASE.jar [deleted file]
services/common/lib/spring/spring-security-oauth2-authorization-server-0.4.3.jar [new file with mode: 0644]
services/common/lib/spring/spring-security-oauth2-core-5.8.4.jar [new file with mode: 0644]
services/common/lib/spring/spring-security-oauth2-jose-5.8.4.jar [new file with mode: 0644]
services/common/lib/spring/spring-security-oauth2-resource-server-5.8.4.jar [new file with mode: 0644]
services/common/lib/spring/spring-security-saml2-service-provider-5.8.4.jar [new file with mode: 0644]
services/common/lib/spring/spring-security-web-4.2.5.RELEASE.jar [deleted file]
services/common/lib/spring/spring-security-web-5.8.4.jar [new file with mode: 0644]
services/common/lib/spring/spring-tx-4.3.16.RELEASE.jar [deleted file]
services/common/lib/spring/spring-tx-5.3.28.jar [new file with mode: 0644]
services/common/lib/spring/spring-web-4.3.16.RELEASE.jar [deleted file]
services/common/lib/spring/spring-web-5.3.28.jar [new file with mode: 0644]
services/common/lib/spring/spring-webmvc-4.3.16.RELEASE.jar [deleted file]
services/common/lib/spring/xmlsec-2.0.10.jar [new file with mode: 0644]
services/common/pom.xml
services/common/src/main/cspace/config/services/service-config-security.xml [new file with mode: 0644]
services/common/src/main/cspace/config/services/service-config.xml
services/common/src/main/cspace/config/services/tenants/bonsai/bonsai-tenant-bindings.delta.xml
services/common/src/main/cspace/config/services/tenants/botgarden/botgarden-tenant-bindings.delta.xml
services/common/src/main/cspace/config/services/tenants/core/core-tenant-bindings.delta.xml
services/common/src/main/cspace/config/services/tenants/dvp/dvp-tenant-bindings.delta.xml [deleted file]
services/common/src/main/cspace/config/services/tenants/lhmc/lhmc-tenant-bindings.delta.xml
services/common/src/main/cspace/config/services/tenants/materials/materials-tenant-bindings.delta.xml
services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto-unified.xml
services/common/src/main/cspace/config/services/tenants/testsci/testsci-tenant-bindings.delta.xml
services/common/src/main/java/org/collectionspace/services/common/ServiceMain.java
services/common/src/main/java/org/collectionspace/services/common/authorization_mgt/AuthorizationCommon.java
services/common/src/main/java/org/collectionspace/services/common/config/TenantBindingConfigReaderImpl.java
services/common/src/main/java/org/collectionspace/services/common/security/SecurityConfig.java [new file with mode: 0644]
services/common/src/main/java/org/collectionspace/services/common/security/SecurityInterceptor.java
services/common/src/main/java/org/collectionspace/services/common/security/SecurityUtils.java
services/common/src/main/java/org/collectionspace/services/common/storage/spring/DataSourceConfiguration.java [new file with mode: 0644]
services/config/src/main/java/org/collectionspace/services/common/config/AbstractConfigReaderImpl.java
services/config/src/main/java/org/collectionspace/services/common/config/ConfigReader.java
services/config/src/main/java/org/collectionspace/services/common/config/ConfigUtils.java
services/config/src/main/java/org/collectionspace/services/common/config/ServicesConfigReaderImpl.java
services/config/src/main/resources/service-config.xsd
services/config/src/main/resources/tenant.xsd
services/login/client/pom.xml [new file with mode: 0644]
services/login/client/src/main/java/org/collectionspace/services/login/LoginClient.java [new file with mode: 0644]
services/login/pom.xml [new file with mode: 0644]
services/login/service/pom.xml [new file with mode: 0644]
services/login/service/src/main/java/org/collectionspace/services/login/LoginResource.java [new file with mode: 0644]
services/logout/client/pom.xml [new file with mode: 0644]
services/logout/client/src/main/java/org/collectionspace/services/logout/LogoutClient.java [new file with mode: 0644]
services/logout/pom.xml [new file with mode: 0644]
services/logout/service/pom.xml [new file with mode: 0644]
services/logout/service/src/main/java/org/collectionspace/services/logout/LogoutResource.java [new file with mode: 0644]
services/pom.xml
services/systeminfo/client/src/main/java/org/collectionspace/services/systeminfo/SystemInfoClient.java