[GitHub] maven-enforcer pull request: MENFORCER-220 pass real MojoExecution...

2015-01-05 Thread kwin
Github user kwin closed the pull request at: https://github.com/apache/maven-enforcer/pull/14 --- 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

[GitHub] maven pull request: Improved visibility of collections and variabl...

2015-01-05 Thread jvanzyl
Github user jvanzyl commented on the pull request: https://github.com/apache/maven/pull/34#issuecomment-68680709 Tibor, Empirically on the daily basis I work on a 900 module build using 8 threads with 1500+ developers and there aren't many concurrency issues. I'm not keen on

[GitHub] maven pull request: Improved visibility of collections and variabl...

2015-01-05 Thread Tibor17
Github user Tibor17 commented on the pull request: https://github.com/apache/maven/pull/34#issuecomment-68697988 Hi Jason, the point of this patch is to force the devs to write `safe` code. Immediately as I have seen the code I recognized, same as Herve stated in my email,

[GitHub] maven pull request: Improved visibility of collections and variabl...

2015-01-05 Thread jvanzyl
Github user jvanzyl commented on the pull request: https://github.com/apache/maven/pull/34#issuecomment-68700367 Apache is resource constrained so we have what we have. Please feel free to work with Stephen on the dev list to have something better setup. I'm open to improvement.

Re: JIRA projects for Maven

2015-01-05 Thread Benson Margulies
So, where are we? David N, can we go ahead and start asking to create projects as we migrate? Maven gang, do we have a mechanical approach to migrating a project? On Mon, Dec 29, 2014 at 2:10 AM, Hervé BOUTEMY herve.bout...@free.fr wrote: Le dimanche 28 décembre 2014 21:18:18 David Nalley a

Formal verification of thread correctness in maven core

2015-01-05 Thread Kristian Rosenvold
I'd be interested in using cglib to generate a full set of subclasses for the entire maven model. These subclasses could assert stuff about proper thread correctness wrt the current correct threading model for maven. This would be capable of blowing up /immediately/ a plugin violates the contract

[GitHub] maven pull request: Improved visibility of collections and variabl...

2015-01-05 Thread Tibor17
Github user Tibor17 closed the pull request at: https://github.com/apache/maven/pull/34 --- 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

Re: JIRA projects for Maven

2015-01-05 Thread Benson Margulies
Codehaus: JIRA v6.1.6 Apache: JIRA v6.3.4 Not so good. On Mon, Jan 5, 2015 at 7:46 AM, Mark Thomas ma...@apache.org wrote: On 05/01/2015 12:22, Benson Margulies wrote: So, where are we? David N, can we go ahead and start asking to create projects as we migrate? Maven gang, do we have a

[GitHub] maven pull request: Improved visibility of collections and variabl...

2015-01-05 Thread jvanzyl
Github user jvanzyl commented on the pull request: https://github.com/apache/maven/pull/34#issuecomment-68701512 Does the patch apply for you? I just tried: Applying: Improved visibility of collections and variables across multiple threads error: patch failed:

[GitHub] maven pull request: Improved visibility of collections and variabl...

2015-01-05 Thread Tibor17
Github user Tibor17 commented on the pull request: https://github.com/apache/maven/pull/34#issuecomment-68702414 Jason, Don't worry about this patch, I'll close it - since I have private copy and the diff. I will wait for you patch, and then I'll go through the diff and I

Re: JIRA projects for Maven

2015-01-05 Thread Mark Thomas
On 05/01/2015 12:22, Benson Margulies wrote: So, where are we? David N, can we go ahead and start asking to create projects as we migrate? Maven gang, do we have a mechanical approach to migrating a project? For the migration to work (using Jira import/export): - Source and destination Jira

[GitHub] maven pull request: Improved visibility of collections and variabl...

2015-01-05 Thread jvanzyl
Github user jvanzyl commented on the pull request: https://github.com/apache/maven/pull/34#issuecomment-68705017 Sounds like a plan. --- 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

Re: Formal verification of thread correctness in maven core

2015-01-05 Thread David Jencks
I wonder that too. I don't think cglib is maintained, AFAIK most people use asm nowadays. I believe it is fairly easy to use asm to add byte code to the beginning and end of every method for e.g. logging method entry/exit. Apache Aries has an asm based thing to enable adding some kind of

Re: Formal verification of thread correctness in maven core

2015-01-05 Thread Igor Fedorenko
What kind of changes to the model do you expect? Can you give some pointers that explain verification logic you have in mind? -- Regards, Igor On 2015-01-05 9:11, Kristian Rosenvold wrote: I'd be interested in using cglib to generate a full set of subclasses for the entire maven model. These

Re: Formal verification of thread correctness in maven core

2015-01-05 Thread Stuart McCulloch
On Monday, 5 January 2015 at 15:00, David Jencks wrote: I wonder that too. I don't think cglib is maintained FYI cglib is still maintained and moved recently to https://github.com/cglib/cglib … that said, for simple cases asm is often enough. , AFAIK most people use asm nowadays. I

[ANN] Apache Maven Plugin Tools (with Maven Plugin Plugin) 3.4 Released

2015-01-05 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Plugin Tools, version 3.4 The Maven Plugin Tools contains the necessary tools to generate rebarbative content like descriptor, help and documentation. http://maven.apache.org/plugin-tools/

Re: Formal verification of thread correctness in maven core

2015-01-05 Thread Kristian Rosenvold
Sorry for being short on the good details :) First of all I really dont care about the technology for the actual byte code manipulation. I'd really not even like to get into that stuff; I have too much other cool stuff to do. While working on the initial parallel solution in maven I used a lot of

Re: Formal verification of thread correctness in maven core

2015-01-05 Thread Tibor Digana
Hard to understand what combination of multiple threads + bytecode manipulation is interesting for you. It looks like you want to make a Proxy over interfaces and throw an exception if some other Thread is trying to make harmful operation, or so. You know the core much better than me; Is it

Re: Formal verification of thread correctness in maven core

2015-01-05 Thread Kristian Rosenvold
Right now most of the model is handed over to a different thread and it should really not be touched by any other threads after that. This model works, but is collaborative in the sense that everyone has to play by the rules; and these rules are not obvious to most people. I'm thinking about

[VOTE] Release Maven Project Info Reports Plugin version 2.8

2015-01-05 Thread Michael Osipov
Hi, We solved 39 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11142version=19232 There are still a couple of issues left in JIRA: