lp:~verterok/bzr-java-lib/dev

Created by Guillermo Gonzalez and last modified
Get this branch:
bzr branch lp:~verterok/bzr-java-lib/dev
Only Guillermo Gonzalez can upload to this branch. If you are Guillermo Gonzalez please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Guillermo Gonzalez
Project:
Java library for Bazaar
Status:
Merged

Recent revisions

211. By Guillermo Gonzalez

 initialize client backends in TEstConfig constructor instead of doing it in a static block

210. By Guillermo Gonzalez

 fix Bug #236162, Windows file paths handling in StringUtil.getAbsoluteURI

209. By Guillermo Gonzalez

 added test for IBzazaarClient.missing
 fix missing xml parser

208. By Guillermo Gonzalez

 * make it a plain java project (no more a eclipse plugin)

207. By Guillermo Gonzalez

 * escape spaces in strings passed to StringUtil.getAbsoluteURI
 * add a Class parameter to BazaarUtilities.configureBazaarClient to be used in the search of the config file

206. By Guillermo Gonzalez

 * version bump to 0.5.1
 * changed Option(s) handling
  - create a new instance instead of use a singleton (to be threading friendly)
 * added new variants of IBazaarClient.log using IBzrLogMessageHandler
  - this methods call multiple time to bzr with a revision range (to avoid OOM errors in branches with big history).
  - also there is an async (logAsync) version of this method.

205. By Guillermo Gonzalez

 * use "\n" as line separator in BazaarVersionInfo.parse
 * fix testUnbind

204. By Guillermo Gonzalez

 * converted all array handling in CommandLIneLogMessage to plain List
 * fix to versionInfo, now allways use --format=rio, to avoid conflicts with alias, etc.
 * sort the List<IBazaarLogMessage> returned from XMlLogParser
 * organize imports

203. By Guillermo Gonzalez

 * added configureBazaarClient to Bazaarutilities, to simplify client configuration
 * avoid checking connection on each call to the xmlrpc service, instead
    only check service status when we get a XMlRPCException
 * moved XMLRPCServer out of XMLRPCCommandRunner
 * make BazaarRevisionRange final
 * moved test utility methods (asserWT and addContentToFile) to FileUtils
 * added tests fro bind, unbind, switch. also a test for encodings in the commit message
 * XMLLogParser replace \x0c \x09 \x08 (only in log message)

202. By Guillermo Gonzalez

 * misc code quality improvements and optimizations (final attributres and args, etc)
 * BazaarRevision.Prefix is now a Java 5 Enum
 * fix error of revno construction during BazaarVersionInfo initialization

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.