Re: [Dev] SnakeYAML is already an OSGi bundle. Why do we have SnakeYAML in orbit?

2016-08-22 Thread Shan Mahanama
[Adding Jayanga]

On Mon, Aug 1, 2016 at 10:18 AM, Shan Mahanama  wrote:

> Hi Isuru,
>
> Sorry about the delay to reply. We are looking into this issue and will
> fix this in the next version (5.2.0).
>
> Thanks,
> Shan.
>
> On Wed, Jul 27, 2016 at 12:30 PM, Isuru Perera  wrote:
>
>> Hi Shan,
>>
>> Any updates on this?
>>
>> On Thu, Jun 30, 2016 at 9:58 AM, Shan Mahanama  wrote:
>>
>>> Hi Kishanthan,
>>>
>>> I will check it and update you as soon as possible.
>>>
>>> Thanks,
>>> Shan.
>>>
>>> On Wed, Jun 29, 2016 at 6:20 PM, Kishanthan Thangarajah <
>>> kishant...@wso2.com> wrote:
>>>
 Thanks Isuru.

 @Shan, let's check on this and try to fix it.

 On Wed, Jun 29, 2016 at 6:12 PM, Isuru Perera  wrote:

> Hi Kishanthan,
>
> I created a JIRA: https://wso2.org/jira/browse/CARBON-15972
>
> I just saw that stackoverflow question when searching for some other
> issue.
>
> Thanks!
>
> Best Regards,
> It would also be great if you can create a jira for this with the
> information so that we could add this for next kernel release.
>
> On Wed, Jun 29, 2016 at 4:51 PM, Kishanthan Thangarajah <
> kishant...@wso2.com> wrote:
>
>> Thanks Isuru. We can try and add this option, which would remove the
>> need for Dynamic-Import.
>>
>> On Wed, Jun 29, 2016 at 3:42 PM, Isuru Perera 
>> wrote:
>>
>>> I just saw that SnakeYaml provides a "CustomClassLoaderConstructor".
>>> Could you please check on that.
>>>
>>> See: http://stackoverflow.com/questions/4940379/using-
>>> snakeyaml-under-osgi/4944346#4944346
>>>
>>>
>>> On Thu, May 19, 2016 at 1:31 PM, Isuru Perera 
>>> wrote:
>>>
 Thanks for info.

 Shall we ask the snakeyaml developers to add the Dynamic-Import
 header. May be we can create an issue [1]. Otherwise, that library is 
 not
 useful in an OSGi container, right?

 [1] https://bitbucket.org/asomov/snakeyaml/issues?status=new;
 status=open

 On Thu, May 5, 2016 at 7:25 AM, Kishanthan Thangarajah <
 kishant...@wso2.com> wrote:

> This is because we had to add Dynamic-Import header to this
> bundle, which is missing in the original bundle, as snakeyaml was 
> loading
> classes dynamically when trying to build and construct the bean 
> object for
> the configuration.
>
> On Wed, May 4, 2016 at 12:16 PM, Isuru Perera 
> wrote:
>
>> Hi,
>>
>> $subject [1]. See manifest entries in latest JARs [2]
>>
>> [1] https://github.com/wso2/orbit/tree/master/snakeyaml/1.16.0.
>> wso2v1
>> [2] http://search.maven.org/#search|gav|1|g%3A%22org.yaml%
>> 22%20AND%20a%3A%22snakeyaml%22
>> 
>>
>> --
>> Isuru Perera
>> Associate Technical Lead | WSO2, Inc. | http://wso2.com/
>> Lean . Enterprise . Middleware
>>
>> about.me/chrishantha
>> Contact: +IsuruPereraWSO2
>> 
>>
>
>
>
> --
> *Kishanthan Thangarajah*
> Associate Technical Lead,
> Platform Technologies Team,
> WSO2, Inc.
> lean.enterprise.middleware
>
> Mobile - +94773426635
> Blog - *http://kishanthan.wordpress.com
> *
> Twitter - *http://twitter.com/kishanthan
> *
>



 --
 Isuru Perera
 Associate Technical Lead | WSO2, Inc. | http://wso2.com/
 Lean . Enterprise . Middleware

 about.me/chrishantha
 Contact: +IsuruPereraWSO2
 

>>>
>>>
>>>
>>> --
>>> Isuru Perera
>>> Associate Technical Lead | WSO2, Inc. | http://wso2.com/
>>> Lean . Enterprise . Middleware
>>>
>>> about.me/chrishantha
>>> Contact: +IsuruPereraWSO2
>>> 
>>>
>>
>>
>>
>> --
>> *Kishanthan Thangarajah*
>> Technical Lead,
>> Platform Technologies Team,
>> WSO2, Inc.
>> lean.enterprise.middleware
>>
>> Mobile - +94773426635
>> Blog - *http://kishanthan.wordpress.com
>> *
>> Twitter - *http://twitter.com/kishanthan
>> *
>>
>
>
>
> --
> *Kishanthan Thangarajah*
> Technical Lead,
> Platform Technologies Team,
> WSO2, 

Re: [Dev] SnakeYAML is already an OSGi bundle. Why do we have SnakeYAML in orbit?

2016-07-31 Thread Shan Mahanama
Hi Isuru,

Sorry about the delay to reply. We are looking into this issue and will fix
this in the next version (5.2.0).

Thanks,
Shan.

On Wed, Jul 27, 2016 at 12:30 PM, Isuru Perera  wrote:

> Hi Shan,
>
> Any updates on this?
>
> On Thu, Jun 30, 2016 at 9:58 AM, Shan Mahanama  wrote:
>
>> Hi Kishanthan,
>>
>> I will check it and update you as soon as possible.
>>
>> Thanks,
>> Shan.
>>
>> On Wed, Jun 29, 2016 at 6:20 PM, Kishanthan Thangarajah <
>> kishant...@wso2.com> wrote:
>>
>>> Thanks Isuru.
>>>
>>> @Shan, let's check on this and try to fix it.
>>>
>>> On Wed, Jun 29, 2016 at 6:12 PM, Isuru Perera  wrote:
>>>
 Hi Kishanthan,

 I created a JIRA: https://wso2.org/jira/browse/CARBON-15972

 I just saw that stackoverflow question when searching for some other
 issue.

 Thanks!

 Best Regards,
 It would also be great if you can create a jira for this with the
 information so that we could add this for next kernel release.

 On Wed, Jun 29, 2016 at 4:51 PM, Kishanthan Thangarajah <
 kishant...@wso2.com> wrote:

> Thanks Isuru. We can try and add this option, which would remove the
> need for Dynamic-Import.
>
> On Wed, Jun 29, 2016 at 3:42 PM, Isuru Perera  wrote:
>
>> I just saw that SnakeYaml provides a "CustomClassLoaderConstructor".
>> Could you please check on that.
>>
>> See:
>> http://stackoverflow.com/questions/4940379/using-snakeyaml-under-osgi/4944346#4944346
>>
>>
>> On Thu, May 19, 2016 at 1:31 PM, Isuru Perera 
>> wrote:
>>
>>> Thanks for info.
>>>
>>> Shall we ask the snakeyaml developers to add the Dynamic-Import
>>> header. May be we can create an issue [1]. Otherwise, that library is 
>>> not
>>> useful in an OSGi container, right?
>>>
>>> [1]
>>> https://bitbucket.org/asomov/snakeyaml/issues?status=new=open
>>>
>>> On Thu, May 5, 2016 at 7:25 AM, Kishanthan Thangarajah <
>>> kishant...@wso2.com> wrote:
>>>
 This is because we had to add Dynamic-Import header to this bundle,
 which is missing in the original bundle, as snakeyaml was loading 
 classes
 dynamically when trying to build and construct the bean object for the
 configuration.

 On Wed, May 4, 2016 at 12:16 PM, Isuru Perera 
 wrote:

> Hi,
>
> $subject [1]. See manifest entries in latest JARs [2]
>
> [1]
> https://github.com/wso2/orbit/tree/master/snakeyaml/1.16.0.wso2v1
> [2]
> http://search.maven.org/#search|gav|1|g%3A%22org.yaml%22%20AND%20a%3A%22snakeyaml%22
> 
>
> --
> Isuru Perera
> Associate Technical Lead | WSO2, Inc. | http://wso2.com/
> Lean . Enterprise . Middleware
>
> about.me/chrishantha
> Contact: +IsuruPereraWSO2
> 
>



 --
 *Kishanthan Thangarajah*
 Associate Technical Lead,
 Platform Technologies Team,
 WSO2, Inc.
 lean.enterprise.middleware

 Mobile - +94773426635
 Blog - *http://kishanthan.wordpress.com
 *
 Twitter - *http://twitter.com/kishanthan
 *

>>>
>>>
>>>
>>> --
>>> Isuru Perera
>>> Associate Technical Lead | WSO2, Inc. | http://wso2.com/
>>> Lean . Enterprise . Middleware
>>>
>>> about.me/chrishantha
>>> Contact: +IsuruPereraWSO2
>>> 
>>>
>>
>>
>>
>> --
>> Isuru Perera
>> Associate Technical Lead | WSO2, Inc. | http://wso2.com/
>> Lean . Enterprise . Middleware
>>
>> about.me/chrishantha
>> Contact: +IsuruPereraWSO2
>> 
>>
>
>
>
> --
> *Kishanthan Thangarajah*
> Technical Lead,
> Platform Technologies Team,
> WSO2, Inc.
> lean.enterprise.middleware
>
> Mobile - +94773426635
> Blog - *http://kishanthan.wordpress.com
> *
> Twitter - *http://twitter.com/kishanthan
> *
>



 --
 *Kishanthan Thangarajah*
 Technical Lead,
 Platform Technologies Team,
 WSO2, Inc.
 lean.enterprise.middleware

 Mobile - +94773426635
 Blog - *http://kishanthan.wordpress.com
 *
 Twitter - *http://twitter.com/kishanthan
 *

>>>
>>>
>>>
>>> --
>>> *Kishanthan Thangarajah*

Re: [Dev] SnakeYAML is already an OSGi bundle. Why do we have SnakeYAML in orbit?

2016-07-27 Thread Isuru Perera
Hi Shan,

Any updates on this?

On Thu, Jun 30, 2016 at 9:58 AM, Shan Mahanama  wrote:

> Hi Kishanthan,
>
> I will check it and update you as soon as possible.
>
> Thanks,
> Shan.
>
> On Wed, Jun 29, 2016 at 6:20 PM, Kishanthan Thangarajah <
> kishant...@wso2.com> wrote:
>
>> Thanks Isuru.
>>
>> @Shan, let's check on this and try to fix it.
>>
>> On Wed, Jun 29, 2016 at 6:12 PM, Isuru Perera  wrote:
>>
>>> Hi Kishanthan,
>>>
>>> I created a JIRA: https://wso2.org/jira/browse/CARBON-15972
>>>
>>> I just saw that stackoverflow question when searching for some other
>>> issue.
>>>
>>> Thanks!
>>>
>>> Best Regards,
>>> It would also be great if you can create a jira for this with the
>>> information so that we could add this for next kernel release.
>>>
>>> On Wed, Jun 29, 2016 at 4:51 PM, Kishanthan Thangarajah <
>>> kishant...@wso2.com> wrote:
>>>
 Thanks Isuru. We can try and add this option, which would remove the
 need for Dynamic-Import.

 On Wed, Jun 29, 2016 at 3:42 PM, Isuru Perera  wrote:

> I just saw that SnakeYaml provides a "CustomClassLoaderConstructor".
> Could you please check on that.
>
> See:
> http://stackoverflow.com/questions/4940379/using-snakeyaml-under-osgi/4944346#4944346
>
>
> On Thu, May 19, 2016 at 1:31 PM, Isuru Perera  wrote:
>
>> Thanks for info.
>>
>> Shall we ask the snakeyaml developers to add the Dynamic-Import
>> header. May be we can create an issue [1]. Otherwise, that library is not
>> useful in an OSGi container, right?
>>
>> [1]
>> https://bitbucket.org/asomov/snakeyaml/issues?status=new=open
>>
>> On Thu, May 5, 2016 at 7:25 AM, Kishanthan Thangarajah <
>> kishant...@wso2.com> wrote:
>>
>>> This is because we had to add Dynamic-Import header to this bundle,
>>> which is missing in the original bundle, as snakeyaml was loading 
>>> classes
>>> dynamically when trying to build and construct the bean object for the
>>> configuration.
>>>
>>> On Wed, May 4, 2016 at 12:16 PM, Isuru Perera 
>>> wrote:
>>>
 Hi,

 $subject [1]. See manifest entries in latest JARs [2]

 [1]
 https://github.com/wso2/orbit/tree/master/snakeyaml/1.16.0.wso2v1
 [2]
 http://search.maven.org/#search|gav|1|g%3A%22org.yaml%22%20AND%20a%3A%22snakeyaml%22
 

 --
 Isuru Perera
 Associate Technical Lead | WSO2, Inc. | http://wso2.com/
 Lean . Enterprise . Middleware

 about.me/chrishantha
 Contact: +IsuruPereraWSO2
 

>>>
>>>
>>>
>>> --
>>> *Kishanthan Thangarajah*
>>> Associate Technical Lead,
>>> Platform Technologies Team,
>>> WSO2, Inc.
>>> lean.enterprise.middleware
>>>
>>> Mobile - +94773426635
>>> Blog - *http://kishanthan.wordpress.com
>>> *
>>> Twitter - *http://twitter.com/kishanthan
>>> *
>>>
>>
>>
>>
>> --
>> Isuru Perera
>> Associate Technical Lead | WSO2, Inc. | http://wso2.com/
>> Lean . Enterprise . Middleware
>>
>> about.me/chrishantha
>> Contact: +IsuruPereraWSO2
>> 
>>
>
>
>
> --
> Isuru Perera
> Associate Technical Lead | WSO2, Inc. | http://wso2.com/
> Lean . Enterprise . Middleware
>
> about.me/chrishantha
> Contact: +IsuruPereraWSO2
> 
>



 --
 *Kishanthan Thangarajah*
 Technical Lead,
 Platform Technologies Team,
 WSO2, Inc.
 lean.enterprise.middleware

 Mobile - +94773426635
 Blog - *http://kishanthan.wordpress.com
 *
 Twitter - *http://twitter.com/kishanthan
 *

>>>
>>>
>>>
>>> --
>>> *Kishanthan Thangarajah*
>>> Technical Lead,
>>> Platform Technologies Team,
>>> WSO2, Inc.
>>> lean.enterprise.middleware
>>>
>>> Mobile - +94773426635
>>> Blog - *http://kishanthan.wordpress.com
>>> *
>>> Twitter - *http://twitter.com/kishanthan
>>> *
>>>
>>
>>
>>
>> --
>> *Kishanthan Thangarajah*
>> Technical Lead,
>> Platform Technologies Team,
>> WSO2, Inc.
>> lean.enterprise.middleware
>>
>> Mobile - +94773426635
>> Blog - *http://kishanthan.wordpress.com
>> *
>> Twitter - *http://twitter.com/kishanthan *
>>
>
>
>
> --
> Shan Mahanama
> Software Engineer, WSO2 Inc. http://wso2.com
> 

Re: [Dev] SnakeYAML is already an OSGi bundle. Why do we have SnakeYAML in orbit?

2016-06-29 Thread Shan Mahanama
Hi Kishanthan,

I will check it and update you as soon as possible.

Thanks,
Shan.

On Wed, Jun 29, 2016 at 6:20 PM, Kishanthan Thangarajah  wrote:

> Thanks Isuru.
>
> @Shan, let's check on this and try to fix it.
>
> On Wed, Jun 29, 2016 at 6:12 PM, Isuru Perera  wrote:
>
>> Hi Kishanthan,
>>
>> I created a JIRA: https://wso2.org/jira/browse/CARBON-15972
>>
>> I just saw that stackoverflow question when searching for some other
>> issue.
>>
>> Thanks!
>>
>> Best Regards,
>> It would also be great if you can create a jira for this with the
>> information so that we could add this for next kernel release.
>>
>> On Wed, Jun 29, 2016 at 4:51 PM, Kishanthan Thangarajah <
>> kishant...@wso2.com> wrote:
>>
>>> Thanks Isuru. We can try and add this option, which would remove the
>>> need for Dynamic-Import.
>>>
>>> On Wed, Jun 29, 2016 at 3:42 PM, Isuru Perera  wrote:
>>>
 I just saw that SnakeYaml provides a "CustomClassLoaderConstructor".
 Could you please check on that.

 See:
 http://stackoverflow.com/questions/4940379/using-snakeyaml-under-osgi/4944346#4944346


 On Thu, May 19, 2016 at 1:31 PM, Isuru Perera  wrote:

> Thanks for info.
>
> Shall we ask the snakeyaml developers to add the Dynamic-Import
> header. May be we can create an issue [1]. Otherwise, that library is not
> useful in an OSGi container, right?
>
> [1]
> https://bitbucket.org/asomov/snakeyaml/issues?status=new=open
>
> On Thu, May 5, 2016 at 7:25 AM, Kishanthan Thangarajah <
> kishant...@wso2.com> wrote:
>
>> This is because we had to add Dynamic-Import header to this bundle,
>> which is missing in the original bundle, as snakeyaml was loading classes
>> dynamically when trying to build and construct the bean object for the
>> configuration.
>>
>> On Wed, May 4, 2016 at 12:16 PM, Isuru Perera 
>> wrote:
>>
>>> Hi,
>>>
>>> $subject [1]. See manifest entries in latest JARs [2]
>>>
>>> [1]
>>> https://github.com/wso2/orbit/tree/master/snakeyaml/1.16.0.wso2v1
>>> [2]
>>> http://search.maven.org/#search|gav|1|g%3A%22org.yaml%22%20AND%20a%3A%22snakeyaml%22
>>> 
>>>
>>> --
>>> Isuru Perera
>>> Associate Technical Lead | WSO2, Inc. | http://wso2.com/
>>> Lean . Enterprise . Middleware
>>>
>>> about.me/chrishantha
>>> Contact: +IsuruPereraWSO2
>>> 
>>>
>>
>>
>>
>> --
>> *Kishanthan Thangarajah*
>> Associate Technical Lead,
>> Platform Technologies Team,
>> WSO2, Inc.
>> lean.enterprise.middleware
>>
>> Mobile - +94773426635
>> Blog - *http://kishanthan.wordpress.com
>> *
>> Twitter - *http://twitter.com/kishanthan
>> *
>>
>
>
>
> --
> Isuru Perera
> Associate Technical Lead | WSO2, Inc. | http://wso2.com/
> Lean . Enterprise . Middleware
>
> about.me/chrishantha
> Contact: +IsuruPereraWSO2
> 
>



 --
 Isuru Perera
 Associate Technical Lead | WSO2, Inc. | http://wso2.com/
 Lean . Enterprise . Middleware

 about.me/chrishantha
 Contact: +IsuruPereraWSO2
 

>>>
>>>
>>>
>>> --
>>> *Kishanthan Thangarajah*
>>> Technical Lead,
>>> Platform Technologies Team,
>>> WSO2, Inc.
>>> lean.enterprise.middleware
>>>
>>> Mobile - +94773426635
>>> Blog - *http://kishanthan.wordpress.com
>>> *
>>> Twitter - *http://twitter.com/kishanthan
>>> *
>>>
>>
>>
>>
>> --
>> *Kishanthan Thangarajah*
>> Technical Lead,
>> Platform Technologies Team,
>> WSO2, Inc.
>> lean.enterprise.middleware
>>
>> Mobile - +94773426635
>> Blog - *http://kishanthan.wordpress.com
>> *
>> Twitter - *http://twitter.com/kishanthan *
>>
>
>
>
> --
> *Kishanthan Thangarajah*
> Technical Lead,
> Platform Technologies Team,
> WSO2, Inc.
> lean.enterprise.middleware
>
> Mobile - +94773426635
> Blog - *http://kishanthan.wordpress.com *
> Twitter - *http://twitter.com/kishanthan *
>



-- 
Shan Mahanama
Software Engineer, WSO2 Inc. http://wso2.com

Email: sh...@wso2.com
Mobile: +94712000498
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] SnakeYAML is already an OSGi bundle. Why do we have SnakeYAML in orbit?

2016-06-29 Thread Kishanthan Thangarajah
Thanks Isuru.

@Shan, let's check on this and try to fix it.

On Wed, Jun 29, 2016 at 6:12 PM, Isuru Perera  wrote:

> Hi Kishanthan,
>
> I created a JIRA: https://wso2.org/jira/browse/CARBON-15972
>
> I just saw that stackoverflow question when searching for some other issue.
>
> Thanks!
>
> Best Regards,
> It would also be great if you can create a jira for this with the
> information so that we could add this for next kernel release.
>
> On Wed, Jun 29, 2016 at 4:51 PM, Kishanthan Thangarajah <
> kishant...@wso2.com> wrote:
>
>> Thanks Isuru. We can try and add this option, which would remove the need
>> for Dynamic-Import.
>>
>> On Wed, Jun 29, 2016 at 3:42 PM, Isuru Perera  wrote:
>>
>>> I just saw that SnakeYaml provides a "CustomClassLoaderConstructor".
>>> Could you please check on that.
>>>
>>> See:
>>> http://stackoverflow.com/questions/4940379/using-snakeyaml-under-osgi/4944346#4944346
>>>
>>>
>>> On Thu, May 19, 2016 at 1:31 PM, Isuru Perera  wrote:
>>>
 Thanks for info.

 Shall we ask the snakeyaml developers to add the Dynamic-Import header.
 May be we can create an issue [1]. Otherwise, that library is not useful in
 an OSGi container, right?

 [1]
 https://bitbucket.org/asomov/snakeyaml/issues?status=new=open

 On Thu, May 5, 2016 at 7:25 AM, Kishanthan Thangarajah <
 kishant...@wso2.com> wrote:

> This is because we had to add Dynamic-Import header to this bundle,
> which is missing in the original bundle, as snakeyaml was loading classes
> dynamically when trying to build and construct the bean object for the
> configuration.
>
> On Wed, May 4, 2016 at 12:16 PM, Isuru Perera  wrote:
>
>> Hi,
>>
>> $subject [1]. See manifest entries in latest JARs [2]
>>
>> [1] https://github.com/wso2/orbit/tree/master/snakeyaml/1.16.0.wso2v1
>> [2]
>> http://search.maven.org/#search|gav|1|g%3A%22org.yaml%22%20AND%20a%3A%22snakeyaml%22
>> 
>>
>> --
>> Isuru Perera
>> Associate Technical Lead | WSO2, Inc. | http://wso2.com/
>> Lean . Enterprise . Middleware
>>
>> about.me/chrishantha
>> Contact: +IsuruPereraWSO2
>> 
>>
>
>
>
> --
> *Kishanthan Thangarajah*
> Associate Technical Lead,
> Platform Technologies Team,
> WSO2, Inc.
> lean.enterprise.middleware
>
> Mobile - +94773426635
> Blog - *http://kishanthan.wordpress.com
> *
> Twitter - *http://twitter.com/kishanthan
> *
>



 --
 Isuru Perera
 Associate Technical Lead | WSO2, Inc. | http://wso2.com/
 Lean . Enterprise . Middleware

 about.me/chrishantha
 Contact: +IsuruPereraWSO2
 

>>>
>>>
>>>
>>> --
>>> Isuru Perera
>>> Associate Technical Lead | WSO2, Inc. | http://wso2.com/
>>> Lean . Enterprise . Middleware
>>>
>>> about.me/chrishantha
>>> Contact: +IsuruPereraWSO2
>>> 
>>>
>>
>>
>>
>> --
>> *Kishanthan Thangarajah*
>> Technical Lead,
>> Platform Technologies Team,
>> WSO2, Inc.
>> lean.enterprise.middleware
>>
>> Mobile - +94773426635
>> Blog - *http://kishanthan.wordpress.com
>> *
>> Twitter - *http://twitter.com/kishanthan *
>>
>
>
>
> --
> *Kishanthan Thangarajah*
> Technical Lead,
> Platform Technologies Team,
> WSO2, Inc.
> lean.enterprise.middleware
>
> Mobile - +94773426635
> Blog - *http://kishanthan.wordpress.com *
> Twitter - *http://twitter.com/kishanthan *
>



-- 
*Kishanthan Thangarajah*
Technical Lead,
Platform Technologies Team,
WSO2, Inc.
lean.enterprise.middleware

Mobile - +94773426635
Blog - *http://kishanthan.wordpress.com *
Twitter - *http://twitter.com/kishanthan *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] SnakeYAML is already an OSGi bundle. Why do we have SnakeYAML in orbit?

2016-06-29 Thread Isuru Perera
Hi Kishanthan,

I created a JIRA: https://wso2.org/jira/browse/CARBON-15972

I just saw that stackoverflow question when searching for some other issue.

Thanks!

Best Regards,
It would also be great if you can create a jira for this with the
information so that we could add this for next kernel release.

On Wed, Jun 29, 2016 at 4:51 PM, Kishanthan Thangarajah  wrote:

> Thanks Isuru. We can try and add this option, which would remove the need
> for Dynamic-Import.
>
> On Wed, Jun 29, 2016 at 3:42 PM, Isuru Perera  wrote:
>
>> I just saw that SnakeYaml provides a "CustomClassLoaderConstructor".
>> Could you please check on that.
>>
>> See:
>> http://stackoverflow.com/questions/4940379/using-snakeyaml-under-osgi/4944346#4944346
>>
>>
>> On Thu, May 19, 2016 at 1:31 PM, Isuru Perera  wrote:
>>
>>> Thanks for info.
>>>
>>> Shall we ask the snakeyaml developers to add the Dynamic-Import header.
>>> May be we can create an issue [1]. Otherwise, that library is not useful in
>>> an OSGi container, right?
>>>
>>> [1] https://bitbucket.org/asomov/snakeyaml/issues?status=new=open
>>>
>>> On Thu, May 5, 2016 at 7:25 AM, Kishanthan Thangarajah <
>>> kishant...@wso2.com> wrote:
>>>
 This is because we had to add Dynamic-Import header to this bundle,
 which is missing in the original bundle, as snakeyaml was loading classes
 dynamically when trying to build and construct the bean object for the
 configuration.

 On Wed, May 4, 2016 at 12:16 PM, Isuru Perera  wrote:

> Hi,
>
> $subject [1]. See manifest entries in latest JARs [2]
>
> [1] https://github.com/wso2/orbit/tree/master/snakeyaml/1.16.0.wso2v1
> [2]
> http://search.maven.org/#search|gav|1|g%3A%22org.yaml%22%20AND%20a%3A%22snakeyaml%22
> 
>
> --
> Isuru Perera
> Associate Technical Lead | WSO2, Inc. | http://wso2.com/
> Lean . Enterprise . Middleware
>
> about.me/chrishantha
> Contact: +IsuruPereraWSO2
> 
>



 --
 *Kishanthan Thangarajah*
 Associate Technical Lead,
 Platform Technologies Team,
 WSO2, Inc.
 lean.enterprise.middleware

 Mobile - +94773426635
 Blog - *http://kishanthan.wordpress.com
 *
 Twitter - *http://twitter.com/kishanthan
 *

>>>
>>>
>>>
>>> --
>>> Isuru Perera
>>> Associate Technical Lead | WSO2, Inc. | http://wso2.com/
>>> Lean . Enterprise . Middleware
>>>
>>> about.me/chrishantha
>>> Contact: +IsuruPereraWSO2
>>> 
>>>
>>
>>
>>
>> --
>> Isuru Perera
>> Associate Technical Lead | WSO2, Inc. | http://wso2.com/
>> Lean . Enterprise . Middleware
>>
>> about.me/chrishantha
>> Contact: +IsuruPereraWSO2 
>>
>
>
>
> --
> *Kishanthan Thangarajah*
> Technical Lead,
> Platform Technologies Team,
> WSO2, Inc.
> lean.enterprise.middleware
>
> Mobile - +94773426635
> Blog - *http://kishanthan.wordpress.com *
> Twitter - *http://twitter.com/kishanthan *
>



-- 
*Kishanthan Thangarajah*
Technical Lead,
Platform Technologies Team,
WSO2, Inc.
lean.enterprise.middleware

Mobile - +94773426635
Blog - *http://kishanthan.wordpress.com *
Twitter - *http://twitter.com/kishanthan *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] SnakeYAML is already an OSGi bundle. Why do we have SnakeYAML in orbit?

2016-06-29 Thread Kishanthan Thangarajah
It would also be great if you can create a jira for this with the
information so that we could add this for next kernel release.

On Wed, Jun 29, 2016 at 4:51 PM, Kishanthan Thangarajah  wrote:

> Thanks Isuru. We can try and add this option, which would remove the need
> for Dynamic-Import.
>
> On Wed, Jun 29, 2016 at 3:42 PM, Isuru Perera  wrote:
>
>> I just saw that SnakeYaml provides a "CustomClassLoaderConstructor".
>> Could you please check on that.
>>
>> See:
>> http://stackoverflow.com/questions/4940379/using-snakeyaml-under-osgi/4944346#4944346
>>
>>
>> On Thu, May 19, 2016 at 1:31 PM, Isuru Perera  wrote:
>>
>>> Thanks for info.
>>>
>>> Shall we ask the snakeyaml developers to add the Dynamic-Import header.
>>> May be we can create an issue [1]. Otherwise, that library is not useful in
>>> an OSGi container, right?
>>>
>>> [1] https://bitbucket.org/asomov/snakeyaml/issues?status=new=open
>>>
>>> On Thu, May 5, 2016 at 7:25 AM, Kishanthan Thangarajah <
>>> kishant...@wso2.com> wrote:
>>>
 This is because we had to add Dynamic-Import header to this bundle,
 which is missing in the original bundle, as snakeyaml was loading classes
 dynamically when trying to build and construct the bean object for the
 configuration.

 On Wed, May 4, 2016 at 12:16 PM, Isuru Perera  wrote:

> Hi,
>
> $subject [1]. See manifest entries in latest JARs [2]
>
> [1] https://github.com/wso2/orbit/tree/master/snakeyaml/1.16.0.wso2v1
> [2]
> http://search.maven.org/#search|gav|1|g%3A%22org.yaml%22%20AND%20a%3A%22snakeyaml%22
> 
>
> --
> Isuru Perera
> Associate Technical Lead | WSO2, Inc. | http://wso2.com/
> Lean . Enterprise . Middleware
>
> about.me/chrishantha
> Contact: +IsuruPereraWSO2
> 
>



 --
 *Kishanthan Thangarajah*
 Associate Technical Lead,
 Platform Technologies Team,
 WSO2, Inc.
 lean.enterprise.middleware

 Mobile - +94773426635
 Blog - *http://kishanthan.wordpress.com
 *
 Twitter - *http://twitter.com/kishanthan
 *

>>>
>>>
>>>
>>> --
>>> Isuru Perera
>>> Associate Technical Lead | WSO2, Inc. | http://wso2.com/
>>> Lean . Enterprise . Middleware
>>>
>>> about.me/chrishantha
>>> Contact: +IsuruPereraWSO2
>>> 
>>>
>>
>>
>>
>> --
>> Isuru Perera
>> Associate Technical Lead | WSO2, Inc. | http://wso2.com/
>> Lean . Enterprise . Middleware
>>
>> about.me/chrishantha
>> Contact: +IsuruPereraWSO2 
>>
>
>
>
> --
> *Kishanthan Thangarajah*
> Technical Lead,
> Platform Technologies Team,
> WSO2, Inc.
> lean.enterprise.middleware
>
> Mobile - +94773426635
> Blog - *http://kishanthan.wordpress.com *
> Twitter - *http://twitter.com/kishanthan *
>



-- 
*Kishanthan Thangarajah*
Technical Lead,
Platform Technologies Team,
WSO2, Inc.
lean.enterprise.middleware

Mobile - +94773426635
Blog - *http://kishanthan.wordpress.com *
Twitter - *http://twitter.com/kishanthan *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] SnakeYAML is already an OSGi bundle. Why do we have SnakeYAML in orbit?

2016-06-29 Thread Kishanthan Thangarajah
Thanks Isuru. We can try and add this option, which would remove the need
for Dynamic-Import.

On Wed, Jun 29, 2016 at 3:42 PM, Isuru Perera  wrote:

> I just saw that SnakeYaml provides a "CustomClassLoaderConstructor". Could
> you please check on that.
>
> See:
> http://stackoverflow.com/questions/4940379/using-snakeyaml-under-osgi/4944346#4944346
>
>
> On Thu, May 19, 2016 at 1:31 PM, Isuru Perera  wrote:
>
>> Thanks for info.
>>
>> Shall we ask the snakeyaml developers to add the Dynamic-Import header.
>> May be we can create an issue [1]. Otherwise, that library is not useful in
>> an OSGi container, right?
>>
>> [1] https://bitbucket.org/asomov/snakeyaml/issues?status=new=open
>>
>> On Thu, May 5, 2016 at 7:25 AM, Kishanthan Thangarajah <
>> kishant...@wso2.com> wrote:
>>
>>> This is because we had to add Dynamic-Import header to this bundle,
>>> which is missing in the original bundle, as snakeyaml was loading classes
>>> dynamically when trying to build and construct the bean object for the
>>> configuration.
>>>
>>> On Wed, May 4, 2016 at 12:16 PM, Isuru Perera  wrote:
>>>
 Hi,

 $subject [1]. See manifest entries in latest JARs [2]

 [1] https://github.com/wso2/orbit/tree/master/snakeyaml/1.16.0.wso2v1
 [2]
 http://search.maven.org/#search|gav|1|g%3A%22org.yaml%22%20AND%20a%3A%22snakeyaml%22
 

 --
 Isuru Perera
 Associate Technical Lead | WSO2, Inc. | http://wso2.com/
 Lean . Enterprise . Middleware

 about.me/chrishantha
 Contact: +IsuruPereraWSO2
 

>>>
>>>
>>>
>>> --
>>> *Kishanthan Thangarajah*
>>> Associate Technical Lead,
>>> Platform Technologies Team,
>>> WSO2, Inc.
>>> lean.enterprise.middleware
>>>
>>> Mobile - +94773426635
>>> Blog - *http://kishanthan.wordpress.com
>>> *
>>> Twitter - *http://twitter.com/kishanthan
>>> *
>>>
>>
>>
>>
>> --
>> Isuru Perera
>> Associate Technical Lead | WSO2, Inc. | http://wso2.com/
>> Lean . Enterprise . Middleware
>>
>> about.me/chrishantha
>> Contact: +IsuruPereraWSO2 
>>
>
>
>
> --
> Isuru Perera
> Associate Technical Lead | WSO2, Inc. | http://wso2.com/
> Lean . Enterprise . Middleware
>
> about.me/chrishantha
> Contact: +IsuruPereraWSO2 
>



-- 
*Kishanthan Thangarajah*
Technical Lead,
Platform Technologies Team,
WSO2, Inc.
lean.enterprise.middleware

Mobile - +94773426635
Blog - *http://kishanthan.wordpress.com *
Twitter - *http://twitter.com/kishanthan *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] SnakeYAML is already an OSGi bundle. Why do we have SnakeYAML in orbit?

2016-06-29 Thread Isuru Perera
I just saw that SnakeYaml provides a "CustomClassLoaderConstructor". Could
you please check on that.

See:
http://stackoverflow.com/questions/4940379/using-snakeyaml-under-osgi/4944346#4944346


On Thu, May 19, 2016 at 1:31 PM, Isuru Perera  wrote:

> Thanks for info.
>
> Shall we ask the snakeyaml developers to add the Dynamic-Import header.
> May be we can create an issue [1]. Otherwise, that library is not useful in
> an OSGi container, right?
>
> [1] https://bitbucket.org/asomov/snakeyaml/issues?status=new=open
>
> On Thu, May 5, 2016 at 7:25 AM, Kishanthan Thangarajah <
> kishant...@wso2.com> wrote:
>
>> This is because we had to add Dynamic-Import header to this bundle, which
>> is missing in the original bundle, as snakeyaml was loading classes
>> dynamically when trying to build and construct the bean object for the
>> configuration.
>>
>> On Wed, May 4, 2016 at 12:16 PM, Isuru Perera  wrote:
>>
>>> Hi,
>>>
>>> $subject [1]. See manifest entries in latest JARs [2]
>>>
>>> [1] https://github.com/wso2/orbit/tree/master/snakeyaml/1.16.0.wso2v1
>>> [2]
>>> http://search.maven.org/#search|gav|1|g%3A%22org.yaml%22%20AND%20a%3A%22snakeyaml%22
>>> 
>>>
>>> --
>>> Isuru Perera
>>> Associate Technical Lead | WSO2, Inc. | http://wso2.com/
>>> Lean . Enterprise . Middleware
>>>
>>> about.me/chrishantha
>>> Contact: +IsuruPereraWSO2
>>> 
>>>
>>
>>
>>
>> --
>> *Kishanthan Thangarajah*
>> Associate Technical Lead,
>> Platform Technologies Team,
>> WSO2, Inc.
>> lean.enterprise.middleware
>>
>> Mobile - +94773426635
>> Blog - *http://kishanthan.wordpress.com
>> *
>> Twitter - *http://twitter.com/kishanthan *
>>
>
>
>
> --
> Isuru Perera
> Associate Technical Lead | WSO2, Inc. | http://wso2.com/
> Lean . Enterprise . Middleware
>
> about.me/chrishantha
> Contact: +IsuruPereraWSO2 
>



-- 
Isuru Perera
Associate Technical Lead | WSO2, Inc. | http://wso2.com/
Lean . Enterprise . Middleware

about.me/chrishantha
Contact: +IsuruPereraWSO2 
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] SnakeYAML is already an OSGi bundle. Why do we have SnakeYAML in orbit?

2016-05-19 Thread Isuru Perera
Thanks for info.

Shall we ask the snakeyaml developers to add the Dynamic-Import header. May
be we can create an issue [1]. Otherwise, that library is not useful in an
OSGi container, right?

[1] https://bitbucket.org/asomov/snakeyaml/issues?status=new=open

On Thu, May 5, 2016 at 7:25 AM, Kishanthan Thangarajah 
wrote:

> This is because we had to add Dynamic-Import header to this bundle, which
> is missing in the original bundle, as snakeyaml was loading classes
> dynamically when trying to build and construct the bean object for the
> configuration.
>
> On Wed, May 4, 2016 at 12:16 PM, Isuru Perera  wrote:
>
>> Hi,
>>
>> $subject [1]. See manifest entries in latest JARs [2]
>>
>> [1] https://github.com/wso2/orbit/tree/master/snakeyaml/1.16.0.wso2v1
>> [2]
>> http://search.maven.org/#search|gav|1|g%3A%22org.yaml%22%20AND%20a%3A%22snakeyaml%22
>> 
>>
>> --
>> Isuru Perera
>> Associate Technical Lead | WSO2, Inc. | http://wso2.com/
>> Lean . Enterprise . Middleware
>>
>> about.me/chrishantha
>> Contact: +IsuruPereraWSO2 
>>
>
>
>
> --
> *Kishanthan Thangarajah*
> Associate Technical Lead,
> Platform Technologies Team,
> WSO2, Inc.
> lean.enterprise.middleware
>
> Mobile - +94773426635
> Blog - *http://kishanthan.wordpress.com *
> Twitter - *http://twitter.com/kishanthan *
>



-- 
Isuru Perera
Associate Technical Lead | WSO2, Inc. | http://wso2.com/
Lean . Enterprise . Middleware

about.me/chrishantha
Contact: +IsuruPereraWSO2 
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev