Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update gradle file dependencies. (#1244)
* SonarQube fixes * Fix resource leak in AE * Addressing comments * throw exception if 3rd resultset is empty * updated to use junit 5 * null check * fixed typo * added connection string to error msg * add reqExternalSetup back to XA * Hide the BouncyCastle call * Make temp class non public * updated fail error string to only include enclave properties * added check for sql linux * updated linux check to be compat for all servers * add progress for multiple servers * Update gradle profile * update bouncy version * fix dependency name * add adal4j and keyvault * Add adal4j to test compile * remove static modifiers * Revert "remove static modifiers" This reverts commit e7988cc. * Update junit and add params * split test to exclude for reqExternSetup * null checks * add h2 driver * Fix AEv2 tests exclude for reqExternalSetup and cleanup (#1247) * changes for skipping * Remove untested dependencies * Revert "Remove untested dependencies" This reverts commit a292364. * Fix | Add null check for getObject() with LocalTime and LocalDate (#1250) * added all AKV tests to use reqExternalSetup tag so they will be skipped by default (#1254) * skip AKV test properly * removed enclave properties string to failed errors as enclave tests could be skipped Co-authored-by: rene-ye <[email protected]> Co-authored-by: lilgreenbird <[email protected]> Co-authored-by: Peter Bae <[email protected]>
- Loading branch information