Difference between revisions of "1.0.1 Release Notes"
From GCube System
(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...) |
Manuele.simi (Talk | contribs) (→Changes Related to the gHN) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
:* ''cleanup'': removed <code>$GLOBUS_LOCATION/share/schema/gcore_tools/sample-build.properties</code> because obsolete and mis-aligned with the example in the [[The_Development_Cycle#The_Build_Properties|Primer]]. | :* ''cleanup'': removed <code>$GLOBUS_LOCATION/share/schema/gcore_tools/sample-build.properties</code> because obsolete and mis-aligned with the example in the [[The_Development_Cycle#The_Build_Properties|Primer]]. | ||
− | |||
− | |||
:* ''accounting'': modified <code>org.gcube.common.core.resources.GCUBERunningInstance</code> to introduce Accounting information (cf. <code>org.gcube.common.core.resources.ScopedAccounting</code>. | :* ''accounting'': modified <code>org.gcube.common.core.resources.GCUBERunningInstance</code> to introduce Accounting information (cf. <code>org.gcube.common.core.resources.ScopedAccounting</code>. | ||
− | :* ''lifetime management'': added <code>UNREACHABLE</code> state to lifetime of gHN and service. | + | :* ''state management'': separated topic and RP publication; services will still publish topics even if they have not configured RP publication. |
+ | |||
+ | :* ''lifetime management'': | ||
+ | ::* added <code>UNREACHABLE</code> state to lifetime of gHN and service. | ||
+ | ::*the gHN can now be added to VRE scopes. | ||
+ | |||
+ | :* ''profiles'': | ||
+ | ::* ''RI profile'': new <code>Accounting</code> element; <code>TotalINCalls, AverageINCalls, AverageInvocationTime and TopCallerGHN</code> are now reported per each scope joined to the RI; | ||
+ | ::* ''Service profile'': modified <code>GHNRequirement</code> structure; the <code>Category</code> element's value now is an enumeration, the <code>Key</code> element has been added for requirements against RunTimeEnv | ||
====Changes Related to Services ==== | ====Changes Related to Services ==== |
Latest revision as of 11:32, 12 May 2010
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.
- cleanup: removed
- accounting: modified
org.gcube.common.core.resources.GCUBERunningInstance
to introduce Accounting information (cf.org.gcube.common.core.resources.ScopedAccounting
.
- accounting: modified
- state management: separated topic and RP publication; services will still publish topics even if they have not configured RP publication.
- lifetime management:
- added
UNREACHABLE
state to lifetime of gHN and service. - the gHN can now be added to VRE scopes.
- added
- profiles:
- RI profile: new
Accounting
element;TotalINCalls, AverageINCalls, AverageInvocationTime and TopCallerGHN
are now reported per each scope joined to the RI; - Service profile: modified
GHNRequirement
structure; theCategory
element's value now is an enumeration, theKey
element has been added for requirements against RunTimeEnv
- RI profile: new
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).
- access control: fixed a bug in
- high-level calls:
- fixed spelling error in
org.gcube.common.core.utils.calls.GCUBECall#getEndpointReference
(wasGCUBECall#getEndointReference
). - increased visibility of
org.gcube.common.core.utils.calls.GCUBECall#setEndpointReference
topublic
. - queries in
org.gcube.common.core.utils.calls.WSCall
now discriminates between WS-Resources of different types but in the same service.
- fixed spelling error in
- plugin management: failures at plugin load time do not fail services now.
Changes Related to the Documentation
- errata:
- corrected
START_OPTION
inSTART_OPTIONS
in the Administrator's Guide. - corrected name of sample build file from
build-sample.xml
tosample-build.xml
in the Primer.
- corrected