Re: [VOTE] Release Apache Maven Checkstyle Plugin version 3.1.2

2021-01-23 Thread Tibor Digana
+1 Cheers Tibor On Sun, Jan 24, 2021 at 12:02 AM Sylwester Lachiewicz < slachiew...@apache.org> wrote: > Hi, > > We solved 5 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317223&version=12347024&styleName=Text > > There are still a couple of issues left in JIRA:

[VOTE] Release Apache Maven Checkstyle Plugin version 3.1.2

2021-01-23 Thread Sylwester Lachiewicz
Hi, We solved 5 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317223&version=12347024&styleName=Text There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MCHECKSTYLE%20AND%20resolution%20%3D%20Unresolved%20ORDER%2

Re: Loging api in JSR-330 component

2021-01-23 Thread Benjamin Marwell
Probably because of the same misunderstanding why this thread came up in the first place. https://issues.apache.org/jira/browse/MNG-6931 and https://github.com/apache/maven/pull/385 +1 for reverting and adding some documentation. On Sat, 23 Jan 2021, 18:06 Romain Manni-Bucau, wrote: > Hi Be

Re: Loging api in JSR-330 component

2021-01-23 Thread Romain Manni-Bucau
Hi Benjamin, Guess it was unexpectedly deprecated, let's revert that on master. Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn

Re: Loging api in JSR-330 component

2021-01-23 Thread Benjamin Marwell
Robert, that's deprecated! What to use instead? Or was it deprecated in error? https://github.com/apache/maven/blob/master/maven-plugin-api/src/main/java/org/apache/maven/plugin/logging/Log.java On Sat, 23 Jan 2021, 12:10 Robert Scholte, wrote: > See > https://maven.apache.org/ref/3.6.3/ma

Re: [VOTE] Release Apache Maven Common Artifact Filters version 3.1.1

2021-01-23 Thread Hervé BOUTEMY
+1 checked that the build is reproducible, built with JDK 11 on Windows Regards, Hervé Le samedi 23 janvier 2021, 02:28:10 CET Sylwester Lachiewicz a écrit : > Hi, > > We solved 5 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&ve > rsion=12344661&styleName=

Re: [VOTE] Release Apache Maven Archiver version 3.5.1

2021-01-23 Thread Hervé BOUTEMY
+1 checked that the build is reproducible, built with JDK 11 on Windows Regards, Hervé Le vendredi 22 janvier 2021, 23:30:36 CET Sylwester Lachiewicz a écrit : > Hi, > > We solved 2 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12345175&styl > eName=Text&projectId=12

Re: Loging api in JSR-330 component

2021-01-23 Thread Robert Scholte
See https://maven.apache.org/ref/3.6.3/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html You can get the logger by calling getLog(), so don't inject the logger here. Robert On 22-1-2021 19:19:47, Slawomir Jaranowski wrote: It is not only an extension case. For example I can wr