|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
|
|
<properties>
|
|
<title>Changes epcis-queryclient</title>
|
|
</properties>
|
|
<body>
|
|
<release version="0.5" date="2010-12-28" description="Bug fix and feature release">
|
|
<action dev="steybem" date="2010-07-06" type="update">
|
|
Updated CXF dependencies to 2.2.9
|
|
</action>
|
|
<action dev="steybem" date="2010-08-17" type="update">
|
|
Code refactoring and cleanup.
|
|
</action>
|
|
</release>
|
|
<release version="0.4.2" date="2009-02-03" description="Feature release">
|
|
<action dev="wellington" type="add">
|
|
Added support for connecting to EPCIS repositories that require
|
|
client authentication (HTTP Basic and HTTPS with client
|
|
certificates).
|
|
</action>
|
|
<action dev="steybem" type="fix">
|
|
Fixed some issues with huge pop-up windows showing stack traces.
|
|
</action>
|
|
<action dev="roduner" type="fix">
|
|
Removed MATCH_childEPC from list of operators that can be
|
|
selected by users. (MATCH_childEPC was defined in a draft
|
|
version of the EPCIS specification but does not exist in
|
|
the final release.)
|
|
</action>
|
|
<action dev="roduner" type="fix">
|
|
Updated example queries. They are now compliant with
|
|
EPCglobal's Core Business Vocabulary.
|
|
</action>
|
|
</release>
|
|
<release version="0.4.0" date="2008-07-29"
|
|
description="Project name changed to Fosstrak">
|
|
<action dev="roduner" type="update">
|
|
Renamed packages from org.accada to org.fosstrak.
|
|
</action>
|
|
</release>
|
|
<release version="0.3.2" date="2008-06-04"
|
|
description="Bug fix release">
|
|
<action dev="roduner" type="fix">
|
|
Fixed interoperability issues of query client GUI
|
|
with other vendors' EPCIS repository. (The GUI
|
|
used a wrong query name when requesting
|
|
subscription IDs from repositories.) - Thanks to
|
|
Stefan Schweizer for pointing this out.
|
|
</action>
|
|
</release>
|
|
<release version="0.3.1" date="2008-03-24"
|
|
description="Bug fix release">
|
|
<action dev="steybem" type="update">
|
|
Disabled chunked HTTP transfers in order to make the query client
|
|
work with repositories operating behind an Apache proxy server.
|
|
(Apache's mod_proxy_http module does not support chunked requests.)
|
|
</action>
|
|
</release>
|
|
<release version="0.3.0" date="2008-03-20"
|
|
description="Feature release">
|
|
<action dev="steybem" type="add">
|
|
Replaced the Web service framework Apache Axis 1 with
|
|
Apache CXF.
|
|
</action>
|
|
<action dev="steybem" type="add">
|
|
Introduced a JAXB data binding to map Web service
|
|
requests and responses to Java beans.
|
|
</action>
|
|
<action dev="steybem" type="add">
|
|
Added some utility classes for quickly sending query
|
|
requests to an EPCIS repository.
|
|
</action>
|
|
<action dev="steybem" type="update">
|
|
Configured QueryClientGui to reuse functionality
|
|
provided by QueryControlClient.
|
|
</action>
|
|
</release>
|
|
<release version="0.2.2" date="2007-08-31"
|
|
description="Bug fix release">
|
|
<action dev="steybem" type="fix" issue="1845531">
|
|
Corrected parsing of time values from repository
|
|
response.
|
|
</action>
|
|
<action dev="steybem" type="update">
|
|
Display time values in ISO8601 format.
|
|
</action>
|
|
<action dev="steybem" type="add">
|
|
Display error message when no event type is selected in
|
|
GUI.
|
|
</action>
|
|
</release>
|
|
<release version="0.2.1" date="2007-08-10"
|
|
description="Bug fix release">
|
|
<action dev="rodunerc" type="fix">
|
|
axis-wsdl4j was not properly included in Webstart
|
|
application.
|
|
</action>
|
|
</release>
|
|
<release version="0.2.0" date="2007-04-27"
|
|
description="Initial release">
|
|
<action type="add">Initial code release.</action>
|
|
</release>
|
|
</body>
|
|
</document>
|