Uploaded image for project: 'Felix'
  1. Felix
  2. FELIX-4490

IPOJO allows "instance.name" property to be an empty String

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • ipojo-runtime-1.11.0
    • ipojo-runtime-1.12.0
    • iPOJO
    • None

    Description

      IPOJO allows to create an instance where "instance.name" property is an empty string

      ---- Code excerpt ----

      @Configuration
      public class Config {
      Instance myInstance = instance()
      .of("MyFactory")
      .with(Factory.INSTANCE_NAME_PROPERTY).setto("");
      }

      Attachments

        Activity

          People

            clement.escoffier Clement Escoffier
            jbotnascimento Jander Nascimento
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: