|
 |
 |
 |
 |  |
 |
 |
History of Changes
| 
PDF |
Version 1.1b4 (April 8 2004)
-
Added xindice command line tool to the jar distribution.
(VG)
-
Added xindice command line tool to the war distribution. It is located
in webapps/xindice/WEB-INF folder once webapp is unpacked.
(VG)
-
Removing Eclipse UI plugin due to lack of support.
(VG)
-
Implemented support for MetaData for Binary resources.
(VG)
-
Implemented close() in Collection, IndexManager.
(VG)
-
XML-RPC interface now passes XMLDBException codes as XML-RPC faults.
(VG)
-
Xindice server and XML-RPC driver support basic HTTP authentication.
(VG)
-
Xindice managed driver class renamed to DatabaseImpl and supports
same configuration parameters as embedded driver.
Xindice managed driver supports multiple database instances.
(VG)
-
Xindice server and XML-RPC driver support multiple database instances.
(VG)
-
Lexus, XUpdate implementation, updated to the current CVS version
(20040205).
(VG)
-
Embedded driver has new configuration parameters (see javadoc
for details), and supports multiple database instances (see
system.xml for an example).
(VG)
-
Add max-descriptors configuration attribute to all Filer implementations
based on Paged. Default value is 16 file descriptors (same as before).
(VG)
-
Xindice startup script and command line scripts are rewritten to
support Windows 95/98/ME.
(VG)
-
Optimize flushing of the database configuration, flush only when there
were changes made.
(VG)
-
Update XML:DB APIs to the 20030701 snapshot.
(VG)
-
xindice.configuration servlet configuration parameter can point to
the file on local file system if absolute path is used, relative
path should point to webapp context resource.
(VG)
-
Fixed embedded Collection's getCanonicalName.
(VG)
-
Support boolean, string, and number XPath query results.
(VG) Fixes bug 22155.
-
XPath query resulting in text nodes will return text node
wrapped into the <result> element in
http://xml.apache.org/xindice/Query namespace.
(VG) Fixes bug 22070.
-
XPath query resulting in attribute nodes will return attributes
on the <result> element in http://xml.apache.org/xindice/Query
namespace.
(VG) Fixes bug 22156.
-
Fixed bug with DocumentImpl.importNode when importing attribute nodes.
(VG)
-
Xindice now uses
Apache License, Version 2.0
(VG)
-
In results of the queries like "//*", declare
http://xml.apache.org/xindice/Query namespace just once.
(VG)
-
Command line tool now support binary documents. New command
add_resource implemented, which adds binary resources to the collection.
(VG)
-
Inline meta data and indexers now can co-exist in the same collection.
(VG)
Version 1.1b3 (December 30 2003)
-
Added binary resource support to XML-RPC driver.
(VG)
-
Updated build scripts: all build properties extracted into build.properties
file. You can override them in local.build.properties file.
(VG)
-
Added new fault code, DBE_CANNOT_READ
(VG)
-
Added new service, MetaService. It provides access to the metadata.
(VG)
-
GetResource, GetDocument XML-RPC messages will return no result if
resource not found.
(VG)
-
Updated BinaryResourceImpl to support only byte[] content, as per
XML:DB API.
(VG)
-
Properties PROP_XINDICE_CONFIGURATION, PROP_XINDICE_DB_HOME for
embed driver can now be passed when driver is instantiated by
org.apache.xindice.client.xmldb.DatabaseImpl
(VG)
-
Upgrade libraries: Xerces to version 2.6.0, Xalan to version 2.5.2.
(VG)
-
Enable meta data in the system.xml file
(VG)
-
Added XINDICE_DB_HOME environment variable and corresponding
xindice.db.home system property. This property takes precedence
over db location preferred by the driver (XindiceServlet prefers
WEB-INF folder and embedded driver prefers directory where
system.xml file is located).
(VG)
-
Update ant to version 1.5.3 and move it into tools/ant/.
Build script modified to call ant script instead of ant class.
Compilation from the Cygwin environment now working.
(VG)
-
Fixed exception in BTreeFiler when adding value with large key
(more than 4kb).
(VG)
-
Fixed concurrency issues in Paged, BTreeFiler, and HashFiler.
Unit tests for concurrent writes added.
(VG) Fixes bug 25534.
-
Change URLs in debug tool to "/xindice/?/db".
(VG) Fixes bug 21765.
-
Drop SysSymbols when deleting collection.
(VG) Fixes bug 14846.
-
XMLSerializable streamToXML method does not modify passed document.
It uses provided document only as factory for nodes.
(VG)
-
Webapp context renamed to /xindice (all lowercase).
(VG)
-
When using xindice with Jetty, port is set to 8888.
Documentation updated to reflect this.
(VG)
-
JDK 1.4 works with Xindice and it is supported.
(VG) Fixes bug 17035.
-
Collection meta data now has correct collection creation time.
(VG)
Version 1.1b (November 1 2002)
-
Xindice has a new website.
(VBO)
|  |
|