[jira] [Commented] (SLING-7953) Switch from legacy commons lang 2 to commons lang 3

2019-06-03 Thread Robert Munteanu (JIRA)


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

Robert Munteanu commented on SLING-7953:


Thanks [~kwin], I did notice that. All bundles resolve without commons-lang 
2.x, so my guess - as you said the dependency is orphaned - is that it's 
declared and added to the classpath but no import ranges added since no one 
actually imports any classes from that bundle.

> Switch from legacy commons lang 2 to commons lang 3
> ---
>
> Key: SLING-7953
> URL: https://issues.apache.org/jira/browse/SLING-7953
> Project: Sling
>  Issue Type: Improvement
>Reporter: Carsten Ziegeler
>Assignee: Robert Munteanu
>Priority: Major
>  Labels: Sling-12-ReleaseNotes
> Fix For: Starter 12
>
>
> The following bundles still use the legacy commons lang 2 version
>  They should be updated to use commons lang 3
>  org.apache.sling.auth.form (/)
>  org.apache.sling.installer.hc (/)
>  org.apache.sling.scripting.jsp.taglib (/)
>  org.apache.sling.xss (/)
>  org.apache.tika.parsers (/)



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


[jira] [Commented] (SLING-7953) Switch from legacy commons lang 2 to commons lang 3

2019-05-31 Thread Konrad Windszus (JIRA)


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

Konrad Windszus commented on SLING-7953:


[~rombert] I still see a dependency towards Common Lang 2 in 
https://github.com/apache/sling-org-apache-sling-models-impl/blob/89ae8beba7f6bd03e3af13c45124cbe62f122b3b/pom.xml#L233.

> Switch from legacy commons lang 2 to commons lang 3
> ---
>
> Key: SLING-7953
> URL: https://issues.apache.org/jira/browse/SLING-7953
> Project: Sling
>  Issue Type: Improvement
>Reporter: Carsten Ziegeler
>Assignee: Robert Munteanu
>Priority: Major
>  Labels: Sling-12-ReleaseNotes
> Fix For: Starter 12
>
>
> The following bundles still use the legacy commons lang 2 version
>  They should be updated to use commons lang 3
>  org.apache.sling.auth.form (/)
>  org.apache.sling.installer.hc (/)
>  org.apache.sling.scripting.jsp.taglib (/)
>  org.apache.sling.xss (/)
>  org.apache.tika.parsers (/)



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


[jira] [Commented] (SLING-7953) Switch from legacy commons lang 2 to commons lang 3

2019-02-12 Thread Robert Munteanu (JIRA)


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

Robert Munteanu commented on SLING-7953:


The commons-lang3 switch has landed in Tika and (apparently) will be released 
in 1.21 .

> Switch from legacy commons lang 2 to commons lang 3
> ---
>
> Key: SLING-7953
> URL: https://issues.apache.org/jira/browse/SLING-7953
> Project: Sling
>  Issue Type: Improvement
>Reporter: Carsten Ziegeler
>Priority: Major
> Fix For: Scripting JSP Taglib 2.3.2, XSS Protection API 2.2.0
>
>
> The following bundles still use the legacy commons lang 2 version
>  They should be updated to use commons lang 3
>  org.apache.sling.auth.form (/)
>  org.apache.sling.installer.hc (/)
>  org.apache.sling.scripting.jsp.taglib 
>  org.apache.sling.xss (/)
>  org.apache.tika.parsers



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


[jira] [Commented] (SLING-7953) Switch from legacy commons lang 2 to commons lang 3

2019-01-25 Thread Radu Cotescu (JIRA)


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

Radu Cotescu commented on SLING-7953:
-

{{org.apache.sling.xss}} was updated to {{commons-lang3}} in SLING-7323.

> Switch from legacy commons lang 2 to commons lang 3
> ---
>
> Key: SLING-7953
> URL: https://issues.apache.org/jira/browse/SLING-7953
> Project: Sling
>  Issue Type: Improvement
>Reporter: Carsten Ziegeler
>Priority: Major
> Fix For: XSS Protection API 2.1.0, Scripting JSP Taglib 2.3.2
>
>
> The following bundles still use the legacy commons lang 2 version
>  They should be updated to use commons lang 3
>  org.apache.sling.auth.form (/)
>  org.apache.sling.installer.hc (/)
>  org.apache.sling.scripting.jsp.taglib 
>  org.apache.sling.xss 
>  org.apache.tika.parsers



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


[jira] [Commented] (SLING-7953) Switch from legacy commons lang 2 to commons lang 3

2018-10-16 Thread Robert Munteanu (JIRA)


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

Robert Munteanu commented on SLING-7953:


We can't drop commons-lang 2.x from the starter until Tika drops it as well.

> Switch from legacy commons lang 2 to commons lang 3
> ---
>
> Key: SLING-7953
> URL: https://issues.apache.org/jira/browse/SLING-7953
> Project: Sling
>  Issue Type: Improvement
>Reporter: Carsten Ziegeler
>Priority: Major
> Fix For: XSS Protection API 2.1.0, Scripting JSP Taglib 2.3.2
>
>
> The following bundles still use the legacy commons lang 2 version
>  They should be updated to use commons lang 3
>  org.apache.sling.auth.form (/)
>  org.apache.sling.installer.hc (/)
>  org.apache.sling.scripting.jsp.taglib 
>  org.apache.sling.xss 
>  org.apache.tika.parsers



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