Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Support for dnsjava 3 #23

Closed
mwullink opened this issue Feb 17, 2020 · 1 comment
Closed

Support for dnsjava 3 #23

mwullink opened this issue Feb 17, 2020 · 1 comment

Comments

@mwullink
Copy link

dnssecjava is not compatible with the changed api of dnsjavva 3

it results in the following error.

java.lang.NoSuchMethodError: 'org.xbill.DNS.RRset[] org.xbill.DNS.Message.getSectionRRsets(int)'
at org.jitsi.dnssec.SMessage.(SMessage.java:114)
at org.jitsi.dnssec.validator.ValidatingResolver.sendRequest(ValidatingResolver.java:675)
at org.jitsi.dnssec.validator.ValidatingResolver.send(ValidatingResolver.java:1219)

@ibauersachs
Copy link
Owner

Thanks, I'm already working on that. Unfortunately Mockito/Powermock seems to have a bug/"feature" that I'm now running into and makes the unit tests fail.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants