Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6D1CA11C1E for ; Wed, 27 Aug 2014 14:41:58 +0000 (UTC) Received: (qmail 37998 invoked by uid 500); 27 Aug 2014 14:41:58 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 37964 invoked by uid 500); 27 Aug 2014 14:41:58 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 37951 invoked by uid 99); 27 Aug 2014 14:41:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Aug 2014 14:41:58 +0000 Date: Wed, 27 Aug 2014 14:41:58 +0000 (UTC) From: "Sergey Beryozkin (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CXF-5970) review org.apache.cxf.jaxrs.provider.ProviderFactory.Message*ReaderComparator MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-5970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14112295#comment-14112295 ] Sergey Beryozkin commented on CXF-5970: --------------------------------------- Hi, can you please ping me on #openejb or #cxf or privately to help me understand the issue better. May be I'm missing something, thanks > review org.apache.cxf.jaxrs.provider.ProviderFactory.Message*ReaderComparator > ----------------------------------------------------------------------------- > > Key: CXF-5970 > URL: https://issues.apache.org/jira/browse/CXF-5970 > Project: CXF > Issue Type: Bug > Reporter: Romain Manni-Bucau > Assignee: Sergey Beryozkin > Fix For: NeedMoreInfo > > > Actually the task can be rephrase saying rework org.apache.cxf.jaxrs.provider.ProviderFactory#*Comparators > Current implementations don't seem to have an absolute order which means sorting is not as deterministic as it should be under java >= 7. > Other point is as a user you set a List of providers (you probably already sorted if important) so you want to ensure *your* order is respected at runtime (ie org.apache.cxf.jaxrs.provider.ProviderFactory#message[Readers|Writers] respect it). > If you think this sorting is important maybe introducing in org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean and org.apache.cxf.jaxrs.provider.ProviderFactory a boolean sortProviders can be enough to prevent calling sortXXX(). -- This message was sent by Atlassian JIRA (v6.2#6252)