-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump canton + fix bouncycastle #17228
Conversation
@@ -17,6 +17,7 @@ java_binary( | |||
runtime_deps = [ | |||
# Do not sort | |||
"//canton:lib", | |||
"@maven//:org_bouncycastle_bcprov_jdk15on", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you need this even though the bcprov jar is in canton/lib
? The risk here is that if we update the version in canton we forget to update it here and get mismatching runtime versions ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can try to do something clever in main, for 2.7.x this seems acceptable for me.
* Rename UserError and DevError * activate DeeplyNestedValueIT (disable in #17228) --------- Co-authored-by: Remy Haemmerle <Remy.Haemmerle@daml.com>
This reverts commit 4dee553.
This reverts commit 4dee553 and bump canton
Handle breaking change from https://github.com/DACH-NY/canton/pull/14131