[jboss-jira] [JBoss JIRA] (WFWIP-62) Support for java.net.InetAddress out-of-the-box conversion

Rostislav Svoboda (JIRA) issues at jboss.org
Wed Jul 18 08:12:00 EDT 2018


Rostislav Svoboda created WFWIP-62:
--------------------------------------

             Summary: Support for java.net.InetAddress out-of-the-box conversion
                 Key: WFWIP-62
                 URL: https://issues.jboss.org/browse/WFWIP-62
             Project: WildFly WIP
          Issue Type: Enhancement
          Components: MP Config
            Reporter: Rostislav Svoboda
            Assignee: Jeff Mesnil


Payara provides out of the box support for java.net.InetAddress conversion.
https://blog.payara.fish/recent-additions-in-microprofile-config-1.1

We could add this support too so there is no-effort migration path for MP Config from Payara to WildFly or WildFly Swarm.

{code}
    // Injection of an InetAddress object on top of the MicroProfile Config specification
    @Inject
    @ConfigProperty(name = "application.address", defaultValue = "10.0.0.1")
    InetAddress inetAddress;
{code}



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list