You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2017/08/07 21:31:00 UTC

[jira] [Created] (GERONIMO-6577) [config] injection of @ConfigProperty Provider is broken

Mark Struberg created GERONIMO-6577:
---------------------------------------

             Summary: [config] injection of @ConfigProperty Provider<T> is broken
                 Key: GERONIMO-6577
                 URL: https://issues.apache.org/jira/browse/GERONIMO-6577
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: Config
            Reporter: Mark Struberg
            Assignee: Mark Struberg


{source}
@Inject
@ConfigProperty(name="bla")
private Provider<String> dynamicValue;
{source}

is broken; blows up with Missing converter for 'bla' from Field Injection Point, field name : ...




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)