[jira] [Commented] (SLING-7320) NPE in sling commons threads

2017-12-23 Thread JIRA

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

Ivo Leitão commented on SLING-7320:
---

Just to update this issue I've just catched this exception in the change method 
also. Stacktrace bellow:

Exception in thread "sling-default-1" java.lang.NullPointerException
at 
org.apache.sling.commons.threads.impl.DefaultThreadPool$LoggingThreadLocalChangeListener.changed(DefaultThreadPool.java:160)
at 
org.apache.sling.commons.threads.impl.ThreadLocalCleaner.changed(ThreadLocalCleaner.java:141)
at 
org.apache.sling.commons.threads.impl.ThreadLocalCleaner.diff(ThreadLocalCleaner.java:119)
at 
org.apache.sling.commons.threads.impl.ThreadLocalCleaner.cleanup(ThreadLocalCleaner.java:79)
at 
org.apache.sling.commons.threads.impl.ThreadPoolExecutorCleaningThreadLocals.afterExecute(ThreadPoolExecutorCleaningThreadLocals.java:63)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1157)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

> NPE in sling commons threads
> 
>
> Key: SLING-7320
> URL: https://issues.apache.org/jira/browse/SLING-7320
> Project: Sling
>  Issue Type: Bug
>  Components: Commons
>Affects Versions: Commons Threads 3.2.10
> Environment: Linux, jdk18
>Reporter: Ivo Leitão
>
> I'm currently running a number of integration tests via pax exam and 
> sometimes I see the following stacktrace. I've already seen this in a running 
> sling also. This happens only in some runs but on that cases is breaking my 
> CI workflow
> Exception in thread "sling-default-5" java.lang.NullPointerException
>   at 
> org.apache.sling.commons.threads.impl.ThreadLocalCleaner.copy(ThreadLocalCleaner.java:186)
>   at 
> org.apache.sling.commons.threads.impl.ThreadLocalCleaner.saveOldThreadLocals(ThreadLocalCleaner.java:176)
>   at 
> org.apache.sling.commons.threads.impl.ThreadLocalCleaner.(ThreadLocalCleaner.java:51)
>   at 
> org.apache.sling.commons.threads.impl.ThreadPoolExecutorCleaningThreadLocals.beforeExecute(ThreadPoolExecutorCleaningThreadLocals.java:55)
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>   at java.lang.Thread.run(Thread.java:748)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (SLING-7330) Remove feature sling-extension-explorer

2017-12-23 Thread Oliver Lietz (JIRA)

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

Oliver Lietz resolved SLING-7330.
-
Resolution: Done

> Remove feature sling-extension-explorer
> ---
>
> Key: SLING-7330
> URL: https://issues.apache.org/jira/browse/SLING-7330
> Project: Sling
>  Issue Type: Task
>  Components: Karaf
>Reporter: Oliver Lietz
>Assignee: Oliver Lietz
> Fix For: Karaf Features 0.2.0, Karaf Integration Tests 0.2.0, 
> Karaf Distribution 0.2.0, Karaf Launchpad Integration Tests (Oak Tar) 0.0.2
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (SLING-7329) Remove extension from feature names

2017-12-23 Thread Oliver Lietz (JIRA)

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

Oliver Lietz resolved SLING-7329.
-
Resolution: Done

> Remove extension from feature names
> ---
>
> Key: SLING-7329
> URL: https://issues.apache.org/jira/browse/SLING-7329
> Project: Sling
>  Issue Type: Task
>  Components: Karaf
>Reporter: Oliver Lietz
>Assignee: Oliver Lietz
> Fix For: Karaf Features 0.2.0, Karaf Integration Tests 0.2.0, 
> Karaf Distribution 0.2.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (SLING-7330) Remove feature sling-extension-explorer

2017-12-23 Thread Oliver Lietz (JIRA)
Oliver Lietz created SLING-7330:
---

 Summary: Remove feature sling-extension-explorer
 Key: SLING-7330
 URL: https://issues.apache.org/jira/browse/SLING-7330
 Project: Sling
  Issue Type: Task
  Components: Karaf
Reporter: Oliver Lietz
Assignee: Oliver Lietz
 Fix For: Karaf Features 0.2.0, Karaf Integration Tests 0.2.0, 
Karaf Distribution 0.2.0, Karaf Launchpad Integration Tests (Oak Tar) 0.0.2






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (SLING-7329) Remove extension from feature names

2017-12-23 Thread Oliver Lietz (JIRA)
Oliver Lietz created SLING-7329:
---

 Summary: Remove extension from feature names
 Key: SLING-7329
 URL: https://issues.apache.org/jira/browse/SLING-7329
 Project: Sling
  Issue Type: Task
  Components: Karaf
Reporter: Oliver Lietz
Assignee: Oliver Lietz
 Fix For: Karaf Features 0.2.0, Karaf Integration Tests 0.2.0, 
Karaf Distribution 0.2.0






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


Re: Sling Maven Archetype for a Bundle / Content Package project: follow up

2017-12-23 Thread Konrad Windszus
Hi Andreas, have you seen my comment in the JIRA? With 
filevault-package-maven-plugin 1.0.1 you can get rid of all resource sections 
in your pom.xml. Instead you should reference both META-INF/vault and the 
actual jcr_root from src.
Can you do those changes?
Thanks, Konrad

> Am 23.12.2017 um 03:38 schrieb Andreas Schaefer :
> 
> Hi
> 
> I was wondering if I can do anything to move this ticket forward:
> 
> https://issues.apache.org/jira/browse/SLING-7276 
> 
> 
> Kind Regards
> 
> Andreas Schaefer Sr.