[struts] branch master updated (cf8ba17 -> d4b620d)

2017-12-13 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git.


from cf8ba17  Kicks Coveralls to build on master
 add dda3fac  WW-4900 Makes BackgroundProcess transient
 add 6b13155  WW-4900 Reverts BackgroundProcess access modifiers
 add a8ecd9b  WW-4900 Fixes BackgroundProcessTest via synchronization
 new d4b620d  Merge pull request #191 from yasserzamani/WW-4900

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../struts2/interceptor/BackgroundProcess.java |  10 +-
 .../interceptor/ExecuteAndWaitInterceptor.java |   6 ++
 .../struts2/interceptor/BackgroundProcessTest.java | 104 +
 .../interceptor/ExecuteAndWaitInterceptorTest.java |  39 
 4 files changed, 154 insertions(+), 5 deletions(-)
 create mode 100644 
core/src/test/java/org/apache/struts2/interceptor/BackgroundProcessTest.java

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" '].


[struts] 01/01: Merge pull request #191 from yasserzamani/WW-4900

2017-12-13 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git

commit d4b620d06d17888532c82fecb39b43869336fa94
Merge: cf8ba17 a8ecd9b
Author: Lukasz Lenart 
AuthorDate: Wed Dec 13 14:30:25 2017 +0100

Merge pull request #191 from yasserzamani/WW-4900

WW-4900 Makes BackgroundProcess transient

 .../struts2/interceptor/BackgroundProcess.java |  10 +-
 .../interceptor/ExecuteAndWaitInterceptor.java |   6 ++
 .../struts2/interceptor/BackgroundProcessTest.java | 104 +
 .../interceptor/ExecuteAndWaitInterceptorTest.java |  39 
 4 files changed, 154 insertions(+), 5 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@struts.apache.org" .


Re: [struts] branch master updated: Kicks Coveralls to build on master

2017-12-13 Thread Yasser Zamani


On 12/13/2017 4:10 PM, lukaszlen...@apache.org wrote:
> commit cf8ba17454a94fd1f6b0d1015ea6aa00ca19afef
> Author: Lukasz Lenart
> AuthorDate: Wed Dec 13 13:40:28 2017 +0100
> 
>  Kicks Coveralls to build on master

 Thanks! :)