Conversation
|
Hi @lucian-cm, thanks, for checking it asap. Did you install pre-commit? https://github.com/ArcadeData/arcadedb/blob/main/CONTRIBUTING.md#pre-commit |
Thanks @lvca for your timely reply. I forgot to add the pre-commit checker before. I added it now and did not find anything to fix. It appears that the following tests are failing, which I believe are not related to my changes. Results: Second test: I saw the problem is the fact that the saved value for date1 is less than the original date1, such that that the test has a wrong expected value to include the saved value of date1 |
|
Thanks @lucian-cm, merged! |
|
@lvca, thank you 👍 ! |

javax.net.ssl.keyStoreTypeif valid, otherwise it isPKCS12(previously it was hardcoded to JKS)javax.net.ssl.trustStoreTypesystem property if valid, otherwise it isJKS(previously it was hardcoded to JKS)TLSv1.3for Undertow's HTTPS listener (previously it was not guaranteed to be TLSv1.3)