Re: [VOTE] Release Maven Release version 3.1.0
One more day left buys and I am short in votes. - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org
Re: [VOTE] Release Maven Release version 3.1.0
+1 pt., 14 cze 2024 o 10:44 Michael Osipov napisał(a): > Hi, > > we solved 11 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317824&version=12354221 > > There are still a couple of issues left in JIRA: > https://issues.apache.org/jira/projects/MRELEASE/issues > > Staging repo: > https://repository.apache.org/content/repositories/maven-2148/ > > https://repository.apache.org/content/repositories/maven-2148/org/apache/maven/release/maven-release/3.1.0/maven-release-3.1.0-source-release.zip > > Source release checksum(s): > maven-release-3.1.0-source-release.zip > > 0883c76c2611fa74849038b2e133b0834c8498bdea494465c0f88324bab33af165d806ac0ee7c5e7b77b98dbf1e0e8bc9704605f7f10ae7e280bf0fa3878c6fe > > Staging site: > https://maven.apache.org/maven-release-archives/maven-release-LATEST/ > > Guide to testing staged releases: > https://maven.apache.org/guides/development/guide-testing-releases.html > > Vote open for 72 hours. > > [ ] +1 > [ ] +0 > [ ] -1 > > - > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > > -- Sławomir Jaranowski
Re: [VOTE] Release Maven Release version 3.1.0
+1 On Fri, Jun 14, 2024, 10:43 Michael Osipov wrote: > Hi, > > we solved 11 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317824&version=12354221 > > There are still a couple of issues left in JIRA: > https://issues.apache.org/jira/projects/MRELEASE/issues > > Staging repo: > https://repository.apache.org/content/repositories/maven-2148/ > > https://repository.apache.org/content/repositories/maven-2148/org/apache/maven/release/maven-release/3.1.0/maven-release-3.1.0-source-release.zip > > Source release checksum(s): > maven-release-3.1.0-source-release.zip > > 0883c76c2611fa74849038b2e133b0834c8498bdea494465c0f88324bab33af165d806ac0ee7c5e7b77b98dbf1e0e8bc9704605f7f10ae7e280bf0fa3878c6fe > > Staging site: > https://maven.apache.org/maven-release-archives/maven-release-LATEST/ > > Guide to testing staged releases: > https://maven.apache.org/guides/development/guide-testing-releases.html > > Vote open for 72 hours. > > [ ] +1 > [ ] +0 > [ ] -1 > > - > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > >
[VOTE] Release Apache Maven Clean Plugin version 3.4.0
Hi, We solved 8 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317224&version=12353775 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MCLEAN%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC Staging repo: https://repository.apache.org/content/repositories/maven-2149/ https://repository.apache.org/content/repositories/maven-2149/org/apache/maven/plugins/maven-clean-plugin/3.4.0/maven-clean-plugin-3.4.0-source-release.zip Source release checksum(s): maven-clean-plugin-3.4.0-source-release.zip - SHA-512 : b9ff6d64d35d1e0c7afed7692d0bb10106b7c3789a9b932f7bc8b61802721fd8947c6593449bd8a1002cdfecc3dc2caf56feed3c77a464f468e29eaab17b1825 Staging site: https://maven.apache.org/plugins-archives/maven-clean-plugin-LATEST/ Guide to testing staged releases: https://maven.apache.org/guides/development/guide-testing-releases.html Vote open for at least 72 hours. [ ] +1 [ ] +0 [ ] -1 -- Sławomir Jaranowski
[VOTE] Release Apache Maven JAR Plugin version 3.4.2
Hi, We solved 1 issue: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317526&version=12354600 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MJAR%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC Staging repo: https://repository.apache.org/content/repositories/maven-2150/ https://repository.apache.org/content/repositories/maven-2150/org/apache/maven/plugins/maven-jar-plugin/3.4.2/maven-jar-plugin-3.4.2-source-release.zip Source release checksum(s): maven-jar-plugin-3.4.2-source-release.zip - SHA-512 : 4fdd2592cdcce45767d265928a565782839f12c5570f2ce8940afb101f572b02c9fd03b29e8d528995f0e68dfe84b43af7e6dd9bc7d47ba56494f409f2ef3832 Staging site: https://maven.apache.org/plugins-archives/maven-jar-plugin-LATEST/ Guide to testing staged releases: https://maven.apache.org/guides/development/guide-testing-releases.html Vote open for at least 72 hours. [ ] +1 [ ] +0 [ ] -1 -- Sławomir Jaranowski
[doxia] [DISCUSS] adding footnote processing to markdown
There is a standard footnote extension available from flexmark, and I have a private branch of 1.12.0 that adds it. It seems to work. Is there any reason not to add this? I want to use it for some commons collections documentation where I want to refer to various published papers. Claude
Re: [doxia] [DISCUSS] adding footnote processing to markdown
Do you have a link FTR? Are there licensing issues? Gary On Sun, Jun 16, 2024, 9:58 AM Claude Warren wrote: > There is a standard footnote extension available from flexmark, and I have > a private branch of 1.12.0 that adds it. It seems to work. Is there any > reason not to add this? > > I want to use it for some commons collections documentation where I want to > refer to various published papers. > > Claude >
Re: [doxia] [DISCUSS] adding footnote processing to markdown
flexmark is already used by doxia-markdown to perform the markdown processing . This is just adding an additional extension from flexmark to the ones already used. All are licensed as BSD-2-Clause On 2024/06/16 14:28:03 Gary Gregory wrote: > Do you have a link FTR? Are there licensing issues? > > Gary > > On Sun, Jun 16, 2024, 9:58 AM Claude Warren wrote: > > > There is a standard footnote extension available from flexmark, and I have > > a private branch of 1.12.0 that adds it. It seems to work. Is there any > > reason not to add this? > > > > I want to use it for some commons collections documentation where I want to > > refer to various published papers. > > > > Claude > > > - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org
Re: [doxia] [DISCUSS] adding footnote processing to markdown
Hi Claude, A PR might be the smoothest way to move this forward. Gary On Sun, Jun 16, 2024 at 10:48 AM Claude Warren wrote: > > flexmark is already used by doxia-markdown to perform the markdown processing > . This is just adding an additional extension from flexmark to the ones > already used. All are licensed as BSD-2-Clause > > > On 2024/06/16 14:28:03 Gary Gregory wrote: > > Do you have a link FTR? Are there licensing issues? > > > > Gary > > > > On Sun, Jun 16, 2024, 9:58 AM Claude Warren wrote: > > > > > There is a standard footnote extension available from flexmark, and I have > > > a private branch of 1.12.0 that adds it. It seems to work. Is there any > > > reason not to add this? > > > > > > I want to use it for some commons collections documentation where I want > > > to > > > refer to various published papers. > > > > > > Claude > > > > > > > - > 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
Re: [doxia] [DISCUSS] adding footnote processing to markdown
Looking through the contribution information, it looks like a jira ticket is requested and conversation here first. So step one complete... or mostly so. Now to open the ticket and submit the request. On Sun, Jun 16, 2024 at 5:40 PM Gary Gregory wrote: > Hi Claude, > > A PR might be the smoothest way to move this forward. > > Gary > > On Sun, Jun 16, 2024 at 10:48 AM Claude Warren wrote: > > > > flexmark is already used by doxia-markdown to perform the markdown > processing . This is just adding an additional extension from flexmark to > the ones already used. All are licensed as BSD-2-Clause > > > > > > On 2024/06/16 14:28:03 Gary Gregory wrote: > > > Do you have a link FTR? Are there licensing issues? > > > > > > Gary > > > > > > On Sun, Jun 16, 2024, 9:58 AM Claude Warren wrote: > > > > > > > There is a standard footnote extension available from flexmark, and > I have > > > > a private branch of 1.12.0 that adds it. It seems to work. Is > there any > > > > reason not to add this? > > > > > > > > I want to use it for some commons collections documentation where I > want to > > > > refer to various published papers. > > > > > > > > Claude > > > > > > > > > > > - > > 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 > > -- LinkedIn: http://www.linkedin.com/in/claudewarren
Re: [VOTE] Release Apache Maven Clean Plugin version 3.4.0
Am 2024-06-16 um 12:31 schrieb Slawomir Jaranowski: Hi, We solved 8 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317224&version=12353775 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MCLEAN%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC Staging repo: https://repository.apache.org/content/repositories/maven-2149/ https://repository.apache.org/content/repositories/maven-2149/org/apache/maven/plugins/maven-clean-plugin/3.4.0/maven-clean-plugin-3.4.0-source-release.zip Source release checksum(s): maven-clean-plugin-3.4.0-source-release.zip - SHA-512 : b9ff6d64d35d1e0c7afed7692d0bb10106b7c3789a9b932f7bc8b61802721fd8947c6593449bd8a1002cdfecc3dc2caf56feed3c77a464f468e29eaab17b1825 Staging site: https://maven.apache.org/plugins-archives/maven-clean-plugin-LATEST/ Guide to testing staged releases: https://maven.apache.org/guides/development/guide-testing-releases.html Vote open for at least 72 hours. +1 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org
Re: [doxia] [DISCUSS] adding footnote processing to markdown
Am 2024-06-16 um 15:58 schrieb Claude Warren: There is a standard footnote extension available from flexmark, and I have a private branch of 1.12.0 that adds it. It seems to work. Is there any reason not to add this? I want to use it for some commons collections documentation where I want to refer to various published papers. Please create a JIRA issue, the PR with a test for the feature, but I won't merge anything into Doxia 1.x anymore because all is focused on upcoming Doxia 2.0.0 stack. Michael - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org
[RESULT] [VOTE] Release Maven Project Info Reports Plugin version 3.6.0
Hi, The vote has passed with the following result: +1: Gabriel Belingueres, Michael Osipov, Sylwester Lachiewicz, Slawomir Jaranowski PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release the board report. - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org
[RESULT] [VOTE] Release Maven Release version 3.1.0
Hi, The vote has passed with the following result: +1: Michael Osipov, Sylwester Lachiewicz, Slawomir Jaranowski, Tamás Cservenák PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release the board report.
[ANN] Maven Project Info Reports Plugin 3.6.0 released
The Apache Maven team is pleased to announce the release of the Maven Project Info Reports Plugin version 3.6.0. https://maven.apache.org/plugins/maven-project-info-reports-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-project-info-reports-plugin 3.6.0 Release Notes - Maven Project Info Reports Plugin - Version 3.6.0 ** New Feature * [MPIR-455] - dependencies goal: add support for multi-release JARs ** Improvement * [MPIR-451] - Rename "Dependency Information" to "Maven Coordinates" * [MPIR-460] - Dependency Information for maven-plugin ** Task * [MPIR-459] - Refresh download page ** Dependency upgrade * [MPIR-457] - Upgrade to Parent 42 and Maven 3.6.3 * [MPIR-461] - Upgrade plugins and components (in ITs) Enjoy, -The Apache Maven team - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org
[ANN] Maven Release 3.1.0 released
The Apache Maven team is pleased to announce the release of the Maven Release version 3.1.0. https://maven.apache.org/maven-release/ Release Notes - Maven Release - Version 3.1.0 ** Bug * [MRELEASE-1064] - [REGRESSION] release:branch uses @releaseLabel instead of @branchName in default SCM commit * [MRELEASE-1109] - update-versions removes the CI-friendly ${revisions} * [MRELEASE-1146] - maven-release-plugin tests do not properly check for existence of svn command * [MRELEASE-1147] - @junitVersion@ never replaced in UTs (make explicit) * [MRELEASE-1148] - Release Manager pulls in transitive dependencies ** Improvement * [MRELEASE-1134] - Pass interactive flag to ScmProvider * [MRELEASE-1139] - Improve logging for used credentials in DefaultScmRepositoryConfigurator ** Dependency upgrade * [MRELEASE-1128] - maven-scm to 2.0.1 * [MRELEASE-1136] - Upgrade parent POM to version 41 * [MRELEASE-1144] - Upgrade to Parent 42 * [MRELEASE-1145] - Upgrade to Maven 3.6.3 Enjoy, -The Apache Maven team - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org
Re: [VOTE] Release Apache Maven JAR Plugin version 3.4.2
+1 niedz., 16 cze 2024, 14:18 użytkownik Slawomir Jaranowski < s.jaranow...@gmail.com> napisał: > Hi, > > We solved 1 issue: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317526&version=12354600 > > There are still a couple of issues left in JIRA: > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20MJAR%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC > > > Staging repo: > https://repository.apache.org/content/repositories/maven-2150/ > > https://repository.apache.org/content/repositories/maven-2150/org/apache/maven/plugins/maven-jar-plugin/3.4.2/maven-jar-plugin-3.4.2-source-release.zip > > Source release checksum(s): > maven-jar-plugin-3.4.2-source-release.zip - SHA-512 : > > 4fdd2592cdcce45767d265928a565782839f12c5570f2ce8940afb101f572b02c9fd03b29e8d528995f0e68dfe84b43af7e6dd9bc7d47ba56494f409f2ef3832 > > Staging site: > https://maven.apache.org/plugins-archives/maven-jar-plugin-LATEST/ > > Guide to testing staged releases: > https://maven.apache.org/guides/development/guide-testing-releases.html > > Vote open for at least 72 hours. > > [ ] +1 > [ ] +0 > [ ] -1 > > -- > Sławomir Jaranowski >
Re: [VOTE] Release Apache Maven Clean Plugin version 3.4.0
+1 niedz., 16 cze 2024, 20:41 użytkownik Michael Osipov napisał: > Am 2024-06-16 um 12:31 schrieb Slawomir Jaranowski: > > Hi, > > > > We solved 8 issues: > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317224&version=12353775 > > > > There are still a couple of issues left in JIRA: > > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20MCLEAN%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC > > > > Staging repo: > > https://repository.apache.org/content/repositories/maven-2149/ > > > https://repository.apache.org/content/repositories/maven-2149/org/apache/maven/plugins/maven-clean-plugin/3.4.0/maven-clean-plugin-3.4.0-source-release.zip > > > > Source release checksum(s): > > maven-clean-plugin-3.4.0-source-release.zip - SHA-512 : > > > b9ff6d64d35d1e0c7afed7692d0bb10106b7c3789a9b932f7bc8b61802721fd8947c6593449bd8a1002cdfecc3dc2caf56feed3c77a464f468e29eaab17b1825 > > > > Staging site: > > https://maven.apache.org/plugins-archives/maven-clean-plugin-LATEST/ > > > > Guide to testing staged releases: > > https://maven.apache.org/guides/development/guide-testing-releases.html > > > > Vote open for at least 72 hours. > > +1 > > > - > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > >
Re: [ANN] Maven Project Info Reports Plugin 3.6.0 released
Hello Apache Maven team On Sun, 16 Jun 2024 at 20:52, Michael Osipov wrote: > The Apache Maven team is pleased to announce the release of the Maven > Project Info Reports Plugin version 3.6.0. > ** New Feature > * [MPIR-455] - dependencies goal: add support for multi-release JARs Not quite sure what I'm doing wrong, but with above and maven-site-plugin:3.12.1, [wrapped] maven 3.9.7, on java 21 - I'm getting: Caused by: java.lang.NumberFormatException: For input string: "1.8" at java.lang.NumberFormatException.forInputString (NumberFormatException.java:67) at java.lang.Integer.parseInt (Integer.java:662) at java.lang.Integer.valueOf (Integer.java:989) at org.apache.maven.shared.jar.classes.JarClassesAnalysis.analyzeMultiRelease (JarClassesAnalysis.java:157) at org.apache.maven.shared.jar.classes.JarClassesAnalysis.analyze (JarClassesAnalysis.java:112) at org.apache.maven.report.projectinfo.dependencies.Dependencies.getJarDependencyDetails (Dependencies.java:228) at org.apache.maven.report.projectinfo.dependencies.renderer.DependenciesRenderer.hasSealed (DependenciesRenderer.java:1222) at org.apache.maven.report.projectinfo.dependencies.renderer.DependenciesRenderer.renderSectionDependencyFileDetails (DependenciesRenderer.java:518) at org.apache.maven.report.projectinfo.dependencies.renderer.DependenciesRenderer.renderBody (DependenciesRenderer.java:233) at org.apache.maven.reporting.AbstractMavenReportRenderer.render (AbstractMavenReportRenderer.java:82) at org.apache.maven.report.projectinfo.DependenciesReport.executeReport (DependenciesReport.java:167) at org.apache.maven.reporting.AbstractMavenReport.generate (AbstractMavenReport.java:289) at org.apache.maven.plugins.site.render.ReportDocumentRenderer.renderDocument (ReportDocumentRenderer.java:226) at org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render (DefaultSiteRenderer.java:348) at org.apache.maven.plugins.site.render.SiteMojo.renderLocale (SiteMojo.java:194) at org.apache.maven.plugins.site.render.SiteMojo.execute (SiteMojo.java:143) I can't see an issue for NumberFormatException in jira for MPIR or MSHARED, but I also do not have an extracted reproducer so far. It looks like in https://github.com/apache/maven-shared-jar/blob/23e488dda696b9f091e1c6a70ae75846ff7ff11f/src/main/java/org/apache/maven/shared/jar/classes/JarClassesAnalysis.java#L157 for io/projectreactor/reactor-core/3.6.6/reactor-core-3.6.6.jar: jdkRevision = "1.8" there (and it comes from within maven-shared as I see it). > Enjoy, I tried! -- Piotrek - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org