usnistgov / oar-pdr

The NIST Open Access to Research (OAR) Public Data Repository (PDR) system software
11 stars 10 forks source link

Customization API java libraries updates #227

Closed deoyani closed 2 years ago

deoyani commented 2 years ago

This branch contains many updates due to updates in Java spring libraries Main component updates are for SAML libraries, which did not affect code much but it needed to updated spring version first. Updating spring version, affects libraries like mongo client (jdbc) drivers, which are updated as well, it resulted few minor changes in the MongoConfig. Functionality remains same.

RayPlante commented 2 years ago

@deoyani Running mvn test no longer runs the unit tests; can you look into that?