Log of /jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/IdFactory.java
Parent Directory
|
Revision Log
Revision
615649 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Jan 27 21:08:08 2008 UTC
(22 months ago)
by
jukka
File length: 2765 byte(s)
Diff to
previous 586055
(
colored)
JCR-97: Improve Checkstyle conformance
- Removed trailing spaces with:
find . -name *.java | xargs perl -i -pe 's/ +$//'
Revision
581235 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 2 13:40:30 2007 UTC
(2 years, 1 month ago)
by
angela
File length: 2849 byte(s)
Diff to
previous 568530
(
colored)
javadoc: mention the intended usage of the idfactory and the fact that the client might not be aware of the uniqueID of an item.
Revision
568530 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 22 09:38:10 2007 UTC
(2 years, 3 months ago)
by
angela
File length: 2367 byte(s)
Diff to
previous 555265
(
colored)
JCR-1070 Promotion of SPI from Contrib (jackrabbit-spi, jackrabbit-commons-spi)
JCR-788 Upgrade to Lucene 2.2 (adjusted dependency in spi contrib. the outdated dependency in caused build to fail)
Revision
454423 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 9 16:46:16 2006 UTC
(3 years, 1 month ago)
by
angela
Original Path:
jackrabbit/trunk/contrib/spi/spi/src/main/java/org/apache/jackrabbit/spi/IdFactory.java
File length: 1230 byte(s)
Diff to
previous 421270
(
colored)
work in progress
JCR2SPI
--------------------------------------------------------------
- reorder ItemState/NodeState/PropertyState in order to group
methods by state types (overlayed workspace state vs. session/transient states)
- add utility methods that allow to determine and validate the
type of ItemState.
- move childitementry classes to separate package and force usage
of interface methods
- add checks for state type to ItemManager implementation
- add checks for state type to LockManager
- fix Node.getMixinTypes()
- rename ItemState.pull to 'reset'. remove todo asking for a careful
merging of wsp-State and introduce a new method 'merge'.
SPI
--------------------------------------------------------------------
- rename login as suggested by julian
- add method dispose(SessionInfo)
- rename ItemId.getRelativePath to getPath
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.