/[Apache-SVN]/commons/proper/transaction/trunk/RELEASE-NOTES.txt
ViewVC logotype

Log of /commons/proper/transaction/trunk/RELEASE-NOTES.txt

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 561230 - (view) (annotate) - [select for diffs]
Modified Tue Jul 31 04:17:09 2007 UTC (2 years, 3 months ago) by rahul
File length: 850 byte(s)
Diff to previous 560660 (colored)
TLP related blanket changes:

s:jakarta.apache.org/commons:commons.apache.org:
s/commons-user@jakarta.apache.org/user@commons.apache.org/
s/commons-dev@jakarta.apache.org/dev@commons.apache.org/
s/Jakarta Commons/Apache Commons/
s:svn.apache.org/viewcvs/jakarta/commons:svn.apache.org/viewvc/commons:
s:svn.apache.org/viewcvs.cgi/jakarta/commons:svn.apache.org/viewvc/commons:
s:svn.apache.org/viewvc/jakarta/commons:svn.apache.org/viewvc/commons:
s:svn.apache.org/repos/asf/jakarta/commons:svn.apache.org/repos/asf/commons:

I'd appreciate another pair of eyes on this. There are some categories we probably don't want to change ATM (hopefully, none of these snuck in):
 * Historicals (proposals etc.)
 * URLs that shouldn't change (DOCTYPE fragments etc.)
 * Test cases where namespace URLs matter etc. (I'll track any related nightly failures)

Revision 560660 - (view) (annotate) - [select for diffs]
Modified Sun Jul 29 03:42:34 2007 UTC (2 years, 4 months ago) by bayard
File length: 851 byte(s)
Diff to previous 560658 (colored)
Moving to TLP

Revision 560658 - (view) (annotate) - [select for diffs]
Modified Sun Jul 29 03:42:15 2007 UTC (2 years, 4 months ago) by bayard
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 851 byte(s)
Diff to previous 560657 (colored)
Moving back :)

Revision 560657 - (view) (annotate) - [select for diffs]
Modified Sun Jul 29 03:40:41 2007 UTC (2 years, 4 months ago) by bayard
Original Path: commons/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 851 byte(s)
Diff to previous 519654 (colored)
Moving to TLP

Revision 519654 - (view) (annotate) - [select for diffs]
Modified Sun Mar 18 17:57:09 2007 UTC (2 years, 8 months ago) by ozeigermann
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 851 byte(s)
Diff to previous 495428 (colored)
Added sketch for administration interface

Revision 495428 - (view) (annotate) - [select for diffs]
Modified Thu Jan 11 23:21:34 2007 UTC (2 years, 10 months ago) by joerg
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 2665 byte(s)
Diff to previous 494203 (colored)
revert commit 494203 / TRANSACTION-11 (http://marc.theaimsgroup.com/?t=116829255300005&r=1&w=4)

Revision 494203 - (view) (annotate) - [select for diffs]
Modified Mon Jan 8 21:41:21 2007 UTC (2 years, 10 months ago) by joerg
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 2764 byte(s)
Diff to previous 493594 (colored)
TRANSACTION-11: Added setDefaultTransactionTimeout() and reset() to ResourceManager.

Revision 493594 - (view) (annotate) - [select for diffs]
Modified Sat Jan 6 23:25:25 2007 UTC (2 years, 10 months ago) by joerg
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 2665 byte(s)
Diff to previous 422023 (colored)
Added LoggerFacade implementation for Jakarta Commons Logging

Revision 422023 - (view) (annotate) - [select for diffs]
Modified Fri Jul 14 20:25:22 2006 UTC (3 years, 4 months ago) by ozeigermann
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 2601 byte(s)
Diff to previous 421672 (colored)
Preparation for 1.2 release

Revision 421672 - (view) (annotate) - [select for diffs]
Modified Thu Jul 13 17:48:40 2006 UTC (3 years, 4 months ago) by ozeigermann
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 2406 byte(s)
Diff to previous 416498 (colored)


Revision 416498 - (view) (annotate) - [select for diffs]
Modified Thu Jun 22 23:11:04 2006 UTC (3 years, 5 months ago) by joerg
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 2145 byte(s)
Diff to previous 416496 (colored)
Fixed issue with AbstractXAResource:
resources did not get released when prepare(..) returns XA_RDONLY as no commit(..) is triggered by the TransactionManager explicitely.

Revision 416496 - (view) (annotate) - [select for diffs]
Modified Thu Jun 22 23:03:46 2006 UTC (3 years, 5 months ago) by joerg
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 1969 byte(s)
Diff to previous 416154 (colored)
Fixed issue with deleteResource(..) and createResource(..) of FileResourceManager seen as read-only operations.

Revision 416154 - (view) (annotate) - [select for diffs]
Modified Wed Jun 21 23:01:31 2006 UTC (3 years, 5 months ago) by joerg
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 1855 byte(s)
Diff to previous 375638 (colored)
introduce TransactionIdToPathMapper interface:
the former version just with getTransactionBaseDir(), which could be overridden,
suffered from a problem in recoverContexts() where also an 1:1-matching of txId to path was assumed

Revision 375638 - (view) (annotate) - [select for diffs]
Modified Tue Feb 7 16:23:26 2006 UTC (3 years, 9 months ago) by joerg
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 1949 byte(s)
Diff to previous 374769 (colored)
Added functions to FileResourceManager for copying and moving resources. Added possibility to append to (instead of overwriting) an existing resource with writeResource in FileResourceManager. Testcases will follow ...

Revision 374769 - (view) (annotate) - [select for diffs]
Modified Fri Feb 3 22:40:18 2006 UTC (3 years, 9 months ago) by joerg
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 1751 byte(s)
Diff to previous 374764 (colored)
Fixed bugzilla issue 37379. The construction of the transaction specific path is now done in a protected method getTransactionBaseDir(Object txId) to allow easy sub classing where the trivial way is not sufficient.

Revision 374764 - (view) (annotate) - [select for diffs]
Modified Fri Feb 3 22:25:08 2006 UTC (3 years, 9 months ago) by joerg
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 1532 byte(s)
Diff to previous 350000 (colored)
Fixed bugzilla issue 35377. Synchronizing on Set activeTransactions while iterating over its items in OptimisticMapWrapper.copyChangesToConcurrentTransactions() for preventing ConcurrentModificationException.
Thanks to John Rousseau.

Revision 350000 - (view) (annotate) - [select for diffs]
Modified Wed Nov 30 17:36:48 2005 UTC (3 years, 11 months ago) by ozeigermann
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 1319 byte(s)
Diff to previous 349996 (colored)
Better error reporting in FileHelper#copyRec when destination file could not be created

Revision 349996 - (view) (annotate) - [select for diffs]
Modified Wed Nov 30 17:26:20 2005 UTC (3 years, 11 months ago) by ozeigermann
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 1298 byte(s)
Diff to previous 348458 (colored)
Better error reporting in FileHelper#moveRec when destination directories could not be created

Revision 348458 - (view) (annotate) - [select for diffs]
Modified Wed Nov 23 15:19:45 2005 UTC (4 years ago) by ozeigermann
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 1201 byte(s)
Diff to previous 332783 (colored)
Reduced likelyhood of clash between internally generated and external tx id in generatedUniqueTxId

Revision 332783 - (view) (annotate) - [select for diffs]
Modified Sat Nov 12 15:40:23 2005 UTC (4 years ago) by ozeigermann
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 1100 byte(s)
Diff to previous 179799 (colored)


Revision 179799 - (view) (annotate) - [select for diffs]
Modified Fri Jun 3 14:28:06 2005 UTC (4 years, 5 months ago) by ozeigermann
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 891 byte(s)
Diff to previous 178932 (colored)
First step for future 1.1.1 release

Revision 178932 - (view) (annotate) - [select for diffs]
Modified Sun May 29 07:46:06 2005 UTC (4 years, 6 months ago) by ozeigermann
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 3364 byte(s)
Diff to previous 155433 (colored)
Preparation for 1.1 final release

Revision 155433 - (view) (annotate) - [select for diffs]
Modified Sat Feb 26 13:16:14 2005 UTC (4 years, 9 months ago) by dirkv
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 3379 byte(s)
Diff to previous 155187 (colored)
svn:keywords correction

Revision 155187 - (view) (annotate) - [select for diffs]
Modified Thu Feb 24 14:39:26 2005 UTC (4 years, 9 months ago) by ozeigermann
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 3379 byte(s)
Diff to previous 153452 (colored)
Fixed upcoming release number

Revision 153452 - (view) (annotate) - [select for diffs]
Modified Fri Feb 11 19:51:53 2005 UTC (4 years, 9 months ago) by ozeigermann
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 3378 byte(s)
Diff to previous 149515 (colored)
Added recent changes and prepared for rc1

Revision 149515 - (view) (annotate) - [select for diffs]
Modified Wed Feb 2 14:45:55 2005 UTC (4 years, 9 months ago) by ozeigermann
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 2988 byte(s)
Diff to previous 149190 (colored)
Prepared 1.1b2

Revision 149190 - (view) (annotate) - [select for diffs]
Modified Mon Jan 31 00:12:31 2005 UTC (4 years, 9 months ago) by ozeigermann
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 2981 byte(s)
Diff to previous 149027 (colored)
OptimisticMapWrapper now uses a read/write lock to guarantee 
no other operations are being executed while
commiting.

Before this it was possible that conflicts that arose during the process of  
committing remained undetected

Revision 149027 - (view) (annotate) - [select for diffs]
Modified Sat Jan 29 11:26:11 2005 UTC (4 years, 9 months ago) by ozeigermann
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 2755 byte(s)
Diff to previous 142152 (colored)
- Extensions for better information retrieval on lock levels and releases
- More lock tests by Armin Waibel
- Fix for GenericLock that releases all locks of a certain user when testing 
  if a lock level was available

Revision 142152 - (view) (annotate) - [select for diffs]
Modified Thu Jan 13 16:46:42 2005 UTC (4 years, 10 months ago) by ozeigermann
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 2392 byte(s)
Diff to previous 142150 (colored)
Counted up to release number 1.1b2pre

Revision 142150 - (view) (annotate) - [select for diffs]
Modified Thu Jan 13 02:07:44 2005 UTC (4 years, 10 months ago) by ozeigermann
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 2298 byte(s)
Diff to previous 142146 (colored)
Added suspicion about deadlock hazards

Revision 142146 - (view) (annotate) - [select for diffs]
Modified Mon Jan 10 01:23:03 2005 UTC (4 years, 10 months ago) by ozeigermann
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 2180 byte(s)
Diff to previous 142142 (colored)
Minor

Revision 142142 - (view) (annotate) - [select for diffs]
Modified Mon Jan 10 00:38:04 2005 UTC (4 years, 10 months ago) by ozeigermann
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 2237 byte(s)
Diff to previous 142141 (colored)
Added release tag

Revision 142141 - (view) (annotate) - [select for diffs]
Modified Mon Jan 10 00:32:35 2005 UTC (4 years, 10 months ago) by ozeigermann
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 2219 byte(s)
Diff to previous 142133 (colored)
Counted up to 1.1b1

Revision 142133 - (view) (annotate) - [select for diffs]
Modified Sat Jan 8 19:49:00 2005 UTC (4 years, 10 months ago) by ozeigermann
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 2231 byte(s)
Diff to previous 142132 (colored)
Adjusted release notes to current status

Revision 142132 - (view) (annotate) - [select for diffs]
Modified Sat Jan 8 19:48:31 2005 UTC (4 years, 10 months ago) by ozeigermann
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 2171 byte(s)
Diff to previous 142121 (colored)
Adjusted release notes to current status

Revision 142121 - (view) (annotate) - [select for diffs]
Modified Fri Jan 7 13:36:19 2005 UTC (4 years, 10 months ago) by ozeigermann
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 1358 byte(s)
Diff to previous 142105 (colored)
Introduced LockManager2 to assure 1.0 compatibility for 1.1 and later

Revision 142105 - (view) (annotate) - [select for diffs]
Modified Sat Dec 18 23:19:09 2004 UTC (4 years, 11 months ago) by ozeigermann
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 1364 byte(s)
Diff to previous 142098 (colored)
Added support for configurable resource id to path mapping as
proposed by Antranig Basman

Revision 142098 - (view) (annotate) - [select for diffs]
Modified Fri Dec 17 00:33:38 2004 UTC (4 years, 11 months ago) by ozeigermann
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 1289 byte(s)
Diff to previous 142088 (colored)
Logged new preference and read/write/upgrade locks

Revision 142088 - (view) (annotate) - [select for diffs]
Modified Thu Dec 16 17:39:14 2004 UTC (4 years, 11 months ago) by ozeigermann
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 1216 byte(s)
Diff to previous 142087 (colored)
Removed 1.0 API incompatibility

Revision 142087 - (view) (annotate) - [select for diffs]
Modified Thu Dec 16 17:33:53 2004 UTC (4 years, 11 months ago) by ozeigermann
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 1200 byte(s)
Diff to previous 142083 (colored)
Removed 1.0 API incompatibility

Revision 142083 - (view) (annotate) - [select for diffs]
Modified Tue Dec 14 12:13:35 2004 UTC (4 years, 11 months ago) by ozeigermann
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 1291 byte(s)
Diff to previous 142079 (colored)
Deadlock detection feature logged for 1.1

Revision 142079 - (view) (annotate) - [select for diffs]
Modified Tue Dec 14 09:14:56 2004 UTC (4 years, 11 months ago) by ozeigermann
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 657 byte(s)
Diff to previous 142073 (colored)
Added reference to newly created release branch

Revision 142073 - (view) (annotate) - [select for diffs]
Modified Fri Dec 10 12:58:58 2004 UTC (4 years, 11 months ago) by ozeigermann
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 635 byte(s)
Diff to previous 142067 (colored)
Added log change from rc1 to final

Revision 142067 - (view) (annotate) - [select for diffs]
Added Sat Nov 20 01:02:01 2004 UTC (5 years ago) by ozeigermann
Original Path: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
File length: 595 byte(s)
Added README and RELEASE NOTES

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2