dns-java icon indicating copy to clipboard operation
dns-java copied to clipboard

DNS wrapper library that provides SRV lookup functionality

Results 8 dns-java issues
Sort by recently updated
recently updated
newest added

# What happened? When upgrading from `com.spotify:dns` version `3.1.5` to `3.2.2` some of the services started having `SERVFAIL` even though the service is there. # What was expected? As there's...

First off, many thanks for this library - it's great, very easy to use! It would be nice if there was a way to robustly turn off all response caching....

Renamed local variable records to recordsSet, so that it should not shadow class fields

When I was going through one of the class AggregatingChangeNotifier, I saw there is a class field called **records** and there is a private method in the same class called...

When I tried to run BasicUsage class, it is throwing the exception"Session not supported with caching lookup" as expected. So if we don't call the deprecated method **cachingLookups** in BasicUsage...

Bumps [guava](https://github.com/google/guava) from 30.1.1-jre to 32.0.0-jre. Release notes Sourced from guava's releases. 32.0.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.0.0-jre</version> <!-- or, for Android: --> <version>32.0.0-android</version> </dependency> Jar files 32.0.0-jre.jar 32.0.0-android.jar Guava...

dependencies