Introduction
A new version of the eagle-i applications is now available for download. The release notes documented on this page apply specifically to version 3.3.0. Please see the Upgrade Checklist for information on how to perform an upgrade.
How to use this document
Notes for this release are broken up into four categories: New Features, Improvements and/or Bug-fixes, Known Issues, Prerequisites for Upgrading & Deprecated Properties. Within each category, notes are further divided into the application that is affected. Known issues will be cumulative of known issues that have not yet been resolved. If you are unsure what applications are applicable for your installation, please refer to this page.
Most institutions will be interested primarily in the General (affects across multiple applications) and SWEET sections within each category.
Institutions that have installed the optional SPARQLer application will be interested in the SPARQLer section within each category.
Institutions that have installed the optional Institutional Search will be interested as well in items that have been tagged INSTITUTION in the Search Application section within each category.
For those who have chosen to administer their own network of nodes, the sections of interest are General, items that have been tagged CENTRAL in Search Application and Network Administration (Central Search Only) sections within each category.
New Features, Improvements and/or Bug-fixes
General
- NEW FEATURE Public sparql endpoint (version 2.0-MS3.07 or later) is now a required component.
- We are moving toward features that require the use of the public sparql endpoint. The specific features will be noted as they are released.
- IMPROVEMENT Updated and refactored in preparation for solr upgrade.
- Should no longer see "obsolete" warnings from solr in the logs.
Search application
Applies to both central and institutional search, unless otherwise specified.
BUG Sorting by resource type after executing a search is working again.
Network Administration
Available in Central Search only.
- NEW FEATURE Now checks to see if an institution has a working public SPARQL endpoint
Schema for node-registry.xml has changed to include an additional attribute for the SPARQLer status.
was:
<node URL="https://hawaii.eagle-i.net" status="Node is running normally">
now:
<node URL="https://hawaii.eagle-i.net" status="Node is running normally" sparqlerStatus="Sparqler is running normally">
Known Issues
The following are known issues that may be addressed in releases after 3.3.0. If there is a suitable workaround for a given issue, it will be listed.
Current Release
Network Administration
node-registry.xml
files are not backwards compatible.- The new attribute in the <node></node> field makes node-registry.xml files that have been updated by central search versions (3.3.0 and newer) un-compatible with older versions (3.2.0 and older). Workaround:
- Stop tomcat
- Open the
node-registry.xml
file - Manually remove the attribute and value for
sparqlerStatus
- Save the
node-registry.xml
file - Start tomcat
- The new attribute in the <node></node> field makes node-registry.xml files that have been updated by central search versions (3.3.0 and newer) un-compatible with older versions (3.2.0 and older). Workaround:
Prior Releases
Prerequisites for Upgrading
SPARQLer
Also known as the public SPARQL endpoint.
Please install the public SPARQL endpoint, instructions for installation can be found here: Public SPARQL Endpoint.
Deprecated Properties
The following properties have been deprecated and should be removed from the properties file to avoid confusion.
No deprecated properties for this release.