/[Apache-SVN]/incubator/jackrabbit/trunk/src/java/org/apache/jackrabbit/core/Test.java
ViewVC logotype

Log of /incubator/jackrabbit/trunk/src/java/org/apache/jackrabbit/core/Test.java

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 151183)

Revision 124016 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 3 17:22:29 2005 UTC (19 years, 4 months ago) by stefan
File length: 13368 byte(s)
Diff to previous 123915 (colored)
fixing timing issue which could cause that invalid ItemImpl instances were served from the ItemManager cache.

Revision 123915 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 2 23:07:26 2005 UTC (19 years, 4 months ago) by fielding
File length: 13315 byte(s)
Diff to previous 76003 (colored)
Happy New Year

Revision 76003 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 16 18:14:39 2004 UTC (19 years, 6 months ago) by stefan
File length: 13255 byte(s)
Diff to previous 57040 (colored)


Revision 57040 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 9 14:03:35 2004 UTC (19 years, 6 months ago) by stefan
File length: 13253 byte(s)
Diff to previous 56227 (colored)
changed XMLPersistenceManager back to store everything in (less efficient but human readable) xml format (as its name would suggest); 
ObjectPersistenceManager can be used for a more efficient 
filesystem-based serialization format


Revision 56227 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 1 11:36:25 2004 UTC (19 years, 6 months ago) by stefan
File length: 13260 byte(s)
Diff to previous 55707 (colored)
adding synchonized to a couple of FileSystemResource methods
and making some debug methods public

Revision 55707 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 27 15:47:13 2004 UTC (19 years, 7 months ago) by stefan
File length: 13262 byte(s)
Diff to previous 55516 (colored)
- added new files-system based PersistenceManager 
  (org.apache.jackrabbit.core.state.obj.ObjectPersistenceManager)
  implementation that uses more efficient serialization format
- misc. minor fixes
- updated todo.txt and tasks.xml


Revision 55516 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 25 17:49:43 2004 UTC (19 years, 7 months ago) by stefan
File length: 13262 byte(s)
Diff to previous 55234 (colored)
migrating to v0.15 of the jsr 170 spec

Revision 55234 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 21 17:17:01 2004 UTC (19 years, 7 months ago) by stefan
File length: 13231 byte(s)
Diff to previous 55160 (colored)
first implementation of jta support

Revision 55160 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 20 16:12:27 2004 UTC (19 years, 7 months ago) by stefan
File length: 12472 byte(s)
Diff to previous 54857 (colored)
adding simple in-memory jndi context for testing purposes

Revision 54857 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 15 17:01:13 2004 UTC (19 years, 7 months ago) by stefan
File length: 12952 byte(s)
Diff to previous 53989 (colored)
changed configuration layout and bootstrapping of repository:
- added jndi support
- workspace configuration is now separated from repository config
  

Revision 53989 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 7 15:36:56 2004 UTC (19 years, 7 months ago) by stefan
File length: 13182 byte(s)
Diff to previous 47648 (colored)
changing repository bootstrapping/configuration layout 
and adding jndi support
(work in progress)


Revision 47648 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 1 14:08:24 2004 UTC (19 years, 7 months ago) by stefan
File length: 12043 byte(s)
Diff to previous 47490 (colored)
- removed @author and @version (i.e. $Revision & $Id) tags
- removed tab characters from java source code

Revision 47490 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 29 16:43:11 2004 UTC (19 years, 7 months ago) by stefan
File length: 10132 byte(s)
Diff to previous 47223 (colored)
minor/cosmetical changes

Revision 47223 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 25 22:13:43 2004 UTC (19 years, 8 months ago) by fielding
File length: 10152 byte(s)
Diff to previous 47168 (colored)
set svn:eol-style on all text files to native



Revision 47168 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 24 16:24:56 2004 UTC (19 years, 8 months ago) by stefan
File length: 10477 byte(s)
Copied from: incubator/jackrabbit/trunk/src/java/org/apache/jackrabbit/jcr/core/Test.java revision 47167
Diff to previous 47099 (colored)
renaming org.apache.jackrabbit.jcr to org.apache.jackrabbit.core
(i.e. moving org.apache.jackrabbit.jcr.core one level up)

Revision 47099 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 23 12:36:08 2004 UTC (19 years, 8 months ago) by stefan
Original Path: incubator/jackrabbit/trunk/src/java/org/apache/jackrabbit/jcr/core/Test.java
File length: 10485 byte(s)
Diff to previous 46982 (colored)
following some of the recommendations reported by "maven checkstyle"

Revision 46982 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 21 13:49:16 2004 UTC (19 years, 8 months ago) by stefan
Original Path: incubator/jackrabbit/trunk/src/java/org/apache/jackrabbit/jcr/core/Test.java
File length: 10484 byte(s)
Diff to previous 46941 (colored)
fixing bug that occurs when
- an existing property 'x' is removed
- a new property 'x' is added 
- the modifications are saved

Revision 46941 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 20 16:53:38 2004 UTC (19 years, 8 months ago) by stefan
Original Path: incubator/jackrabbit/trunk/src/java/org/apache/jackrabbit/jcr/core/Test.java
File length: 10241 byte(s)
Diff to previous 46292 (colored)
differentiated handling of single vs. multi-valued properties:
multi-valued property can only be set with value array and vice versa


Revision 46292 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 18 01:32:03 2004 UTC (19 years, 8 months ago) by fielding
Original Path: incubator/jackrabbit/trunk/src/java/org/apache/jackrabbit/jcr/core/Test.java
File length: 10312 byte(s)
Diff to previous 46247 (colored)
Fix ASF collective copyright to begin now (except for one file from commons).



Revision 46247 - (view) (download) (annotate) - [select for diffs]
Added Fri Sep 17 10:43:48 2004 UTC (19 years, 8 months ago) by stefan
Original Path: incubator/jackrabbit/trunk/src/java/org/apache/jackrabbit/jcr/core/Test.java
File length: 10317 byte(s)
initial commit

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

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26