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 2012/01/13 20:49:18 UTC

svn commit: r1231275 - /cxf/branches/2.5.x-fixes/

Author: dkulp
Date: Fri Jan 13 19:49:17 2012
New Revision: 1231275

URL: http://svn.apache.org/viewvc?rev=1231275&view=rev
Log:
Blocked revisions 1228499,1228771,1228848,1229038,1229332,1229349,1229391,1229777-1229780,1230132,1230156,1230219,1230221,1230568-1230569,1230685,1230746,1230788-1230789,1230794,1230813,1230816,1230888,1231035,1231172,1231213 via svnmerge

........
  r1228499 | dkulp | 2012-01-06 18:24:33 -0500 (Fri, 06 Jan 2012) | 2 lines
  
  Non-backportable warning fixes.  Down to 600 warnings.
........
  r1228771 | dkulp | 2012-01-07 22:19:02 -0500 (Sat, 07 Jan 2012) | 2 lines
  
  Getting closer to getting warnings resolved
........
  r1228848 | dkulp | 2012-01-08 08:59:37 -0500 (Sun, 08 Jan 2012) | 2 lines
  
  By proper use of generics, a bunch of casts are not needed.
........
  r1229038 | dkulp | 2012-01-09 01:18:49 -0500 (Mon, 09 Jan 2012) | 2 lines
  
  Minor code cleanups to remove some unneeded comparisons
........
  r1229332 | dkulp | 2012-01-09 15:07:20 -0500 (Mon, 09 Jan 2012) | 1 line
  
  Cleanup rawtypes issues in JAX-RS
........
  r1229349 | dkulp | 2012-01-09 16:06:54 -0500 (Mon, 09 Jan 2012) | 1 line
  
  Update JMSSessionCallbacks to specify the type
........
  r1229391 | dkulp | 2012-01-09 17:12:36 -0500 (Mon, 09 Jan 2012) | 1 line
  
  Fix compile failure on java5
........
  r1229777 | dkulp | 2012-01-10 17:45:31 -0500 (Tue, 10 Jan 2012) | 1 line
  
  Remove spring requirement for WSPolicyFeature
........
  r1229778 | dkulp | 2012-01-10 17:45:40 -0500 (Tue, 10 Jan 2012) | 1 line
  
  CHange generated package name to not conflict with rt-core stuff
........
  r1229779 | dkulp | 2012-01-10 17:45:58 -0500 (Tue, 10 Jan 2012) | 1 line
  
  Move tools split packages from api to appropriate place in tool.
........
  r1229780 | dkulp | 2012-01-10 17:46:18 -0500 (Tue, 10 Jan 2012) | 1 line
  
  Move some utility methods into similar class in common
........
  r1230132 | dkulp | 2012-01-11 11:30:33 -0500 (Wed, 11 Jan 2012) | 2 lines
  
  Move QueryHandlerRegistryImpl to private package to prevent a
  split-package
........
  r1230156 | dkulp | 2012-01-11 12:18:09 -0500 (Wed, 11 Jan 2012) | 2 lines
  
  Move org.apache.cxf.frontend stuff out of rt-core and deprecated the
  one class.
........
  r1230219 | dkulp | 2012-01-11 15:07:56 -0500 (Wed, 11 Jan 2012) | 2 lines
  
  Move service/factory stuff all to rt/core to avoid another split
  package.
........
  r1230221 | dkulp | 2012-01-11 15:08:05 -0500 (Wed, 11 Jan 2012) | 1 line
  
  Checkstyle issue
........
  r1230568 | dkulp | 2012-01-12 09:46:29 -0500 (Thu, 12 Jan 2012) | 3 lines
  
  Move all the policy stuff out of api into rt/ws/policy to avoid the
  split package.  (This introduces a hard dependency on ws-policy.jar in
  many places.   Will work on that tomorrow.)
........
  r1230569 | dkulp | 2012-01-12 09:47:08 -0500 (Thu, 12 Jan 2012) | 2 lines
  
  Allow bus extensions to be marked optional which allows them to not be
  loaded at all if dependencies are not available.
........
  r1230685 | dkulp | 2012-01-12 13:31:47 -0500 (Thu, 12 Jan 2012) | 3 lines
  
  Fix the split package issue for org.apache.cxf.ws.addressing
  Move impls into impl subpackage, put some stubs in addressing
  Make sure more classes don't use the impls (still some in RM)
........
  r1230746 | dkulp | 2012-01-12 15:07:17 -0500 (Thu, 12 Jan 2012) | 1 line
  
  Resolve the org.apache.cxf.jaxb split package issue
........
  r1230788 | dkulp | 2012-01-12 16:13:47 -0500 (Thu, 12 Jan 2012) | 1 line
  
  Fix java5 compile failures
........
  r1230789 | dkulp | 2012-01-12 16:14:01 -0500 (Thu, 12 Jan 2012) | 2 lines
  
  Start working toward making each jar an individual osgi bundle.
  LOTS of import version range adjustments needed.
........
  r1230794 | dkulp | 2012-01-12 16:31:20 -0500 (Thu, 12 Jan 2012) | 1 line
  
  Fix java5 compile error
........
  r1230813 | dkulp | 2012-01-12 17:06:10 -0500 (Thu, 12 Jan 2012) | 1 line
  
  Fix some more java5 compile failures
........
  r1230816 | dkulp | 2012-01-12 17:19:29 -0500 (Thu, 12 Jan 2012) | 1 line
  
  Mark junit optional
........
  r1230888 | dkulp | 2012-01-12 22:51:39 -0500 (Thu, 12 Jan 2012) | 1 line
  
  Minor osgi updates
........
  r1231035 | dkulp | 2012-01-13 07:21:51 -0500 (Fri, 13 Jan 2012) | 2 lines
  
  Moving one package from common -> api resolves split-package with common
  and allows it to be a standalone osgi bundle.
........
  r1231172 | dkulp | 2012-01-13 11:49:27 -0500 (Fri, 13 Jan 2012) | 1 line
  
  Move the neethi dep down a layer
........
  r1231213 | dkulp | 2012-01-13 13:03:46 -0500 (Fri, 13 Jan 2012) | 2 lines
  
  Updates to get all the bundles loading in karaf (no idea if they work
  but they at least load :)  )
........

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

Propchange: cxf/branches/2.5.x-fixes/
------------------------------------------------------------------------------
--- svnmerge-blocked (original)
+++ svnmerge-blocked Fri Jan 13 19:49:17 2012
@@ -1 +1 @@
-/cxf/trunk:1227752
+/cxf/trunk:1227752,1228499,1228771,1228848,1229038,1229332,1229349,1229391,1229777-1229780,1230132,1230156,1230219,1230221,1230568-1230569,1230685,1230746,1230788-1230789,1230794,1230813,1230816,1230888,1231035,1231172,1231213