Skip to content

Commit

Permalink
Merge pull request #39531 from radcortez/inet
Browse files Browse the repository at this point in the history
Use SmallRye Commons Inet
  • Loading branch information
gastaldi committed Mar 18, 2024
2 parents b5a3d27 + 094b1b5 commit c83c5ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
import jakarta.annotation.Priority;

import org.eclipse.microprofile.config.spi.Converter;
import org.wildfly.common.net.Inet;

import io.smallrye.common.net.Inet;

/**
* A converter which produces values of type {@link InetAddress}.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
import jakarta.annotation.Priority;

import org.eclipse.microprofile.config.spi.Converter;
import org.wildfly.common.net.Inet;

import io.smallrye.common.net.Inet;

/**
* A converter which converts a socket address in the form of {@code <host-or-address>[:<port>]} into
Expand Down

0 comments on commit c83c5ab

Please sign in to comment.