[GitHub] maven-surefire issue #114: Parallel runner should not drop away runners that...

2017-05-03 Thread Tibor17
Github user Tibor17 commented on the issue:

https://github.com/apache/maven-surefire/pull/114
  
The release would not be that fast. Maybe next month. There is quite a lot
to do.
I need to find spare time to see if the changes in
ParallelComputerBuilder.java


make logical sense and do not affect testing. If it is ok I will create a
Jira issue for this change from Fuud to have it documented in release notes.
So far we spent a lot of time on massive number of files changes and code
review. The code review is what we are stepping to right now.
I am facing two big tickets and some little which will improve stability of
the plugins.


On Thu, May 4, 2017 at 2:59 AM, Jezorko  wrote:

> @Tibor17  I see the current GIT version is
> 2.21-SNAPSHOT
> 
,
> when a release is expected?
>
> Also a little off-topic, @Fuud  is the code for
> your concurrent spock fork available anywhere? I cannot seem to find it.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> 
,
> or mute the thread
> 

> .
>



-- 
Cheers
Tibor



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[GitHub] maven-surefire issue #114: Parallel runner should not drop away runners that...

2017-05-03 Thread Jezorko
Github user Jezorko commented on the issue:

https://github.com/apache/maven-surefire/pull/114
  
@Tibor17 I see [the current GIT version is 
2.21-SNAPSHOT](https://github.com/apache/maven-surefire/blob/b54e33e68e9c3e13f8fca4b66dbb5c89a0a30715/pom.xml#L32),
 when a release is expected?

Also a little off-topic, @Fuud is the code for your concurrent spock fork 
available anywhere? I cannot seem to find it.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: BuildBot Site Publishing

2017-05-03 Thread Karl Heinz Marbaise

Hi,

seemed to be fixed.

Kind regards
Karl Heinz

On 02/05/17 20:54, Karl Heinz Marbaise wrote:

Hi,

currently the buildbot for our site publishing produces an error...

already filed in a INFRA- Ticket..

https://issues.apache.org/jira/browse/INFRA-14075

Kind regards
Karl Heinz Marbaise


-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Maven 3.5.1 - MNG-6025

2017-05-03 Thread Robert Scholte

+1

On Wed, 03 May 2017 07:49:21 +0200, Karl Heinz Marbaise  
 wrote:



Hi,

MNG-6025 branch is there, IT's were ok..so I would like to merge to  
master within the next days if no objections..


Kind regards
Karl Heinz Marbaise

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[ANN] Apache Maven Shared Component: Maven Dependency Analyzer Version 1.7 Released

2017-05-03 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the 
Apache Maven Shared Component: Maven Dependency Analyzer Version 1.7
 
https://maven.apache.org/shared/maven-dependency-analyzer/

Analyzes the dependencies of a project for undeclared or unused artifacts.

 
You should specify the version in your project's plugin configuration:
 

  org.apache.maven.shared
  maven-analyzer
  1.7


You can download the appropriate sources etc. from the download page:
 
https://maven.apache.org/shared/maven-dependency-analyzer/download.cgi
 
Release Notes Maven Archiver 1.7:

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922=12334271

Bugs:

 * [MSHARED-428] - maven-dependency-analyzer does not detect method references
 * [MSHARED-545] - maven-dependency-analyzer fails on classes containing 
constant long or double

Improvements:

 * [MSHARED-412] - Change the visibility of DefaultProjectDependencyAnalyzer's 
buildArtifactClassMap() from private to protected
 * [MSHARED-470] - Upgrade maven-shared-components parent to version 22
 * [MSHARED-525] - Upgrade maven-shared-components parent to version 30

Tasks:

 * [MSHARED-633] - Upgrade plexus-component-metadata / 
plexus-component-annotation to 1.7.1
 * [MSHARED-634] - Using maven-inovker 2.2 to ensure it works with all Maven 
versions on Windows
 
Enjoy,
 
-The Apache Maven team

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Maven Development Pain Point - EMails for push on branches

2017-05-03 Thread Karl Heinz Marbaise

Hi to all,

I had opened an issue for INFRA to ask for the problem based on the bulk 
emails for pushing to branches and they will solve the problem ETA 
probably within a month.


Details here:

https://issues.apache.org/jira/browse/INFRA-14062

Kind regards
Karl Heinz Marbaise

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Maven 3.5.1 - MNG-6025

2017-05-03 Thread Anton Tanasenko
+1

Needed this for a performance fix in m2e.

2017-05-03 15:05 GMT+03:00 Igor Fedorenko :

> +1
>
> In the longer run I think we need to review the many caches we have in
> Maven (including the resolver) and come up with a coherent strategy how
> to manage those caches.
>
> --
> Regards,
> Igor
>
> On Wed, May 3, 2017, at 01:49 AM, Karl Heinz Marbaise wrote:
> > Hi,
> >
> > MNG-6025 branch is there, IT's were ok..so I would like to merge to
> > master within the next days if no objections..
> >
> > Kind regards
> > Karl Heinz Marbaise
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.apache.org
> >
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


-- 
Regards,
Anton.


Re: Maven 3.5.1 - MNG-6025

2017-05-03 Thread Igor Fedorenko
+1

In the longer run I think we need to review the many caches we have in
Maven (including the resolver) and come up with a coherent strategy how
to manage those caches. 

-- 
Regards,
Igor

On Wed, May 3, 2017, at 01:49 AM, Karl Heinz Marbaise wrote:
> Hi,
> 
> MNG-6025 branch is there, IT's were ok..so I would like to merge to 
> master within the next days if no objections..
> 
> Kind regards
> Karl Heinz Marbaise
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
> 

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org