[ 
https://issues.apache.org/jira/browse/ARIES-1962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16992817#comment-16992817
 ] 

ASF subversion and git services commented on ARIES-1962:
--------------------------------------------------------

Commit f0417bac76884602f9b1d0607cfe7313011e468e in aries-jax-rs-whiteboard's 
branch refs/heads/master from Carlos Sierra Andrés
[ https://gitbox.apache.org/repos/asf?p=aries-jax-rs-whiteboard.git;h=f0417ba ]

[ARIES-1962] Proper registration order


> resolution can fail when osgi.jaxrs.extension.select  has multiple filters 
> which match same service
> ---------------------------------------------------------------------------------------------------
>
>                 Key: ARIES-1962
>                 URL: https://issues.apache.org/jira/browse/ARIES-1962
>             Project: Aries
>          Issue Type: Bug
>          Components: jax-rs-whiteboard
>            Reporter: Raymond Augé
>            Priority: Major
>             Fix For: jax-rs-whiteboard-1.1.0
>
>
> consider the code:
> {code}
> properties.put(JAX_RS_EXTENSION_SELECT, new String[] {
>       
> "(&(objectClass=javax.ws.rs.ext.MessageBodyReader)(osgi.jaxrs.media.type=application/json))",
>       
> "(&(objectClass=javax.ws.rs.ext.MessageBodyWriter)(osgi.jaxrs.media.type=application/json))"
> });
> {code}
> if these filters match the same service the resolution can fail.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to