0 Replies Latest reply on Mar 24, 2016 11:31 PM by cfang

    Update jberet-support item readers and writers to use string-only batch property injection

    cfang

      JBERET-228  jberet-support BatchProperty injection is not spec compliant?

       

      The above issue proposes changing various reader and writer classes in jberet-support module to use string-only batch property injection.  Is there any concerns and objections to such changes?

       

      These readers and writers currently use batch property injections of various common java types, such as:

       

      @Inject

      @BatchProperty

      Class beanType

       

      This will fail when using jberet-support in other JSR 352 implementations that do not support these extra injection types.