osgi.to.logback

2018-05-17 Thread Raymond Auge
Hello all,

I'm going to start committing the osgi.to.logback module but I want to make
sure I have the right name since once it's sticks it will be for a long
time.

Right now it's, well... osgi.to.logback

_What it is_ is a bundle which:
- connects an OSGi Log Service (one which implements OSGi Log 1.4 spec) to
the logback backend
- provides a slf4j impl
- provides a robust and flexible backend (i.e. appenders)
- provides a bridge from logback's configuration to LoggerAdmin
- provides "framework hook" so that it can live on the classpath of the
framework for immediate logging

Suggestions for names? I will wait until Tuesday before making a real
commit so that people have a chance to pipe in then I'll pull the trigger.

Sincerely,
-- 
*Raymond Augé* 
 (@rotty3000)
Senior Software Architect *Liferay, Inc.* 
 (@Liferay)
Board Member & EEG Co-Chair, OSGi Alliance  (@OSGiAlliance)


[jira] [Resolved] (FELIX-5857) Provide a context classloader on the session to help with class loading

2018-05-17 Thread Guillaume Nodet (JIRA)

 [ 
https://issues.apache.org/jira/browse/FELIX-5857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Guillaume Nodet resolved FELIX-5857.

Resolution: Fixed

https://github.com/apache/felix/commit/56ba0acf8e24c4d9bd1b4fb1a8e295c0f3084ae2

> Provide a context classloader on the session to help with class loading
> ---
>
> Key: FELIX-5857
> URL: https://issues.apache.org/jira/browse/FELIX-5857
> Project: Felix
>  Issue Type: Improvement
>  Components: Gogo JLine, Gogo Runtime, Gogo Shell
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
>Priority: Major
> Fix For: gogo.jline-1.1.0, gogo.runtime-1.1.0, gogo.shell-1.1.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (FELIX-5857) Provide a context classloader on the session to help with class loading

2018-05-17 Thread Guillaume Nodet (JIRA)
Guillaume Nodet created FELIX-5857:
--

 Summary: Provide a context classloader on the session to help with 
class loading
 Key: FELIX-5857
 URL: https://issues.apache.org/jira/browse/FELIX-5857
 Project: Felix
  Issue Type: Improvement
  Components: Gogo JLine, Gogo Runtime, Gogo Shell
Reporter: Guillaume Nodet
Assignee: Guillaume Nodet
 Fix For: gogo.jline-1.1.0, gogo.runtime-1.1.0, gogo.shell-1.1.0






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (FELIX-5856) Coercion between Object[] and List

2018-05-17 Thread Guillaume Nodet (JIRA)

 [ 
https://issues.apache.org/jira/browse/FELIX-5856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Guillaume Nodet resolved FELIX-5856.

Resolution: Fixed

{code:java}
Committing to https://svn.apache.org/repos/asf/felix/trunk ...
M   gogo/runtime/src/main/java/org/apache/felix/gogo/runtime/Reflective.java
M   
gogo/runtime/src/test/java/org/apache/felix/gogo/runtime/TestCoercion.java
Committed r1831780{code}

> Coercion between Object[] and List
> --
>
> Key: FELIX-5856
> URL: https://issues.apache.org/jira/browse/FELIX-5856
> Project: Felix
>  Issue Type: Improvement
>  Components: Gogo Runtime
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
>Priority: Major
> Fix For: gogo.runtime-1.1.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (FELIX-5856) Coercion between Object[] and List

2018-05-17 Thread Guillaume Nodet (JIRA)
Guillaume Nodet created FELIX-5856:
--

 Summary: Coercion between Object[] and List
 Key: FELIX-5856
 URL: https://issues.apache.org/jira/browse/FELIX-5856
 Project: Felix
  Issue Type: Improvement
  Components: Gogo Runtime
Reporter: Guillaume Nodet
Assignee: Guillaume Nodet
 Fix For: gogo.runtime-1.1.0






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (FELIX-5855) Support array subscript in expander

2018-05-17 Thread Guillaume Nodet (JIRA)

 [ 
https://issues.apache.org/jira/browse/FELIX-5855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Guillaume Nodet resolved FELIX-5855.

Resolution: Fixed

{code:java}
Committing to https://svn.apache.org/repos/asf/felix/trunk ...
M   gogo/runtime/src/main/java/org/apache/felix/gogo/runtime/Expander.java
M   
gogo/runtime/src/test/java/org/apache/felix/gogo/runtime/ExpanderTest.java
Committed r1831770{code}
 

> Support array subscript in expander
> ---
>
> Key: FELIX-5855
> URL: https://issues.apache.org/jira/browse/FELIX-5855
> Project: Felix
>  Issue Type: Improvement
>  Components: Gogo Runtime
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
>Priority: Major
> Fix For: gogo.runtime-1.1.0
>
>
> Expression such as {{$\{a[1]}}} do work on {{List}} but not an arrays.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (FELIX-5855) Support array subscript in expander

2018-05-17 Thread Guillaume Nodet (JIRA)

 [ 
https://issues.apache.org/jira/browse/FELIX-5855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Guillaume Nodet updated FELIX-5855:
---
Description: Expression such as {{$\{a[1]}}} do work on {{List}} but not an 
arrays.

> Support array subscript in expander
> ---
>
> Key: FELIX-5855
> URL: https://issues.apache.org/jira/browse/FELIX-5855
> Project: Felix
>  Issue Type: Improvement
>  Components: Gogo Runtime
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
>Priority: Major
> Fix For: gogo.runtime-1.1.0
>
>
> Expression such as {{$\{a[1]}}} do work on {{List}} but not an arrays.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (FELIX-5855) Support array subscript in expander

2018-05-17 Thread Guillaume Nodet (JIRA)
Guillaume Nodet created FELIX-5855:
--

 Summary: Support array subscript in expander
 Key: FELIX-5855
 URL: https://issues.apache.org/jira/browse/FELIX-5855
 Project: Felix
  Issue Type: Improvement
  Components: Gogo Runtime
Reporter: Guillaume Nodet
Assignee: Guillaume Nodet
 Fix For: gogo.runtime-1.1.0






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)