Skip to content

v1.6.2: small improvement

Choose a tag to compare

@oldratlee oldratlee released this 13 Nov 12:16

GitHub release download - dcm.tar.gz)

Improvement

  • add missing double check in method inetAddress$Addresses2DnsCacheEntry
  • use specific primitive type setter/getter of Field instead Object type
  • code refactor/cleanup
    • code cleanup of InetAddressCacheUtilForJava9Plus
    • rename private field: INVALID_IPV_6_ADDRESS -> INVALID_IP_V6_ADDRESS
    • fix shell script: versionGreatThanEq
    • add shell function loose
  • improve javadoc

Java Dns Cache Manipulator Library

maven dependency:

<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>dns-cache-manipulator</artifactId>
    <version>1.6.2</version>
</dependency>

Already deployed to maven central repository.

Java Dns Cache Manipulator Tool