Difference between revisions of "1.0.4 Release Notes"

From GCube System
Jump to: navigation, search
(New page: gCore <code>1.0.4</code> introduces the following changes: ====Changes Related to the gHN==== :* ''configuration'': The gCore container is now defaulted to start with a service thread po...)
 
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
 
:* ''configuration'': The gCore container is now defaulted to start with a service thread pool sized to 100;
 
:* ''configuration'': The gCore container is now defaulted to start with a service thread pool sized to 100;
 +
:* ''gHN profile'':
 +
::* the RuntimeEnvironment section of the gHN profile is updated each the GHN is started;
 +
::* the name of the domain is now formed by the two last tokens of the host name (if available) or the complete IP address
  
 
====Changes Related to Services ====
 
====Changes Related to Services ====
Line 9: Line 12:
 
:* ''changes for managing pre-conditions on WS-Topics'':
 
:* ''changes for managing pre-conditions on WS-Topics'':
 
::*  WS Core 4.0.4 released in 1.0.3 has been fixed to manage some corner cases;
 
::*  WS Core 4.0.4 released in 1.0.3 has been fixed to manage some corner cases;
 +
 +
:* registered custom <code>StreamHandlerFactory</code> to cope with Java's classloading bug
  
 
:* ''fault management'':
 
:* ''fault management'':
Line 14: Line 19:
 
::* serialisation and deserialisation of full, recursive stack-trace as fault detail;
 
::* serialisation and deserialisation of full, recursive stack-trace as fault detail;
  
:* ''stateful homes'':
+
:* ''fixings'':
 
::* <code>GCUBEWSLiteResource.transformParams()</code> returns <code>Object[]</code> instead of <code>Object</code>
 
::* <code>GCUBEWSLiteResource.transformParams()</code> returns <code>Object[]</code> instead of <code>Object</code>
 +
::* <code>GCUBELocalHome</code> persists link count decrements on remove
  
 
:* ''code clean up''
 
:* ''code clean up''
 
::* restored <code>setScope(thread,scope)</code> methods for binary compatibility with previous release
 
::* restored <code>setScope(thread,scope)</code> methods for binary compatibility with previous release

Latest revision as of 17:17, 26 November 2010

gCore 1.0.4 introduces the following changes:

Changes Related to the gHN

  • configuration: The gCore container is now defaulted to start with a service thread pool sized to 100;
  • gHN profile:
  • the RuntimeEnvironment section of the gHN profile is updated each the GHN is started;
  • the name of the domain is now formed by the two last tokens of the host name (if available) or the complete IP address

Changes Related to Services

  • changes for managing pre-conditions on WS-Topics:
  • WS Core 4.0.4 released in 1.0.3 has been fixed to manage some corner cases;
  • registered custom StreamHandlerFactory to cope with Java's classloading bug
  • fault management:
  • getCause on a GCUBEFault returns a Throwable of the remote exception;
  • serialisation and deserialisation of full, recursive stack-trace as fault detail;
  • fixings:
  • GCUBEWSLiteResource.transformParams() returns Object[] instead of Object
  • GCUBELocalHome persists link count decrements on remove
  • code clean up
  • restored setScope(thread,scope) methods for binary compatibility with previous release