[jira] [Commented] (SLING-8246) Server side test hang with repeat "Waiting for the following bundles to start:..." in log

2019-12-15 Thread Scott Yuan (Jira)


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

Scott Yuan commented on SLING-8246:
---

Hi Robert, having a exclusion list for problematic OSGi bundles would work 
perfectly for my need.  If there hasn't been a work done for it yet, I can 
provide a pull request to give it a try.
-Scott Yuan

> Server side test hang with repeat "Waiting for the following bundles to 
> start:..." in log
> -
>
> Key: SLING-8246
> URL: https://issues.apache.org/jira/browse/SLING-8246
> Project: Sling
>  Issue Type: Improvement
>  Components: Apache Sling Testing Clients, JUnit Core
>Affects Versions: JUnit Core 1.0.20, JUnit Core 1.0.22, JUnit Core 1.0.23, 
> JUnit Core 1.0.24, JUnit Core 1.0.26
> Environment: OS: Windows, Linux
> Java:  Java 1.8
>Reporter: Scott Yuan
>Priority: Major
> Attachments: patch.diff
>
>   Original Estimate: 0.5h
>  Time Spent: 10m
>  Remaining Estimate: 20m
>
> +SLING-6334 - Server-Side Tests: Wait until all bundles are started be…+ had 
> been a great feature for ensuring accurate test results. Thanks for having 
> this feature available.
> I recently found that if there is a bundle failed to start; SLING-6334 
> doesn't timeout after DEFAULT_SYSTEM_STARTUP_INACTIVITY_TIMEOUT_SECONDS but 
> waits infinitely with repeating log message
> {noformat}
> 26.01.2019 13:58:14.562 *INFO* [qtp980475582-2859] 
> org.apache.sling.junit.impl.TestsManagerImpl Waiting for the following 
> bundles to start: [adobe-aemfd-signatures [777], 
> com.ags.forms.commom.ags_forms_common [854]]
> {noformat}
> In my case, we needed the server side tests continue to work while the bundle 
> starting problem being addressed in parallel. With some studies to the source 
> code, the issue can be fixed by a single liner change in the attached .diff 
> file.
> Hopefully, the problem can be addressed in the upcoming 1.0.27 release.



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


[GitHub] [sling-org-apache-sling-junit-core] yuansc opened a new pull request #1: [SLING-8246]Fix server side test hang with repeat "Waiting for the following bund…

2019-12-15 Thread GitBox
yuansc opened a new pull request #1: [SLING-8246]Fix server side test hang with 
repeat "Waiting for the following bund…
URL: https://github.com/apache/sling-org-apache-sling-junit-core/pull/1
 
 
…les to start:..." in log


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[jira] [Commented] (SLING-8246) Server side test hang with repeat "Waiting for the following bundles to start:..." in log

2019-12-15 Thread Scott Yuan (Jira)


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

Scott Yuan commented on SLING-8246:
---

Hi Robert, sorry for the very long delay.  I will go ahead submit a pull 
request for the patch.  Thanks a lot!
-Scott Yuan

> Server side test hang with repeat "Waiting for the following bundles to 
> start:..." in log
> -
>
> Key: SLING-8246
> URL: https://issues.apache.org/jira/browse/SLING-8246
> Project: Sling
>  Issue Type: Improvement
>  Components: Apache Sling Testing Clients, JUnit Core
>Affects Versions: JUnit Core 1.0.20, JUnit Core 1.0.22, JUnit Core 1.0.23, 
> JUnit Core 1.0.24, JUnit Core 1.0.26
> Environment: OS: Windows, Linux
> Java:  Java 1.8
>Reporter: Scott Yuan
>Priority: Major
> Attachments: patch.diff
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> +SLING-6334 - Server-Side Tests: Wait until all bundles are started be…+ had 
> been a great feature for ensuring accurate test results. Thanks for having 
> this feature available.
> I recently found that if there is a bundle failed to start; SLING-6334 
> doesn't timeout after DEFAULT_SYSTEM_STARTUP_INACTIVITY_TIMEOUT_SECONDS but 
> waits infinitely with repeating log message
> {noformat}
> 26.01.2019 13:58:14.562 *INFO* [qtp980475582-2859] 
> org.apache.sling.junit.impl.TestsManagerImpl Waiting for the following 
> bundles to start: [adobe-aemfd-signatures [777], 
> com.ags.forms.commom.ags_forms_common [854]]
> {noformat}
> In my case, we needed the server side tests continue to work while the bundle 
> starting problem being addressed in parallel. With some studies to the source 
> code, the issue can be fixed by a single liner change in the attached .diff 
> file.
> Hopefully, the problem can be addressed in the upcoming 1.0.27 release.



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


Re: [VOTE]: Release Sling Feature CPConverter 1.0.0

2019-12-15 Thread Oliver Lietz
On Friday, December 13, 2019 10:38:28 PM CET Andreas Schaefer wrote:
> Hi

Hi Andreas,

> This is the first release of the Sling Feature CPConverter project. This
> module is providing the ability to convert Content Packages (CP) to Feature
> Models to be used in a Sling Feature Model project.
> 
> The JIRA ticket for this release is:
> https://issues.apache.org/jira/browse/SLING-8752

We usually do not create an issue for cutting a release but count all resolved 
and open issues and link to the version in JIRA.

The release depends on different unstable Jackrabbit versions which should be 
fixed.

Regards,
O.

> Staging Repository:
> https://repository.apache.org/content/repositories/orgapachesling-2171
> 
> Check the Signatures with:
> sh check_staged_release.sh 2171 /tmp/sling-staging
> 
> Please vote to approve this release:
> 
>  [ ] +1 Approve the release
>  [ ]  0 Don't care
>  [ ] -1 Don't release, because ...
> 
> This majority vote is open for at least 72 hours.
> 
> Regards - Andy Schaefer Sr.






[VOTE] Release Apache Sling Commons Crypto 1.0.0

2019-12-15 Thread Oliver Lietz
Hi,

We solved 7 issues in this release:
https://issues.apache.org/jira/browse/SLING/fixforversion/12346585

Staging repository:
https://repository.apache.org/content/repositories/orgapachesling-2172

You can use this UNIX script to download the release and verify the 
signatures:
https://gitbox.apache.org/repos/asf?p=sling-tooling-release.git;a=blob;f=check_staged_release.sh;hb=HEAD

Usage:
sh check_staged_release.sh 2172 /tmp/sling-staging

Please vote to approve this release:

  [ ] +1 Approve the release
  [ ]  0 Don't care
  [ ] -1 Don't release, because ...

This majority vote is open for at least 72 hours.

Regards,
O.






[jira] [Resolved] (SLING-8840) Update to Sling Bundle Parent 35

2019-12-15 Thread Oliver Lietz (Jira)


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

Oliver Lietz resolved SLING-8840.
-
Resolution: Done

> Update to Sling Bundle Parent 35
> 
>
> Key: SLING-8840
> URL: https://issues.apache.org/jira/browse/SLING-8840
> Project: Sling
>  Issue Type: Task
>  Components: Commons
>Reporter: Oliver Lietz
>Assignee: Oliver Lietz
>Priority: Major
> Fix For: Commons Messaging 1.0.0
>
>




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


[jira] [Resolved] (SLING-8841) Update to Sling Bundle Parent 35

2019-12-15 Thread Oliver Lietz (Jira)


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

Oliver Lietz resolved SLING-8841.
-
Resolution: Done

> Update to Sling Bundle Parent 35
> 
>
> Key: SLING-8841
> URL: https://issues.apache.org/jira/browse/SLING-8841
> Project: Sling
>  Issue Type: Task
>  Components: Commons
>Reporter: Oliver Lietz
>Assignee: Oliver Lietz
>Priority: Major
> Fix For: Commons Messaging Mail 1.0.0
>
>




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


[jira] [Updated] (SLING-5644) Provide a messaging implementation based on Commons Email

2019-12-15 Thread Oliver Lietz (Jira)


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

Oliver Lietz updated SLING-5644:

Summary: Provide a messaging implementation based on Commons Email  (was: 
Provide an messaging implementation based on Commons Email)

> Provide a messaging implementation based on Commons Email
> -
>
> Key: SLING-5644
> URL: https://issues.apache.org/jira/browse/SLING-5644
> Project: Sling
>  Issue Type: New Feature
>  Components: Commons
>Reporter: Oliver Lietz
>Assignee: Oliver Lietz
>Priority: Major
> Fix For: Commons Messaging Mail 1.0.0
>
>




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


[jira] [Resolved] (SLING-5644) Provide an messaging implementation based on Commons Email

2019-12-15 Thread Oliver Lietz (Jira)


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

Oliver Lietz resolved SLING-5644.
-
Resolution: Won't Fix

Creating a simple and thin layer above Java Mail instead.

> Provide an messaging implementation based on Commons Email
> --
>
> Key: SLING-5644
> URL: https://issues.apache.org/jira/browse/SLING-5644
> Project: Sling
>  Issue Type: New Feature
>  Components: Commons
>Reporter: Oliver Lietz
>Assignee: Oliver Lietz
>Priority: Major
> Fix For: Commons Messaging Mail 1.0.0
>
>




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


[jira] [Created] (SLING-8920) Provide a simple API and implementation to build and send mails

2019-12-15 Thread Oliver Lietz (Jira)
Oliver Lietz created SLING-8920:
---

 Summary: Provide a simple API and implementation to build and send 
mails
 Key: SLING-8920
 URL: https://issues.apache.org/jira/browse/SLING-8920
 Project: Sling
  Issue Type: New Feature
  Components: Commons
Reporter: Oliver Lietz
Assignee: Oliver Lietz
 Fix For: Commons Messaging Mail 1.0.0






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


[jira] [Commented] (SLING-8889) Onboard Commons Crypto to SonarCloud

2019-12-15 Thread Oliver Lietz (Jira)


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

Oliver Lietz commented on SLING-8889:
-

Thanks, [~bellingard] and no worries!

> Onboard Commons Crypto to SonarCloud
> 
>
> Key: SLING-8889
> URL: https://issues.apache.org/jira/browse/SLING-8889
> Project: Sling
>  Issue Type: Task
>  Components: Commons
>Reporter: Oliver Lietz
>Priority: Major
> Fix For: Commons Crypto 1.0.0
>
>
> {{sling-org-apache-sling-commons-crypto}}



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


[jira] [Resolved] (SLING-8889) Onboard Commons Crypto to SonarCloud

2019-12-15 Thread Oliver Lietz (Jira)


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

Oliver Lietz resolved SLING-8889.
-
  Assignee: Oliver Lietz
Resolution: Done

> Onboard Commons Crypto to SonarCloud
> 
>
> Key: SLING-8889
> URL: https://issues.apache.org/jira/browse/SLING-8889
> Project: Sling
>  Issue Type: Task
>  Components: Commons
>Reporter: Oliver Lietz
>Assignee: Oliver Lietz
>Priority: Major
> Fix For: Commons Crypto 1.0.0
>
>
> {{sling-org-apache-sling-commons-crypto}}



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