You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2008/09/05 18:33:08 UTC

svn commit: r692480 - /cxf/branches/2.0.x-fixes/

Author: dkulp
Date: Fri Sep  5 09:33:07 2008
New Revision: 692480

URL: http://svn.apache.org/viewvc?rev=692480&view=rev
Log:
Blocked revisions 689856,691147,691258,691301,691304,691307,691309,691311-691312,691318,691325,691510,691712,691965 via svnmerge

................
  r689856 | dkulp | 2008-08-28 11:41:50 -0400 (Thu, 28 Aug 2008) | 9 lines
  
  Merged revisions 689855 via svnmerge from 
  https://svn.apache.org/repos/asf/cxf/trunk
  
  ........
    r689855 | dkulp | 2008-08-28 11:40:05 -0400 (Thu, 28 Aug 2008) | 2 lines
    
    Grab the qualification stuff from the parameter itself instead of the schema.  (the runtime has already determined it)
  ........
................
  r691147 | ffang | 2008-09-02 04:23:43 -0400 (Tue, 02 Sep 2008) | 1 line
  
  [CXF-1779]exclude non-serializable property to JBI NormalizedMessage
................
  r691258 | ffang | 2008-09-02 10:22:31 -0400 (Tue, 02 Sep 2008) | 1 line
  
  [CXF-1779]refactor to use Entry.Map avoiding hashable lookup
................
  r691301 | dkulp | 2008-09-02 12:22:27 -0400 (Tue, 02 Sep 2008) | 9 lines
  
  Merged revisions 689572 via svnmerge from 
  https://svn.apache.org/repos/asf/cxf/trunk
  
  ........
    r689572 | dkulp | 2008-08-27 15:15:32 -0400 (Wed, 27 Aug 2008) | 2 lines
    
    Performance improvement by not mapping the jaxws properties back and forth all the time.  Wrapper the message directly and map on get/put.
  ........
................
  r691304 | dkulp | 2008-09-02 12:24:40 -0400 (Tue, 02 Sep 2008) | 9 lines
  
  Merged revisions 689596 via svnmerge from 
  https://svn.apache.org/repos/asf/cxf/trunk
  
  ........
    r689596 | dkulp | 2008-08-27 15:54:33 -0400 (Wed, 27 Aug 2008) | 2 lines
    
    Fix some tck failures cause by my last commit
  ........
................
  r691307 | dkulp | 2008-09-02 12:30:24 -0400 (Tue, 02 Sep 2008) | 2 lines
  
  Allow for better policy error messages
................
  r691309 | dkulp | 2008-09-02 12:32:49 -0400 (Tue, 02 Sep 2008) | 9 lines
  
  Merged revisions 690067 via svnmerge from 
  https://svn.apache.org/repos/asf/cxf/trunk
  
  ........
    r690067 | bimargulies | 2008-08-28 21:32:37 -0400 (Thu, 28 Aug 2008) | 2 lines
    
    Fix CXF-1770.
  ........
................
  r691311 | dkulp | 2008-09-02 12:34:56 -0400 (Tue, 02 Sep 2008) | 10 lines
  
  Merged revisions 690289 via svnmerge from 
  https://svn.apache.org/repos/asf/cxf/trunk
  
  ........
    r690289 | dkulp | 2008-08-29 11:14:21 -0400 (Fri, 29 Aug 2008) | 3 lines
    
    [CXF-1769] Hack a workaround for a bug in JAXB
    Fix a couple poms
  ........
................
  r691312 | dkulp | 2008-09-02 12:40:29 -0400 (Tue, 02 Sep 2008) | 9 lines
  
  Merged revisions 691246 via svnmerge from 
  https://svn.apache.org/repos/asf/cxf/trunk
  
  ........
    r691246 | dkulp | 2008-09-02 09:42:32 -0400 (Tue, 02 Sep 2008) | 2 lines
    
    [CXF-1780] Fix -INF/INF in corba binding. Patch from Matteo Vescovi applied.
  ........
................
  r691318 | dkulp | 2008-09-02 12:55:03 -0400 (Tue, 02 Sep 2008) | 9 lines
  
  Merged revisions 691295 via svnmerge from 
  https://svn.apache.org/repos/asf/cxf/trunk
  
  ........
    r691295 | dkulp | 2008-09-02 12:13:22 -0400 (Tue, 02 Sep 2008) | 2 lines
    
    Update to latest velocity version
  ........
................
  r691325 | dkulp | 2008-09-02 13:24:04 -0400 (Tue, 02 Sep 2008) | 24 lines
  
  Blocked revisions 689458,689929,691148,691237,691247 via svnmerge
  
  ........
    r689458 | bimargulies | 2008-08-27 08:25:56 -0400 (Wed, 27 Aug 2008) | 2 lines
    
    Reveal the URL when starting the sample service.
  ........
    r689929 | dkulp | 2008-08-28 14:52:49 -0400 (Thu, 28 Aug 2008) | 2 lines
    
    Remove some commented out code
  ........
    r691148 | ffang | 2008-09-02 04:25:39 -0400 (Tue, 02 Sep 2008) | 1 line
    
    [CXF-1779]exclude non-serializable property to JBI NormalizedMessage
  ........
    r691237 | seanoc | 2008-09-02 09:22:29 -0400 (Tue, 02 Sep 2008) | 1 line
    
    Fix for https://issues.apache.org/jira/browse/CXF-1662
  ........
    r691247 | seanoc | 2008-09-02 09:43:56 -0400 (Tue, 02 Sep 2008) | 1 line
    
    removed printStackTrace()
  ........
................
  r691510 | ffang | 2008-09-03 00:10:05 -0400 (Wed, 03 Sep 2008) | 1 line
  
  [CXF-1779]exclude Map or Collection property as well which entry may not be serializable
................
  r691712 | dkulp | 2008-09-03 14:21:27 -0400 (Wed, 03 Sep 2008) | 9 lines
  
  Merged revisions 691646 via svnmerge from 
  https://svn.apache.org/repos/asf/cxf/trunk
  
  ........
    r691646 | seanoc | 2008-09-03 12:04:35 -0400 (Wed, 03 Sep 2008) | 1 line
    
    Fix for https://issues.apache.org/jira/browse/CXF-1365
  ........
................
  r691965 | seanoc | 2008-09-04 07:15:35 -0400 (Thu, 04 Sep 2008) | 1 line
  
  fix for cxf-1662
................

Modified:
    cxf/branches/2.0.x-fixes/   (props changed)

Propchange: cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-blocked' - no diff available.