[resteasy-commits] [resteasy/Resteasy] 24699c: Update Guice Integration / Request Scope docs

GitHub noreply at github.com
Thu Nov 30 05:21:57 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/resteasy/Resteasy
  Commit: 24699c016c91f4ecc455b57aaa0d7d45f80c49c7
      https://github.com/resteasy/Resteasy/commit/24699c016c91f4ecc455b57aaa0d7d45f80c49c7
  Author: Azilet Beishenaliev <aziletb at gmail.com>
  Date:   2017-11-30 (Thu, 30 Nov 2017)

  Changed paths:
    M docbook/reference/en/en-US/modules/Guice.xml

  Log Message:
  -----------
  Update Guice Integration / Request Scope docs

Request scoped injection by Guice does not work as given in current docs where `RequestScoped` is applied to the class. Applying `RequestScoped` annotation to fields makes injection work.
I haven't checked in detail why annotating a class does not work but I believe docs shall have a working case.




More information about the resteasy-commits mailing list