Hi Nandika,

Rule component and rule feature are having dependencies to 'rulecep'
modules. The list of dependencies are given below, but only the
'org.wso2.carbon.rulecep.commons' is actually used (in
'org.wso2.carbon.rule.ws.ui' module).
So we can get rid from other dependencies.

'org.wso2.carbon.rulecep.commons' having the dependency version set as
4.2.0 but there I cannot find the relevant source in the turing branch. The
latest released version of that module is 3.2.0 [1]
http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/carbon/org.wso2.carbon.rulecep.commons/

            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>*org.wso2.carbon.rulecep.adapters*</artifactId>
                <version>${carbon.platform.version}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>*org.wso2.carbon.rulecep.commons*</artifactId>
                <version>${carbon.platform.version}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>*org.wso2.carbon.rulecep.adapters.service*
</artifactId>
                <version>${carbon.platform.version}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>*org.wso2.carbon.rulecep.service*</artifactId>
                <version>${carbon.platform.version}</version>
            </dependency>

Please note I'm not working on BRS release fulltime due to other priorities.

Thanks
Thilini

On Wed, Mar 19, 2014 at 9:35 AM, Thilini Ishaka <[email protected]> wrote:

> This is a small update on tasks completed so far.
>
> On Mon, Mar 10, 2014 at 11:18 AM, Nandika Jayawardana <[email protected]>wrote:
>
>> HI Shankar,
>>
>> Following are the tasks that needs to be done for BRS Release.
>>
>> 1. Branch and Fix the build - ( completed already )
>>
> Done*.*
>
>> 2. Upgrade drools version
>>
> Done. [mail dev@ - 'Upgrading drools version to 6.0.1.Final' by me]
>
>>  3. Carbon Context Re-factoring
>>
> Done.
>
>> 4. Migrate test framework
>>
> TODO item.
>
>> 5. Check the samples and documentation
>>
> Documentation 70% okay [mail documentation@ - 'BRS documentation']
> Check on samples - TODO item.
>
> Thanks
> Thilini
>
>>
>> Thilini will start working on the these items from today.
>>
>> Regards
>> Nandika
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> On Sun, Mar 2, 2014 at 8:38 AM, Selvaratnam Uthaiyashankar <
>> [email protected]> wrote:
>>
>>> It has to be 2.1.0, considering we are moving to turing branch. So, we
>>> are getting new features/improvements from carbon, even though there are no
>>> new features in BRS.
>>>
>>>
>>> On Sat, Mar 1, 2014 at 11:05 PM, Nandika Jayawardana 
>>> <[email protected]>wrote:
>>>
>>>> Hi Shankar,
>>>>
>>>> What version number should we use.  The last released version of BRS is
>>>> 2.0.0. I think we can use either 2.1.0 or 2.0.1
>>>>
>>>> Regards
>>>> Nandika
>>>>
>>>>
>>>> On Fri, Feb 28, 2014 at 8:09 PM, Selvaratnam Uthaiyashankar <
>>>> [email protected]> wrote:
>>>>
>>>>> Can we start doing this? Once finished, we'll decide on the chunk. Can
>>>>> we allocate one person to do this from now itself?
>>>>>
>>>>>
>>>>> On Fri, Feb 28, 2014 at 8:01 PM, Nandika Jayawardana <[email protected]
>>>>> > wrote:
>>>>>
>>>>>> Hi Shankar,
>>>>>>
>>>>>> I think we should be able to just upgrade the drools version, build
>>>>>> it against Turing, do the necessary carbon context re factoring work and
>>>>>> release it. However, we have to align it with a planned chunk release.
>>>>>> Currently there is a chunk released planned for April. That is the 
>>>>>> earliest
>>>>>>  time we can do it.
>>>>>>
>>>>>> Regards
>>>>>> Nandika
>>>>>>
>>>>>>
>>>>>> On Thu, Feb 27, 2014 at 10:57 PM, Selvaratnam Uthaiyashankar <
>>>>>> [email protected]> wrote:
>>>>>>
>>>>>>> Hi Nandika, Shevan,
>>>>>>>
>>>>>>> When are we releasing BRS? Can we just built it against turing and
>>>>>>> fix the issues and release it? We don't need any new feature. If we 
>>>>>>> have to
>>>>>>> do this, what is the timeline?
>>>>>>>
>>>>>>> Regards,
>>>>>>> Shankar
>>>>>>>
>>>>>>
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to