Uploaded image for project: 'CDI Specification Issues'
  1. CDI Specification Issues
  2. CDI-145

allow @Disposes methods also for producer fields

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • 1.1.EDR
    • 1.0
    • Beans, Concepts
    • None

      The current wording of 3.3.7 only allowed disposal methods for producer methods. Producer fields are imo not covered by the wording and cannot get @Disposed

      > 3.3.7. Disposer method resolution
      > A disposer method is bound to a producer method if:
      > • the producer method is declared by the same bean class as the
      > disposer method, and
      > • the producer method is assignable to the disposed parameter,
      > according to the rules of typesafe resolution defined in Section 5.2,
      > "Typesafe resolution" (using Section 5.2.3, "Assignability of raw and
      > parameterized types").

      We should change this and also allow the disposal of producer fields.

      This is especially needed in the hindsight of 3.5 Resource fields which currently cannot get disposed.

              pmuiratbleepbleep Pete Muir (Inactive)
              struberg Mark Struberg (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: