Skip to content

Commit

Permalink
Preparing 1.2.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
debbabi committed Feb 8, 2018
1 parent 75cd6ca commit da002b8
Show file tree
Hide file tree
Showing 36 changed files with 60 additions and 362 deletions.
34 changes: 26 additions & 8 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
Changes form the 1.0.3 to 1.1.0
-------------------------------
Changes from 1.1.0 to 1.2.0 (released on February 8th, 2018)
------------------------------------------------------------

** New Features
* Logging Conditions

** Improvements
* Compositions files management
* Passing common parameters to all isolates of one node
* Avoid Starting a node as subprocess
* Having a centric version management of python sub-modules
* Ui looper in python isolate
* isolate configuration fil starts with isolate_

** Bug Fix
* Fix python modules loading problem in utf8
* Fix encoding problem while loading repository

Changes form 1.0.3 to 1.1.0
---------------------------

** New Features
* Local Discovery
Expand All @@ -12,22 +30,22 @@ Changes form the 1.0.3 to 1.1.0
* Java isolates are not started if no vm_args configuration was given [isandlatech/cohorte-platforms#79]
* Normalize paths coming from PYTHONPATH #34

Changes form the 1.0.2 to 1.0.3
-------------------------------
Changes form 1.0.2 to 1.0.3
---------------------------

** Bug Fix
* OSGi framework user-provided extra packages are not considered [isandlaTech/cohorte-runtime#36]
* Do not start Fragment bundles in OSGi [isandlaTech/cohorte-runtime#35]

Changes form the 1.0.1 to 1.0.2
-------------------------------
Changes form 1.0.1 to 1.0.2
---------------------------

** Bug Fix
* Cohorte cannot find required artifacts and stops starting the isolate [isandlaTech/cohorte-platforms#59]
* Corrected top composer status [isandlaTech/cohorte-platforms#53]

Changes form the 1.0.0 to 1.0.1
-------------------------------
Changes form 1.0.0 to 1.0.1
---------------------------

** Improvements
* add "iPOJO Isolates" to cohorte-debug servlet
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ More details are available on [Cohorte Web Site](http://cohorte.github.io/).

# About

The Cohorte Project is an open source framework hosted on GitHub and sponsored by [isandlaTech](http://isandlatech.com).
To help you developing your business applications using COHORTE, feel free to contact isandlaTech's support team at [contact@isandlatech.com](mailto:contact@isandlatech.com).
The Cohorte Project is an open source framework hosted on GitHub and sponsored by [Cohorte Technologies](http://cohorte-technologies.com).
To help you developing your business applications using COHORTE, feel free to contact isandlaTech's support team at [contact@isandlatech.com](mailto:contact@cohorte-technologies.com).

# License

Expand Down
2 changes: 1 addition & 1 deletion java/Build/maven/build-bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.cohorte.runtime</groupId>
<artifactId>cohorte-runtime</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<artifactId>cohorte-runtime-bundles</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion java/Build/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cohorte.runtime</groupId>
<artifactId>cohorte-runtime</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>pom</packaging>

<name>Cohorte Runtime :: Root project</name>
Expand Down
2 changes: 1 addition & 1 deletion java/boot/org.cohorte.pyboot.api/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bundle-Name: COHORTE :: Python Bridge :: API
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-SymbolicName: org.cohorte.pyboot.api
Bundle-Vendor: COHORTE Technologies
Bundle-Version: 1.2.0.qualifier
Bundle-Version: 1.2.0
Created-By: iPOJO 1.8.0
Export-Package: org.cohorte.pyboot.api

2 changes: 1 addition & 1 deletion java/boot/org.cohorte.pyboot.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.cohorte.runtime</groupId>
<artifactId>cohorte-runtime-bundles</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>../../Build/maven/build-bundles/pom.xml</relativePath>
</parent>
<artifactId>org.cohorte.pyboot.api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/boot/org.cohorte.pyboot.config/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bundle-Name: COHORTE :: Python Bridge :: Isolate Configuration
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-SymbolicName: org.cohorte.pyboot.config
Bundle-Vendor: COHORTE Technologies
Bundle-Version: 1.2.0.qualifier
Bundle-Version: 1.2.0
Created-By: iPOJO 1.8.0
Import-Package: org.apache.felix.ipojo, org.apache.felix.ipojo.archite
cture, org.cohorte.pyboot.api, org.osgi.service.cm, org.osgi.service.
Expand Down
2 changes: 1 addition & 1 deletion java/boot/org.cohorte.pyboot.config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.cohorte.runtime</groupId>
<artifactId>cohorte-runtime-bundles</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>../../Build/maven/build-bundles/pom.xml</relativePath>
</parent>
<artifactId>org.cohorte.pyboot.config</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bundle-Name: COHORTE :: Python Bridge :: Shell Agent
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-SymbolicName: org.cohorte.pyboot.shell.agent
Bundle-Vendor: COHORTE Technologies
Bundle-Version: 1.2.0.qualifier
Bundle-Version: 1.2.0
Created-By: iPOJO 1.8.0
Import-Package: org.apache.felix.ipojo, org.apache.felix.ipojo.archite
cture, org.cohorte.herald, org.cohorte.pyboot.api, org.cohorte.shell,
Expand Down
2 changes: 1 addition & 1 deletion java/boot/org.cohorte.pyboot.shell.agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.cohorte.runtime</groupId>
<artifactId>cohorte-runtime-bundles</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>../../Build/maven/build-bundles/pom.xml</relativePath>
</parent>
<artifactId>org.cohorte.pyboot.shell.agent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/boot/org.cohorte.pyboot/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bundle-Name: COHORTE :: Python Bridge :: Core
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-SymbolicName: org.cohorte.pyboot
Bundle-Vendor: COHORTE Technologies
Bundle-Version: 1.2.0.qualifier
Bundle-Version: 1.2.0
Created-By: iPOJO 1.8.0
Import-Package: org.apache.felix.ipojo, org.apache.felix.ipojo.archite
cture, org.cohorte.pyboot.api, org.osgi.framework, org.osgi.service.c
Expand Down
2 changes: 1 addition & 1 deletion java/boot/org.cohorte.pyboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.cohorte.runtime</groupId>
<artifactId>cohorte-runtime-bundles</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>../../Build/maven/build-bundles/pom.xml</relativePath>
</parent>
<artifactId>org.cohorte.pyboot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/boot/org.cohorte.slf4j-OCIL/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.cohorte.runtime</groupId>
<artifactId>cohorte-runtime-bundles</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>../../Build/maven/build-bundles/pom.xml</relativePath>
</parent>
<artifactId>org.cohorte.slf4j-OCIL</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/boot/org.psem2m.isolates.base/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Bundle-Name: COHORTE :: Base Services
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-SymbolicName: org.psem2m.isolates.base
Bundle-Vendor: COHORTE Technologies
Bundle-Version: 1.2.0.qualifier
Bundle-Version: 1.2.0
Created-By: iPOJO 1.8.0
Export-Package: org.psem2m.isolates.base; uses:="org.osgi.service.log,
org.osgi.framework, org.psem2m.utilities.logging, org.psem2m.util
Expand Down
2 changes: 1 addition & 1 deletion java/boot/org.psem2m.isolates.base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.cohorte.runtime</groupId>
<artifactId>cohorte-runtime-bundles</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>../../Build/maven/build-bundles/pom.xml</relativePath>
</parent>
<artifactId>org.psem2m.isolates.base</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: COHORTE :: Constants
Bundle-SymbolicName: org.psem2m.isolates.constants
Bundle-Version: 1.2.0.qualifier
Bundle-Version: 1.2.0
Bundle-Vendor: COHORTE Technologies
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.osgi.framework,
Expand Down
2 changes: 1 addition & 1 deletion java/boot/org.psem2m.isolates.constants/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.cohorte.runtime</groupId>
<artifactId>cohorte-runtime-bundles</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>../../Build/maven/build-bundles/pom.xml</relativePath>
</parent>
<artifactId>org.psem2m.isolates.constants</artifactId>
Expand Down
1 change: 0 additions & 1 deletion java/changeversion.sh

This file was deleted.

2 changes: 1 addition & 1 deletion java/cohorte-runtime-package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.cohorte.runtime</groupId>
<artifactId>cohorte-runtime-bundles</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>../Build/maven/build-bundles/pom.xml</relativePath>
</parent>
<artifactId>cohorte-runtime-package</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: COHORTE :: Composer :: API
Bundle-SymbolicName: org.cohorte.composer.api
Bundle-Version: 1.2.0.qualifier
Bundle-Version: 1.2.0
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: COHORTE Technologies
Export-Package: org.cohorte.composer.api
2 changes: 1 addition & 1 deletion java/composer/org.cohorte.composer.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.cohorte.runtime</groupId>
<artifactId>cohorte-runtime-bundles</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>../../Build/maven/build-bundles/pom.xml</relativePath>
</parent>
<artifactId>org.cohorte.composer.api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bundle-Name: Cohorte :: Composer :: Isolate
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-SymbolicName: org.cohorte.composer.isolate
Bundle-Vendor: COHORTE Technologies
Bundle-Version: 1.2.0.qualifier
Bundle-Version: 1.2.0
Created-By: iPOJO 1.10.1
Import-Package: org.apache.felix.ipojo, org.apache.felix.ipojo.annotat
ions, org.apache.felix.ipojo.architecture, org.apache.felix.ipojo.han
Expand Down
2 changes: 1 addition & 1 deletion java/composer/org.cohorte.composer.isolate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.cohorte.runtime</groupId>
<artifactId>cohorte-runtime-bundles</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>../../Build/maven/build-bundles/pom.xml</relativePath>
</parent>
<artifactId>org.cohorte.composer.isolate</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Bundle-Name: COHORTE :: Local Discovery
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-SymbolicName: org.cohorte.isolates.discovery.local
Bundle-Vendor: COHORTE Technologies
Bundle-Version: 1.2.0.qualifier
Bundle-Version: 1.2.0
Created-By: iPOJO 1.12.1
Import-Package: org.apache.felix.ipojo, org.apache.felix.ipojo.annotat
ions, org.apache.felix.ipojo.architecture, org.cohorte.herald, org.co
Expand Down
2 changes: 1 addition & 1 deletion java/isolates/org.cohorte.isolates.discovery.local/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.cohorte.runtime</groupId>
<artifactId>cohorte-runtime-bundles</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>../../Build/maven/build-bundles/pom.xml</relativePath>
</parent>
<artifactId>org.cohorte.isolates.discovery.local</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/isolates/org.cohorte.shell.osgi/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Bundle-Name: COHORTE :: Shell :: OSGi Commands
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-SymbolicName: org.cohorte.shell.osgi
Bundle-Vendor: COHORTE Technologies
Bundle-Version: 1.2.0.qualifier
Bundle-Version: 1.2.0
Created-By: iPOJO 1.12.1
Import-Package: org.apache.felix.ipojo;version="[1.12.1,2.0.0)", org.a
pache.felix.ipojo.architecture;version="[1.12.1,2.0.0)", org.apache.f
Expand Down
2 changes: 1 addition & 1 deletion java/isolates/org.cohorte.shell.osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.cohorte.runtime</groupId>
<artifactId>cohorte-runtime-bundles</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>../../Build/maven/build-bundles/pom.xml</relativePath>
</parent>
<artifactId>org.cohorte.shell.osgi</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bundle-Name: COHORTE :: Remote Shell
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-SymbolicName: org.cohorte.shell.remote
Bundle-Vendor: COHORTE Technologies
Bundle-Version: 1.2.0.qualifier
Bundle-Version: 1.2.0
Created-By: iPOJO 1.8.0
Import-Package: org.apache.felix.ipojo, org.apache.felix.ipojo.archite
cture, org.apache.felix.service.command;status=provisional, org.cohor
Expand Down
2 changes: 1 addition & 1 deletion java/isolates/org.cohorte.shell.remote/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.cohorte.runtime</groupId>
<artifactId>cohorte-runtime-bundles</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>../../Build/maven/build-bundles/pom.xml</relativePath>
</parent>
<artifactId>org.cohorte.shell.remote</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Bundle-Name: COHORTE :: Loggers
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-SymbolicName: org.psem2m.isolates.loggers
Bundle-Vendor: COHORTE Technologies
Bundle-Version: 1.2.0.qualifier
Bundle-Version: 1.2.0
Created-By: iPOJO 1.8.0
Export-Package: org.psem2m.isolates.loggers
Import-Package: org.apache.felix.ipojo, org.apache.felix.ipojo.annotat
Expand Down
2 changes: 1 addition & 1 deletion java/isolates/org.psem2m.isolates.loggers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.cohorte.runtime</groupId>
<artifactId>cohorte-runtime-bundles</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>../../Build/maven/build-bundles/pom.xml</relativePath>
</parent>
<artifactId>org.psem2m.isolates.loggers</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bundle-Name: PSEM2M :: Isolate Agent
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-SymbolicName: org.psem2m.isolates.slave.agent
Bundle-Vendor: COHORTE Technologies
Bundle-Version: 1.2.0.qualifier
Bundle-Version: 1.2.0
Created-By: iPOJO 1.8.0
Import-Package: org.apache.felix.ipojo, org.apache.felix.ipojo.archite
cture, org.cohorte.herald, org.osgi.framework, org.osgi.framework.wir
Expand Down
2 changes: 1 addition & 1 deletion java/isolates/org.psem2m.isolates.slave.agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.cohorte.runtime</groupId>
<artifactId>cohorte-runtime-bundles</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>../../Build/maven/build-bundles/pom.xml</relativePath>
</parent>
<artifactId>org.psem2m.isolates.slave.agent</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bundle-Name: PSEM2M :: Status Storage Factory
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-SymbolicName: org.psem2m.status.storage
Bundle-Vendor: COHORTE Technologies
Bundle-Version: 1.2.0.qualifier
Bundle-Version: 1.2.0
Created-By: iPOJO 1.8.0
Export-Package: org.psem2m.status.storage
Import-Package: org.apache.felix.ipojo, org.apache.felix.ipojo.archite
Expand Down
2 changes: 1 addition & 1 deletion java/isolates/org.psem2m.status.storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.cohorte.runtime</groupId>
<artifactId>cohorte-runtime-bundles</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>../../Build/maven/build-bundles/pom.xml</relativePath>
</parent>
<artifactId>org.psem2m.status.storage</artifactId>
Expand Down
Loading

0 comments on commit da002b8

Please sign in to comment.