Uploaded image for project: 'Weld'
  1. Weld
  2. WELD-2426

Weld SE API - create convenient methods to specify SE-specific properties

    XMLWordPrintable

Details

    Description

      Right now, Weld.property(String, Object) together with property name constant (such as Weld.ARCHIVE_ISOLATION_SYSTEM_PROPERTY) could be used, e.g.:

      new Weld().property(Weld.ARCHIVE_ISOLATION_SYSTEM_PROPERTY, false);
      

      This is error-prone and verbose. I think we should introduce convenient methods to switch from the default state, e.g.

      new Weld().disableIsolation().enableDevMode().skipShutdownHook().scanClasspathEntries();
      

      Attachments

        Activity

          People

            mkouba@redhat.com Martin Kouba
            mkouba@redhat.com Martin Kouba
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: