Difference between revisions of "1.1.0 Release Notes"

From GCube System
Jump to: navigation, search
(Changes Related to the gHN)
(Changes Related to the gHN)
Line 15: Line 15:
 
::* new configuration parameters
 
::* new configuration parameters
 
:::* ''ISGenericPublisher'': the referred class must implement the <code>org.gcube.common.core.informationsystem.publisher.ISGenericPublisher</i> allowing to publish generic piece of information in the IS;
 
:::* ''ISGenericPublisher'': the referred class must implement the <code>org.gcube.common.core.informationsystem.publisher.ISGenericPublisher</i> allowing to publish generic piece of information in the IS;
:::* ''ISResource'': the referred class must implement the <code>org.gcube.common.core.informationsystem.publisher.ISResource</i> modeling a generic piece of information that can be published in the IS;
+
:::* ''ISResource'': the referred class must implement the <code>org.gcube.common.core.informationsystem.publisher.ISResource</code> modeling a generic piece of information that can be published in the IS;
:::* ''ISResourcePublisher''
+
:::* ''ISResourcePublisher'': the referred class must implement the <code>org.gcube.common.core.informationsystem.publisher.ISResourcePublisher</code> allowing to publish gCUBE Resources in the IS;
 
::* configuration parameters removed because the publisher now behaves only in a synchronous way:  
 
::* configuration parameters removed because the publisher now behaves only in a synchronous way:  
 
:::* ''ISAsyncPublisher''
 
:::* ''ISAsyncPublisher''

Revision as of 23:16, 8 February 2011

Changes Related to the gHN

  • distribution:
  • to comply with the Java 6 platform, the following libraries have been removed:
  • activation.jar
  • jaxb1-impl.jar
  • jaxb-api.jar
  • jaxb-impl.jar
  • jaxb-xjc.jar
  • jsr173_api.jar
  • the secure distribution has been halted, waiting for the forthcoming new security framework
  • configuration: the implementation.properties file has been changed to reflect the changes in the org.gcube.common.core.informationsystem.publisher package as follows:
  • new configuration parameters
  • ISGenericPublisher: the referred class must implement the org.gcube.common.core.informationsystem.publisher.ISGenericPublisher</i> allowing to publish generic piece of information in the IS;
  • ISResource: the referred class must implement the <code>org.gcube.common.core.informationsystem.publisher.ISResource modeling a generic piece of information that can be published in the IS;
  • ISResourcePublisher: the referred class must implement the org.gcube.common.core.informationsystem.publisher.ISResourcePublisher allowing to publish gCUBE Resources in the IS;
  • configuration parameters removed because the publisher now behaves only in a synchronous way:
  • ISAsyncPublisher
  • ISSyncPublisher

Changes Related to the Services