1.0.1 Release Notes

From GCube System
Revision as of 15:55, 30 April 2010 by Fabio.simeoni (Talk | contribs) (New page: gCore <code>1.0.1</code> introduces the following changes: ====Changes Related to the gHN==== :* ''cleanup'': removed <code>$GLOBUS_LOCATION/share/schema/gcore_tools/sample-build.propert...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

gCore 1.0.1 introduces the following changes:

Changes Related to the gHN

  • cleanup: removed $GLOBUS_LOCATION/share/schema/gcore_tools/sample-build.properties because obsolete and mis-aligned with the example in the Primer.
  • startup scripts:
  • accounting: modified org.gcube.common.core.resources.GCUBERunningInstance to introduce Accounting information (cf. org.gcube.common.core.resources.ScopedAccounting.
  • lifetime management: added UNREACHABLE state to lifetime of gHN and service.

Changes Related to Services

  • access control: fixed a bug in GCUBEForwardProxyContext whereby overriding annotations were ignored (e.g. ReadOnly policies could not be refined by the service).
  • high-level calls:
  • fixed spelling error in org.gcube.common.core.utils.calls.GCUBECall#getEndpointReference(was GCUBECall#getEndointReference).
  • increased visibility of org.gcube.common.core.utils.calls.GCUBECall#setEndpointReference to public.
  • queries in org.gcube.common.core.utils.calls.WSCall now discriminates between WS-Resources of different types but in the same service.
  • plugin management: failures at plugin load time do not fail services now.

Changes Related to the Documentation

  • errata:
  • corrected START_OPTION in START_OPTIONS in the Administrator's Guide.
  • corrected name of sample build file from build-sample.xml to sample-build.xml in the Primer.