-
Notifications
You must be signed in to change notification settings - Fork 82
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
Support Bouncycastle's BC-Prov 1.60 #80
Comments
This was referenced Feb 5, 2021
wborn
added a commit
to wborn/HAP-Java
that referenced
this issue
Oct 12, 2022
Fixes hap-java#80 Succeeds hap-java#146
wborn
added a commit
to wborn/HAP-Java
that referenced
this issue
Oct 12, 2022
Fixes hap-java#80 Succeeds hap-java#146
3 tasks
wborn
added a commit
to wborn/HAP-Java
that referenced
this issue
Oct 12, 2022
Fixes hap-java#80 Succeeds hap-java#146
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HAP-Java is incompatible with Bouncycastle's BC-Prov dependency version 1.60.
While correctly specified in the
pom.xml
file, other dependencies in the same project can still cause a version bump, in my case it was Spring-Cloud Greenwich.SR1.It updates the dependency to version 1.60 and then HAP-Java is raising the following, very confusing error during pairing:
I'm not an expert in this area, but the following note one the bouncycastle page looks promising:
I've now "fixed" it by enforcing version 1.51 like this, but it would, of course, break Spring Cloud, if it's using that particular part of the code.
A proper fix to support the latest version of bcprov would be nice, but until then it's at least documented and others can find it. Took me hours to finally figure this out and Google doesn't help in this case.
The text was updated successfully, but these errors were encountered: