[jira] [Commented] (SLING-8039) Inline logback jars in commons log

2021-12-17 Thread Karl Pauls (Jira)


[ 
https://issues.apache.org/jira/browse/SLING-8039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17461420#comment-17461420
 ] 

Karl Pauls commented on SLING-8039:
---

and yes, [~rombert] - current master doesn't have it embedded anymore as far as 
I can see (didn't test if it is still working but the jar is gone) - thanks!

> Inline logback jars in commons log
> --
>
> Key: SLING-8039
> URL: https://issues.apache.org/jira/browse/SLING-8039
> Project: Sling
>  Issue Type: Improvement
>  Components: Commons
>Affects Versions: Commons Log 5.1.10
>Reporter: Karl Pauls
>Priority: Minor
> Fix For: Commons Log 5.2.2
>
>
> It be nice to inline the embeded logback-classic-1.2.3.jar and 
> logback-core-1.2.3.jar to avoid having them extracted into the bundle cache.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (SLING-8039) Inline logback jars in commons log

2021-12-17 Thread Robert Munteanu (Jira)


[ 
https://issues.apache.org/jira/browse/SLING-8039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17461419#comment-17461419
 ] 

Robert Munteanu commented on SLING-8039:


I created SLING-11020 to track moving logback out, in case someone wants to 
give it a shot.

> Inline logback jars in commons log
> --
>
> Key: SLING-8039
> URL: https://issues.apache.org/jira/browse/SLING-8039
> Project: Sling
>  Issue Type: Improvement
>  Components: Commons
>Affects Versions: Commons Log 5.1.10
>Reporter: Karl Pauls
>Priority: Minor
> Fix For: Commons Log 5.2.2
>
>
> It be nice to inline the embeded logback-classic-1.2.3.jar and 
> logback-core-1.2.3.jar to avoid having them extracted into the bundle cache.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (SLING-8039) Inline logback jars in commons log

2021-12-17 Thread Karl Pauls (Jira)


[ 
https://issues.apache.org/jira/browse/SLING-8039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17461416#comment-17461416
 ] 

Karl Pauls commented on SLING-8039:
---

If we don't have to embed them that would be even better I think - I just 
created the issue to not have the embedded jar but not embedding at all would 
solve that as well.

> Inline logback jars in commons log
> --
>
> Key: SLING-8039
> URL: https://issues.apache.org/jira/browse/SLING-8039
> Project: Sling
>  Issue Type: Improvement
>  Components: Commons
>Affects Versions: Commons Log 5.1.10
>Reporter: Karl Pauls
>Priority: Minor
> Fix For: Commons Log 5.2.2
>
>
> It be nice to inline the embeded logback-classic-1.2.3.jar and 
> logback-core-1.2.3.jar to avoid having them extracted into the bundle cache.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (SLING-8039) Inline logback jars in commons log

2021-12-17 Thread Robert Munteanu (Jira)


[ 
https://issues.apache.org/jira/browse/SLING-8039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17461408#comment-17461408
 ] 

Robert Munteanu commented on SLING-8039:


I think they started being embedded with SLING-2024 . I am not sure how well 
this could work in terms of OSGi support from logback, so this would need some 
investigation.

> Inline logback jars in commons log
> --
>
> Key: SLING-8039
> URL: https://issues.apache.org/jira/browse/SLING-8039
> Project: Sling
>  Issue Type: Improvement
>  Components: Commons
>Affects Versions: Commons Log 5.1.10
>Reporter: Karl Pauls
>Priority: Minor
> Fix For: Commons Log 5.2.2
>
>
> It be nice to inline the embeded logback-classic-1.2.3.jar and 
> logback-core-1.2.3.jar to avoid having them extracted into the bundle cache.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (SLING-8039) Inline logback jars in commons log

2021-12-17 Thread Carsten Ziegeler (Jira)


[ 
https://issues.apache.org/jira/browse/SLING-8039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17461371#comment-17461371
 ] 

Carsten Ziegeler commented on SLING-8039:
-

I was wondering why we embed at all. couldn't we just use logback as normal 
OSGi bundles?

> Inline logback jars in commons log
> --
>
> Key: SLING-8039
> URL: https://issues.apache.org/jira/browse/SLING-8039
> Project: Sling
>  Issue Type: Improvement
>  Components: Commons
>Affects Versions: Commons Log 5.1.10
>Reporter: Karl Pauls
>Priority: Minor
> Fix For: Commons Log 5.2.2
>
>
> It be nice to inline the embeded logback-classic-1.2.3.jar and 
> logback-core-1.2.3.jar to avoid having them extracted into the bundle cache.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (SLING-8039) Inline logback jars in commons log

2021-12-17 Thread Robert Munteanu (Jira)


[ 
https://issues.apache.org/jira/browse/SLING-8039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17461322#comment-17461322
 ] 

Robert Munteanu commented on SLING-8039:


[~karlpauls]  - can you check the latest master and see if this is fixed? Look 
ok to me

{noformat}$ jar tf target/org.apache.sling.commons.log-5.2.1-SNAPSHOT.jar | 
grep -c jar
0
{noformat}

> Inline logback jars in commons log
> --
>
> Key: SLING-8039
> URL: https://issues.apache.org/jira/browse/SLING-8039
> Project: Sling
>  Issue Type: Improvement
>  Components: Commons
>Affects Versions: Commons Log 5.1.10
>Reporter: Karl Pauls
>Priority: Minor
> Fix For: Commons Log 5.2.2
>
>
> It be nice to inline the embeded logback-classic-1.2.3.jar and 
> logback-core-1.2.3.jar to avoid having them extracted into the bundle cache.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (SLING-8039) Inline logback jars in commons log

2021-10-07 Thread Robert Munteanu (Jira)


[ 
https://issues.apache.org/jira/browse/SLING-8039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17425500#comment-17425500
 ] 

Robert Munteanu commented on SLING-8039:


This should be solved via SLING-9528 .

> Inline logback jars in commons log
> --
>
> Key: SLING-8039
> URL: https://issues.apache.org/jira/browse/SLING-8039
> Project: Sling
>  Issue Type: Improvement
>  Components: Commons
>Affects Versions: Commons Log 5.1.10
>Reporter: Karl Pauls
>Priority: Minor
> Fix For: Commons Log 5.1.14
>
>
> It be nice to inline the embeded logback-classic-1.2.3.jar and 
> logback-core-1.2.3.jar to avoid having them extracted into the bundle cache.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)