You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "bdemers (via GitHub)" <gi...@apache.org> on 2023/09/05 23:53:05 UTC

[GitHub] [directory-scimple] bdemers opened a new pull request, #364: Move @Context object to field injection

bdemers opened a new pull request, #364:
URL: https://github.com/apache/directory-scimple/pull/364

   Previously all injectsion into resources were done with field injection, this was replaced with constructor injection and the RequestContext class.
   However this mixes CDI injection and the Jakarta WS injection techniques, not all implementations support this.
   
   Jakarta WS 4 should allow these objects to be injected via CDI-light.
   
   For now there is a mix of constructor and field injection with a TODO message where they are used.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org


[GitHub] [directory-scimple] bdemers merged pull request #364: Move @Context object to field injection

Posted by "bdemers (via GitHub)" <gi...@apache.org>.
bdemers merged PR #364:
URL: https://github.com/apache/directory-scimple/pull/364


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org


[GitHub] [directory-scimple] bdemers commented on pull request #364: Move @Context object to field injection

Posted by "bdemers (via GitHub)" <gi...@apache.org>.
bdemers commented on PR #364:
URL: https://github.com/apache/directory-scimple/pull/364#issuecomment-1707454353

   This is also required for SCIMple to be used with Quarkus
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org