earlier i was using jakarta slide. now i want to shift to jackrabbit n i got to know that jackrabbit-core 1.4.1 is released. should i directly download jackrabbit-core-1.4.1.jar or i have to do something else. n when i download that an error message appeares that "The page you were trying to reach does not exist.you may want to try a search or browse the site to find the page you were looking for". please help me out n what should i do now?
Jukka Zitting wrote: > > The Apache Jackrabbit community is pleased to announce the release of > version 1.4.1 of the jackrabbit-core component. The release is > available for download at: > > http://jackrabbit.apache.org/downloads.cgi > > Note that unlike previous Jackrabbit releases, this patch release only > contains a single component. You can upgrade an existing Apache > Jackrabbit 1.4 installation to use the new jackrabbit-core 1.4.1 > component simply by replacing the jackrabbit-core-1.4.jar file with > jackrabbit-core-1.4.1.jar. > > > Release Notes -- Apache Jackrabbit Core -- Version 1.4.1 > > Introduction > ------------ > > This is the 1.4.1 patch release of the jackrabbit-core component of > Apache Jackrabbit, a fully conforming implementation of the Content > Repository for Java Technology API (JCR). > > This release fixes a binary property regression (JCR-1346) as well as > other issues reported against the Apache Jackrabbit 1.4 release. See > below for a full list of changes in this release. > > See the Apache Jackrabbit website at http://jackrabbit.apache.org/ for > more information. > > Release Contents > ---------------- > > Unlike previous Jackrabbit releases that contained a full set of > components, this patch release only contains the jackrabbit-core > component. The component is distributed both as a source archive and a > pre-compiled binary. > > * Source archive (jackrabbit-core-1.4.1-src.jar) > > The source archive contains the full source code of this release > in a "jackrabbit-core-1.4.1" directory. Use the following commands > (or the equivalent in your environment) to build the component > with Maven 2 and Java 1.4 or higher: > > $ jar xf jackrabbit-core-1.4.1-src.jar > $ cd jackrabbit-1.4.1 > $ mvn install > > * Pre-compiled binary (jackrabbit-core-1.4.1.jar) > > Core of the Apache Jackrabbit content repository implementation. > > See the included README.txt file for more information. > > Each release file is accompanied by SHA1 and MD5 checksums and a PGP > signature. The public key used for the signatures can be found in the > KEYS file. > > Changes and known issues in this release > ---------------------------------------- > > All the changes and known issues in this release are listed below. The > issue identifier and title is listed for each change and known issue. > You can look up individual issues for more details in the Jackrabbit > issue tracker at http://issues.apache.org/jira/browse/JCR > > Bug fixes > [JCR-1046] Non-versionable children of a versionable node should not be > ... > [JCR-1227] Restore of empty multivalue property always changes property > ... > [JCR-1305] JNDI data sources with BundleDbPersistenceManager: ... > [JCR-1318] Repository Home locked not released despite ... > [JCR-1322] Cluster information is not persisted to database when ... > [JCR-1323] When using QueryImpl.setLimit() and QueryImpl.setOffset(), > ... > [JCR-1332] CLONE -Aggregate include ignored if no primaryType set > [JCR-1341] Cluster Journal directory should be created automatically > [JCR-1346] InternalValue.createCopy for binary properties (jcr:data) ... > [JCR-1358] Cluster revision file not closed on repository shutdown. > [JCR-1372] [PATCH] Fix possible Null Ptr exception in ConnectionFactory > [JCR-1374] [PATCH] DbDataStore: Make sure streams are closed > [JCR-1376] SearchIndex parameter cacheSize is ignored > [JCR-1379] AbstractExcerpt uses wrong logger > [JCR-1380] CachingHierarchyManager synchronization problem > [JCR-1389] setProperty("name", new Value[0], PropertyType.LONG) loses > ... > > Known issues > [JCR-43] Restore on nodes creates same-name-sibling of ... > [JCR-320] BinaryValue equals fails for two objects with ... > [JCR-392] Querying element by number does not work > [JCR-435] Node.update() does not work correct for SNS > [JCR-449] inconsistency in internal version items during commits > [JCR-517] Reserved status of namespace jcr not enforced > [JCR-522] XPath parser too tolerant > [JCR-537] Failure to remove a versionable node > [JCR-538] failing Node.checkin() or Node.checkout() might leave ... > [JCR-566] Versioning bug with restore and transactions > [JCR-575] unicode escapes in files generated by JJTree > [JCR-591] XPath position function does not work > [JCR-639] Allow modification of OPV=IGNORE items even if parent ... > [JCR-643] Own AccessManager + VersionManager : AccessDenied problem > [JCR-690] Nodes' and properties' names with invalid XML ... > [JCR-709] ArrayStoreException is thrown when jcr:deref() is used ... > [JCR-777] Order by clause using child axis does not throw ... > [JCR-843] XPath does not work with sub-axes > [JCR-908] Unable to properly restore a previous version of a node that > ... > [JCR-932] Lossy SQL parsing > [JCR-935] ConcurrentModificationException during logout (cont'd) > [JCR-936] Using Oracle bundle PM throws SQL exception (cannot insert > NULL) > [JCR-983] fn:upper accepted in too many places > [JCR-1002] QueryManager does not throw exception if property name ... > [JCR-1075] Error with predicate in query with multiple jcr:deref() > [JCR-1117] Bundle cache is not rolled back when the storage of a ... > [JCR-1135] boolean value constraints exposed in custom format > [JCR-1173] Session scoped lock has no effect on other cluster nodes > [JCR-1187] Asking a property twice for it's stream returns the same ... > [JCR-1211] QueryManager does not throw exception if jcr:deref is used in > ... > [JCR-1223] Occasional NPE on node checkin > [JCR-1248] ParseException if search string ends with '!' > [JCR-1275] NullPointerException in AbstractVersionManager.... > [JCR-1334] Deadlock with XA enabled > [JCR-1354] Repository shutdown reposts ERROR: failed to close connection > [JCR-1359] Adding nodes from concurrently running sessions cause > exceptions > [JCR-1360] Parsing built-in CND and XML nodetypes does not result in ... > [JCR-1362] DatabaseJournal improperly finds tables in external schemas > ... > [JCR-1367] Exception when closing connection under db2 > [JCR-1387] Lock token not removed from session when node is removed > > -- View this message in context: http://www.nabble.com/-ANNOUNCE--jackrabbit-core-1.4.1-released-tp15595369p15607285.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
