There are API changes that are visible to MSF4J developers. Those APIs had
to be changed to remove the netty dependencies that they had (With
transport migration we completely decoupled MSF4J from netty).

*API*

*1.0.0*

*master*

Interceptor
[1]
<https://github.com/wso2/msf4j/blob/v1.0.0/core/src/main/java/org/wso2/msf4j/Interceptor.java>
[2]
<https://github.com/wso2/msf4j/blob/master/core/src/main/java/org/wso2/msf4j/Interceptor.java>

HttpStreamHandler
[3]
<https://github.com/wso2/msf4j/blob/v1.0.0/core/src/main/java/org/wso2/msf4j/HttpStreamHandler.java>
[4]
<https://github.com/wso2/msf4j/blob/master/core/src/main/java/org/wso2/msf4j/HttpStreamHandler.java>


[1]
https://github.com/wso2/msf4j/blob/v1.0.0/core/src/main/java/org/wso2/msf4j/Interceptor.java
[1]
https://github.com/wso2/msf4j/blob/master/core/src/main/java/org/wso2/msf4j/Interceptor.java
[3]
https://github.com/wso2/msf4j/blob/v1.0.0/core/src/main/java/org/wso2/msf4j/HttpStreamHandler.java
[4]
https://github.com/wso2/msf4j/blob/master/core/src/main/java/org/wso2/msf4j/HttpStreamHandler.java

On Tue, Apr 19, 2016 at 5:07 PM, Sameera Jayasoma <[email protected]> wrote:

> There are no API changes visible to msf4j users right? Therefore 1.1.0
> make sense.
>
> On Tue, Apr 19, 2016 at 2:33 PM, Aruna Karunarathna <[email protected]>
> wrote:
>
>>
>>
>> On Mon, Apr 18, 2016 at 1:13 PM, Afkham Azeez <[email protected]> wrote:
>>
>>> Updates to 1.1.0-SNAPSHOT.
>>>
>>>
>> Since there are API changes, because of the carbon-transport migration
>> wouldn't it better to make the version as 2.0.0-SNAPSHOT?
>>
>> On Mon, Apr 18, 2016 at 10:15 AM, Hasitha Aravinda <[email protected]>
>>> wrote:
>>>
>>>> Hi Kernel team,
>>>>
>>>> This is happening due to an issue in msf4j 1.0.0 component and solution
>>>> is to move latest msf4j version. But still msf4j master branch is set to
>>>> 1.0.0-SNAPSHOT. Since MSF4J 1.0.0 is released, Jenkins is not publishing
>>>> snapshot artifacts to nexus. Could you please fix this ?
>>>>
>>>> [1] - https://github.com/wso2/msf4j/tree/master
>>>>
>>>> Thanks,
>>>> Hasitha.
>>>>
>>>> On Fri, Apr 8, 2016 at 5:35 PM, Hasitha Aravinda <[email protected]>
>>>> wrote:
>>>>
>>>>> I have updated kernel version to 5.1.0-SNAPSHOT and now I am getting
>>>>> following error. What could be the issue. ?
>>>>>
>>>>> [2016-04-08 17:24:26,865]  WARN
>>>>> {org.wso2.carbon.kernel.internal.startupresolver.StartupOrderResolver} -
>>>>> Startup component netty-transports-mgt from
>>>>> bundle(org.wso2.carbon.transport.http.netty:1.0.0) will be in the pending
>>>>> state until Capability
>>>>> org.wso2.carbon.transport.http.netty.listener.CarbonNettyServerInitializer
>>>>> from bundle(msf4j-core:1.0.0) is available
>>>>> [2016-04-08 17:24:26,866]  WARN
>>>>> {org.wso2.carbon.kernel.internal.startupresolver.StartupOrderResolver} -
>>>>> Startup component netty-transports-mgt from
>>>>> bundle(org.wso2.carbon.transport.http.netty:1.0.0) will be in the pending
>>>>> state until Capability
>>>>> org.wso2.carbon.transport.http.netty.listener.CarbonNettyServerInitializer
>>>>> from bundle(org.wso2.carbon.transport.http.netty:1.0.0) is available
>>>>> [2016-04-08 17:24:26,866]  WARN
>>>>> {org.wso2.carbon.kernel.internal.startupresolver.StartupOrderResolver} -
>>>>> Startup component carbon-transport-mgt from
>>>>> bundle(org.wso2.carbon.core:5.1.0.SNAPSHOT) will be in the pending state
>>>>> until Capability
>>>>> org.wso2.carbon.transport.http.netty.internal.NettyTransportServiceComponent
>>>>> from bundle(org.wso2.carbon.transport.http.netty:1.0.0) is available
>>>>>
>>>>>
>>>>> Thanks,
>>>>> Hasitha.
>>>>>
>>>>> On Thu, Apr 7, 2016 at 6:57 PM, Rasika Perera <[email protected]>
>>>>> wrote:
>>>>>
>>>>>> Hi Himasha,
>>>>>>
>>>>>> This usually happens when MSF4J is waiting for its required
>>>>>> capabilities. MSF4J has cardinality of AT_LEAST_ONE as required
>>>>>> capabilities for the Carbon Transport. Which means server is waiting
>>>>>> on the startup for at least one OSGi service implementing
>>>>>> CarbonTransport.class interface[1]. As Aruna mentioned can you
>>>>>> verify whether you are packing carbon transport.
>>>>>>
>>>>>> However one issue found on your pom file.
>>>>>>
>>>>>> <export.package>
>>>>>>     org.wso2.carbon.bpmn.rest.**,*
>>>>>>     version=${carbon.business-process.exp.pkg.version},
>>>>>> </export.package>
>>>>>>
>>>>>> should be corrected as;
>>>>>>
>>>>>> <export.package>
>>>>>>     org.wso2.carbon.bpmn.rest.**;*
>>>>>> version=${carbon.business-process.exp.pkg.version},
>>>>>> </export.package>
>>>>>>
>>>>>> [1]
>>>>>> https://github.com/wso2/msf4j/blob/master/core/src/main/java/org/wso2/msf4j/internal/MicroservicesServerSC.java#L74
>>>>>>
>>>>>> Thanks
>>>>>> ~Rasika
>>>>>>
>>>>>>
>>>>>> On Thu, Apr 7, 2016 at 2:47 PM, Aruna Karunarathna <[email protected]>
>>>>>> wrote:
>>>>>>
>>>>>>> Have you guys added the carbon-transport-mgt?
>>>>>>>
>>>>>>> On Thu, Apr 7, 2016 at 1:57 PM, Hasitha Aravinda <[email protected]>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Hi Manu,
>>>>>>>>
>>>>>>>> were you able to solve this issue, I am getting the same error.
>>>>>>>>
>>>>>>>> Thanks,
>>>>>>>> Hasitha.
>>>>>>>>
>>>>>>>> On Wed, Feb 10, 2016 at 1:42 PM, Manuranga Perera <[email protected]>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> MSS product hangs when I deploy my service, but fat-jar mode works.
>>>>>>>>>
>>>>>>>>> prints
>>>>>>>>> Waiting on pending capability registration. Capability:
>>>>>>>>> org.wso2.msf4j.Interceptor
>>>>>>>>>
>>>>>>>>> how to proceed debugging?
>>>>>>>>> --
>>>>>>>>> With regards,
>>>>>>>>> *Manu*ranga Perera.
>>>>>>>>>
>>>>>>>>> phone : 071 7 70 20 50
>>>>>>>>> mail : [email protected]
>>>>>>>>>
>>>>>>>>> _______________________________________________
>>>>>>>>> Dev mailing list
>>>>>>>>> [email protected]
>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> --
>>>>>>>> Hasitha Aravinda,
>>>>>>>> Senior Software Engineer,
>>>>>>>> WSO2 Inc.
>>>>>>>> Email: [email protected]
>>>>>>>> Mobile : +94 718 210 200
>>>>>>>>
>>>>>>>> _______________________________________________
>>>>>>>> Dev mailing list
>>>>>>>> [email protected]
>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> *Aruna Sujith Karunarathna *
>>>>>>> WSO2, Inc | lean. enterprise. middleware.
>>>>>>> #20, Palm Grove, Colombo 03, Sri Lanka
>>>>>>> Mobile: +94 71 9040362 | Work: +94 112145345
>>>>>>> Email: [email protected] | Web: www.wso2.com
>>>>>>>
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> Dev mailing list
>>>>>>> [email protected]
>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> With Regards,
>>>>>>
>>>>>> *Rasika Perera*
>>>>>> Software Engineer
>>>>>> M: +94 71 680 9060 E: [email protected]
>>>>>> LinkedIn: http://lk.linkedin.com/in/rasika90
>>>>>>
>>>>>> WSO2 Inc. www.wso2.com
>>>>>> lean.enterprise.middleware
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> --
>>>>> Hasitha Aravinda,
>>>>> Senior Software Engineer,
>>>>> WSO2 Inc.
>>>>> Email: [email protected]
>>>>> Mobile : +94 718 210 200
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> --
>>>> Hasitha Aravinda,
>>>> Senior Software Engineer,
>>>> WSO2 Inc.
>>>> Email: [email protected]
>>>> Mobile : +94 718 210 200
>>>>
>>>> _______________________________________________
>>>> Dev mailing list
>>>> [email protected]
>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>
>>>>
>>>
>>>
>>> --
>>> *Afkham Azeez*
>>> Director of Architecture; WSO2, Inc.; http://wso2.com
>>> Member; Apache Software Foundation; http://www.apache.org/
>>> * <http://www.apache.org/>*
>>> *email: **[email protected]* <[email protected]>
>>> * cell: +94 77 3320919 <%2B94%2077%203320919>blog: *
>>> *http://blog.afkham.org* <http://blog.afkham.org>
>>> *twitter: **http://twitter.com/afkham_azeez*
>>> <http://twitter.com/afkham_azeez>
>>> *linked-in: **http://lk.linkedin.com/in/afkhamazeez
>>> <http://lk.linkedin.com/in/afkhamazeez>*
>>>
>>> *Lean . Enterprise . Middleware*
>>>
>>
>>
>>
>> --
>>
>> *Aruna Sujith Karunarathna *
>> WSO2, Inc | lean. enterprise. middleware.
>> #20, Palm Grove, Colombo 03, Sri Lanka
>> Mobile: +94 71 9040362 | Work: +94 112145345
>> Email: [email protected] | Web: www.wso2.com
>>
>>
>
>
>
> --
> Sameera Jayasoma,
> Software Architect,
>
> WSO2, Inc. (http://wso2.com)
> email: [email protected]
> blog: http://blog.sameera.org
> twitter: https://twitter.com/sameerajayasoma
> flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
> Mobile: 0094776364456
>
> Lean . Enterprise . Middleware
>
>


-- 
Samiyuru Senarathne
*Software Engineer*
Mobile : +94 (0) 71 134 6087
[email protected]
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to