[ANNOUNCE] CFP open for ApacheCon North America 2016

2015-11-25 Thread Rich Bowen
Community growth starts by talking with those interested in your project. ApacheCon North America is coming, are you? We are delighted to announce that the Call For Presentations (CFP) is now open for ApacheCon North America. You can submit your proposed sessions at

[GitHub] maven pull request: MNG-3092: Adds version range result filter beh...

2015-11-25 Thread jvanzyl
Github user jvanzyl commented on the pull request: https://github.com/apache/maven/pull/70#issuecomment-159774014 @barthel I mean using the JSR330 equivalents for @Component and @Requirement. For @Component we replace them with @Named and @Singleton used together at the class level,

[GitHub] maven pull request: MNG-3092: Adds version range result filter beh...

2015-11-25 Thread jvanzyl
Github user jvanzyl commented on the pull request: https://github.com/apache/maven/pull/70#issuecomment-159774308 @barthel I ask this to be done because with some recent changes in Sisu I actually have a chance to land my JSR330 branch which entirely removes Plexus from Maven.

[GitHub] maven pull request: MNG-3092: Adds version range result filter beh...

2015-11-25 Thread barthel
Github user barthel commented on the pull request: https://github.com/apache/maven/pull/70#issuecomment-159728334 @michael-o Indent size and inside issues solved. Commits squashed and amend on last commit in branch. What can I do to avoid the merge commit? If I merge the master

[GitHub] maven pull request: MNG-3092: Adds version range result filter beh...

2015-11-25 Thread barthel
Github user barthel commented on the pull request: https://github.com/apache/maven/pull/70#issuecomment-159729295 @jvanzyl Did you mean ```@Requirement``` and ```@Component```? I'm following the coding style found in the classes around. Please point me to the replacements

[GitHub] maven pull request: MNG-3092: Adds version range result filter beh...

2015-11-25 Thread michael-o
Github user michael-o commented on the pull request: https://github.com/apache/maven/pull/70#issuecomment-159743197 @barthel While I am not a Git expert. I extract a patch/stash fo the work. Branch master, apply stash and commit again.

[GitHub] maven-surefire pull request: [SUREFIRE-1194] reporter argument doe...

2015-11-25 Thread Tibor17
Github user Tibor17 commented on the pull request: https://github.com/apache/maven-surefire/pull/107#issuecomment-159816428 @juherr Can you add an integration test. I guess there is another API for reporter so that maybe we are missing one of them in our integration tests (testng

Re: Why can't dependency plugin "see" statics /and staticimports

2015-11-25 Thread Stephen Connolly
Well here's a how do you do... If I compile BarMain.java with foo/Test2.java using a plain =42, I get: public class BarMain { public BarMain(); Code: 0: aload_0 1: invokespecial #1 // Method java/lang/Object."":()V 4: return public static void

Re: Why can't dependency plugin "see" statics /and staticimports

2015-11-25 Thread Kristian Rosenvold
Let me be more precise here; the dependency:analyze seems to miss a whole group of references to static fields. Both static imports and references to fields. In my code sample, I can do the following: javap -v bar/BarMain.class Classfile bar/BarMain.class Last modified 25.nov.2015; size 583

[GitHub] maven pull request: MNG-3092: Adds version range result filter beh...

2015-11-25 Thread michael-o
Github user michael-o commented on the pull request: https://github.com/apache/maven/pull/70#issuecomment-159546743 There are still some issues with the branch. You did not replay on top of master. It is creating a merge commit which I'd like to avoid. Some other issues will be

Re: Why can't dependency plugin "see" statics /and staticimports

2015-11-25 Thread Tibor Digana
AFAIK javac must keeps calling static field Test2.AZAZ. But the runtime compiler (JustInTime compiler JIT) may or may not compile the field to constant and inline private methods. That's the reason why Java Reflection won't see any changes on the field if you call setAccessible(true) and rewrite

[GitHub] maven-doxia-sitetools pull request: Actually display the "open in ...

2015-11-25 Thread tarilabs
GitHub user tarilabs opened a pull request: https://github.com/apache/maven-doxia-sitetools/pull/3 Actually display the "open in new window" icon. I understand this is the default `site.vm` used by `(org.apache.maven.plugins/)maven-site-plugin`. I understand default skins

[GitHub] maven pull request: MNG-3092: Adds version range result filter beh...

2015-11-25 Thread jvanzyl
Github user jvanzyl commented on the pull request: https://github.com/apache/maven/pull/70#issuecomment-159585971 Just looking through here and you also switch these to use JSR330 annotations instead of the plexus annotations. Any additions I'd like to see use JSR330 which is what we