[GitHub] [maven-jxr] asfgit merged pull request #66: [JXR-173] Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl to 3.2.0
asfgit merged PR #66: URL: https://github.com/apache/maven-jxr/pull/66 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Closed] (JXR-173) Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl to 3.2.0
[ https://issues.apache.org/jira/browse/JXR-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed JXR-173. -- Resolution: Fixed Fixed with [f2c0657f854e7df6cecea5da31c25300a41e558c|https://gitbox.apache.org/repos/asf?p=maven-jxr.git&a=commit&h=f2c0657f854e7df6cecea5da31c25300a41e558c]. > Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl to 3.2.0 > -- > > Key: JXR-173 > URL: https://issues.apache.org/jira/browse/JXR-173 > Project: Maven JXR > Issue Type: Dependency upgrade > Components: maven2 jxr plugin >Affects Versions: 3.2.0 >Reporter: Michael Osipov >Assignee: Michael Osipov >Priority: Major > Fix For: 3.3.0 > > -- This message was sent by Atlassian Jira (v8.20.10#820010)
[GitHub] [maven-jxr] michael-o opened a new pull request, #69: [JXR-174] Revert JXR-157 until next major version
michael-o opened a new pull request, #69: URL: https://github.com/apache/maven-jxr/pull/69 Downgrade to Velocity 1.7 to be consistent with Doxia Sitetools 1.11.1. This closes #67 Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/JXR) filed for the change (usually before you start working on it). Trivial changes like typos do not require a JIRA issue. Your pull request should address just this issue, without pulling in other changes. - [ ] Each commit in the pull request should have a meaningful subject line and body. - [ ] Format the pull request title like `[JXR-XXX] - Fixes bug in ApproximateQuantiles`, where you replace `JXR-XXX` with the appropriate JIRA issue. Best practice is to use the JIRA issue title in the pull request title and in the first line of the commit message. - [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why. - [ ] Run `mvn clean verify` to make sure basic checks pass. A more thorough check will be performed on your pull request automatically. - [ ] You have run the integration tests successfully (`mvn -Prun-its clean verify`). If your pull request is about ~20 lines of code you don't need to sign an [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf) if you are unsure please ask on the developers list. To make clear that you license your contribution under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) you have to acknowledge this by using the following check-box. - [ ] I hereby declare this contribution to be licenced under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) - [ ] In any other case, please file an [Apache Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-jxr] asfgit merged pull request #69: [JXR-174] Revert JXR-157 until next major version
asfgit merged PR #69: URL: https://github.com/apache/maven-jxr/pull/69 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Closed] (JXR-169) Use of deprecated velocity configuration keys
[ https://issues.apache.org/jira/browse/JXR-169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed JXR-169. -- Fix Version/s: 3.3.0 Assignee: Michael Osipov Resolution: Fixed Fixed with JXR-174. > Use of deprecated velocity configuration keys > -- > > Key: JXR-169 > URL: https://issues.apache.org/jira/browse/JXR-169 > Project: Maven JXR > Issue Type: Improvement > Components: maven2 jxr plugin >Affects Versions: 3.2.0 >Reporter: Dave Wichers >Assignee: Michael Osipov >Priority: Minor > Fix For: 3.3.0 > > > When I run: mvn site, using my project's pom: > [https://github.com/nahsra/antisamy/blob/main/pom.xml] > I'm seeing the following warnings. I think this means these jxr-plugins are > using old resource names. Unless I'm doing something wrong in my pom. But I > can't find any references to these resources in my project, so I'm assuming > its a problem in your project. Can you confirm this is an issue in maven-jxr > and you can fix it? Or is it my fault? > The velocity configuration key changes are described here: > https://velocity.apache.org/engine/devel/configuration-property-changes-in-2.1.html > [*INFO*] Generating "{*}Source Xref{*}" report *---* > maven-jxr-plugin:3.2.0:jxr > [*WARNING*] configuration key 'resource.loader' has been deprecated in favor > of 'resource.loaders' > [*WARNING*] configuration key 'classpath.resource.loader.class' has been > deprecated in favor of 'resource.loader.classpath.class' > [*WARNING*] configuration key 'velocimacro.library' has been deprecated in > favor of 'velocimacro.library.path' > [*INFO*] Generating "{*}Test Source Xref{*}" report *---* > maven-jxr-plugin:3.2.0:test-jxr > [*WARNING*] configuration key 'resource.loader' has been deprecated in favor > of 'resource.loaders' > [*WARNING*] configuration key 'classpath.resource.loader.class' has been > deprecated in favor of 'resource.loader.classpath.class' > [*WARNING*] configuration key 'velocimacro.library' has been deprecated in > favor of 'velocimacro.library.path' > -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Closed] (JXR-174) Revert JXR-157 until next major version
[ https://issues.apache.org/jira/browse/JXR-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed JXR-174. -- Resolution: Fixed Fixed with [2313f3aa8448da577bd7190ceeffcc9b9b028681|https://gitbox.apache.org/repos/asf?p=maven-jxr.git&a=commit&h=2313f3aa8448da577bd7190ceeffcc9b9b028681]. > Revert JXR-157 until next major version > --- > > Key: JXR-174 > URL: https://issues.apache.org/jira/browse/JXR-174 > Project: Maven JXR > Issue Type: Task >Affects Versions: 3.2.0 >Reporter: Michael Osipov >Assignee: Michael Osipov >Priority: Major > Fix For: 3.3.0 > > > All Velocity-related stuff needs to be kept in tandem with Doxia Sitetools > otherwise we end up with two Velocity engines with the same package name in > the classpath with undefined behavior. Therefore, we must revert JXR-157 for > now. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (JXR-169) Use of deprecated velocity configuration keys
[ https://issues.apache.org/jira/browse/JXR-169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated JXR-169: --- Fix Version/s: (was: 3.3.0) > Use of deprecated velocity configuration keys > -- > > Key: JXR-169 > URL: https://issues.apache.org/jira/browse/JXR-169 > Project: Maven JXR > Issue Type: Improvement > Components: maven2 jxr plugin >Affects Versions: 3.2.0 >Reporter: Dave Wichers >Priority: Minor > > When I run: mvn site, using my project's pom: > [https://github.com/nahsra/antisamy/blob/main/pom.xml] > I'm seeing the following warnings. I think this means these jxr-plugins are > using old resource names. Unless I'm doing something wrong in my pom. But I > can't find any references to these resources in my project, so I'm assuming > its a problem in your project. Can you confirm this is an issue in maven-jxr > and you can fix it? Or is it my fault? > The velocity configuration key changes are described here: > https://velocity.apache.org/engine/devel/configuration-property-changes-in-2.1.html > [*INFO*] Generating "{*}Source Xref{*}" report *---* > maven-jxr-plugin:3.2.0:jxr > [*WARNING*] configuration key 'resource.loader' has been deprecated in favor > of 'resource.loaders' > [*WARNING*] configuration key 'classpath.resource.loader.class' has been > deprecated in favor of 'resource.loader.classpath.class' > [*WARNING*] configuration key 'velocimacro.library' has been deprecated in > favor of 'velocimacro.library.path' > [*INFO*] Generating "{*}Test Source Xref{*}" report *---* > maven-jxr-plugin:3.2.0:test-jxr > [*WARNING*] configuration key 'resource.loader' has been deprecated in favor > of 'resource.loaders' > [*WARNING*] configuration key 'classpath.resource.loader.class' has been > deprecated in favor of 'resource.loader.classpath.class' > [*WARNING*] configuration key 'velocimacro.library' has been deprecated in > favor of 'velocimacro.library.path' > -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] (JXR-169) Use of deprecated velocity configuration keys
[ https://issues.apache.org/jira/browse/JXR-169 ] Michael Osipov deleted comment on JXR-169: was (Author: michael-o): Fixed with JXR-174. > Use of deprecated velocity configuration keys > -- > > Key: JXR-169 > URL: https://issues.apache.org/jira/browse/JXR-169 > Project: Maven JXR > Issue Type: Improvement > Components: maven2 jxr plugin >Affects Versions: 3.2.0 >Reporter: Dave Wichers >Priority: Minor > > When I run: mvn site, using my project's pom: > [https://github.com/nahsra/antisamy/blob/main/pom.xml] > I'm seeing the following warnings. I think this means these jxr-plugins are > using old resource names. Unless I'm doing something wrong in my pom. But I > can't find any references to these resources in my project, so I'm assuming > its a problem in your project. Can you confirm this is an issue in maven-jxr > and you can fix it? Or is it my fault? > The velocity configuration key changes are described here: > https://velocity.apache.org/engine/devel/configuration-property-changes-in-2.1.html > [*INFO*] Generating "{*}Source Xref{*}" report *---* > maven-jxr-plugin:3.2.0:jxr > [*WARNING*] configuration key 'resource.loader' has been deprecated in favor > of 'resource.loaders' > [*WARNING*] configuration key 'classpath.resource.loader.class' has been > deprecated in favor of 'resource.loader.classpath.class' > [*WARNING*] configuration key 'velocimacro.library' has been deprecated in > favor of 'velocimacro.library.path' > [*INFO*] Generating "{*}Test Source Xref{*}" report *---* > maven-jxr-plugin:3.2.0:test-jxr > [*WARNING*] configuration key 'resource.loader' has been deprecated in favor > of 'resource.loaders' > [*WARNING*] configuration key 'classpath.resource.loader.class' has been > deprecated in favor of 'resource.loader.classpath.class' > [*WARNING*] configuration key 'velocimacro.library' has been deprecated in > favor of 'velocimacro.library.path' > -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Reopened] (JXR-169) Use of deprecated velocity configuration keys
[ https://issues.apache.org/jira/browse/JXR-169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reopened JXR-169: Assignee: (was: Michael Osipov) > Use of deprecated velocity configuration keys > -- > > Key: JXR-169 > URL: https://issues.apache.org/jira/browse/JXR-169 > Project: Maven JXR > Issue Type: Improvement > Components: maven2 jxr plugin >Affects Versions: 3.2.0 >Reporter: Dave Wichers >Priority: Minor > Fix For: 3.3.0 > > > When I run: mvn site, using my project's pom: > [https://github.com/nahsra/antisamy/blob/main/pom.xml] > I'm seeing the following warnings. I think this means these jxr-plugins are > using old resource names. Unless I'm doing something wrong in my pom. But I > can't find any references to these resources in my project, so I'm assuming > its a problem in your project. Can you confirm this is an issue in maven-jxr > and you can fix it? Or is it my fault? > The velocity configuration key changes are described here: > https://velocity.apache.org/engine/devel/configuration-property-changes-in-2.1.html > [*INFO*] Generating "{*}Source Xref{*}" report *---* > maven-jxr-plugin:3.2.0:jxr > [*WARNING*] configuration key 'resource.loader' has been deprecated in favor > of 'resource.loaders' > [*WARNING*] configuration key 'classpath.resource.loader.class' has been > deprecated in favor of 'resource.loader.classpath.class' > [*WARNING*] configuration key 'velocimacro.library' has been deprecated in > favor of 'velocimacro.library.path' > [*INFO*] Generating "{*}Test Source Xref{*}" report *---* > maven-jxr-plugin:3.2.0:test-jxr > [*WARNING*] configuration key 'resource.loader' has been deprecated in favor > of 'resource.loaders' > [*WARNING*] configuration key 'classpath.resource.loader.class' has been > deprecated in favor of 'resource.loader.classpath.class' > [*WARNING*] configuration key 'velocimacro.library' has been deprecated in > favor of 'velocimacro.library.path' > -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (JXR-169) Use of deprecated velocity configuration keys
[ https://issues.apache.org/jira/browse/JXR-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17580181#comment-17580181 ] Michael Osipov commented on JXR-169: Unintentionally closed wrong ticket. > Use of deprecated velocity configuration keys > -- > > Key: JXR-169 > URL: https://issues.apache.org/jira/browse/JXR-169 > Project: Maven JXR > Issue Type: Improvement > Components: maven2 jxr plugin >Affects Versions: 3.2.0 >Reporter: Dave Wichers >Priority: Minor > > When I run: mvn site, using my project's pom: > [https://github.com/nahsra/antisamy/blob/main/pom.xml] > I'm seeing the following warnings. I think this means these jxr-plugins are > using old resource names. Unless I'm doing something wrong in my pom. But I > can't find any references to these resources in my project, so I'm assuming > its a problem in your project. Can you confirm this is an issue in maven-jxr > and you can fix it? Or is it my fault? > The velocity configuration key changes are described here: > https://velocity.apache.org/engine/devel/configuration-property-changes-in-2.1.html > [*INFO*] Generating "{*}Source Xref{*}" report *---* > maven-jxr-plugin:3.2.0:jxr > [*WARNING*] configuration key 'resource.loader' has been deprecated in favor > of 'resource.loaders' > [*WARNING*] configuration key 'classpath.resource.loader.class' has been > deprecated in favor of 'resource.loader.classpath.class' > [*WARNING*] configuration key 'velocimacro.library' has been deprecated in > favor of 'velocimacro.library.path' > [*INFO*] Generating "{*}Test Source Xref{*}" report *---* > maven-jxr-plugin:3.2.0:test-jxr > [*WARNING*] configuration key 'resource.loader' has been deprecated in favor > of 'resource.loaders' > [*WARNING*] configuration key 'classpath.resource.loader.class' has been > deprecated in favor of 'resource.loader.classpath.class' > [*WARNING*] configuration key 'velocimacro.library' has been deprecated in > favor of 'velocimacro.library.path' > -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Closed] (JXR-166) Two versions of velocity engines on plugin classpath
[ https://issues.apache.org/jira/browse/JXR-166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed JXR-166. -- Resolution: Fixed Fixed with JXR-174. > Two versions of velocity engines on plugin classpath > > > Key: JXR-166 > URL: https://issues.apache.org/jira/browse/JXR-166 > Project: Maven JXR > Issue Type: Bug >Affects Versions: 3.2.0 >Reporter: Slawomir Jaranowski >Assignee: Michael Osipov >Priority: Minor > Fix For: 3.3.0 > > > Velocity engine change *{{artifactId}}* in updates 1.7.x to 2.0.x > https://velocity.apache.org/engine/2.2/upgrading.html#upgrading-from-velocity-17-to-velocity-20 > Now we have both. > Dependency tree: > {code} > org.apache.maven.plugins:maven-jxr-plugin:maven-plugin:3.2.0-SNAPSHOT > +- org.apache.maven:maven-jxr:jar:3.2.0-SNAPSHOT:compile > | +- org.apache.velocity:velocity-engine-core:jar:2.3:compile > +- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile > | \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile > | +- org.codehaus.plexus:plexus-velocity:jar:1.2:compile > | +- org.apache.velocity:velocity:jar:1.7:compile > | +- org.apache.velocity:velocity-tools:jar:2.0:compile > {code} > > I don't see any errors so far ... but should be fixed. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[GitHub] [maven-enforcer] ppalaga commented on a diff in pull request #180: [MENFORCER-422] Added externalRules rule
ppalaga commented on code in PR #180: URL: https://github.com/apache/maven-enforcer/pull/180#discussion_r946542255 ## enforcer-rules/src/site/apt/externalRules.apt.vm: ## @@ -0,0 +1,72 @@ +~~ Licensed to the Apache Software Foundation (ASF) under one +~~ or more contributor license agreements. See the NOTICE file +~~ distributed with this work for additional information +~~ regarding copyright ownership. The ASF licenses this file +~~ to you under the Apache License, Version 2.0 (the +~~ "License"); you may not use this file except in compliance +~~ with the License. You may obtain a copy of the License at +~~ +~~ http://www.apache.org/licenses/LICENSE-2.0 +~~ +~~ Unless required by applicable law or agreed to in writing, +~~ software distributed under the License is distributed on an +~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +~~ KIND, either express or implied. See the License for the +~~ specific language governing permissions and limitations +~~ under the License. + + -- + External Rules + -- + George Gastaldi + -- + August 2022 + -- + +External Rules + +This rule will evaluate rules from an external resource. It is useful for reusing enforcer rules from other dependencies. Review Comment: ```suggestion This rule will evaluate rules from an external resource. It can be a classpath resource present in a <<>> dependency or a local file. ``` ## enforcer-rules/src/site/apt/externalRules.apt.vm: ## @@ -0,0 +1,72 @@ +~~ Licensed to the Apache Software Foundation (ASF) under one +~~ or more contributor license agreements. See the NOTICE file +~~ distributed with this work for additional information +~~ regarding copyright ownership. The ASF licenses this file +~~ to you under the Apache License, Version 2.0 (the +~~ "License"); you may not use this file except in compliance +~~ with the License. You may obtain a copy of the License at +~~ +~~ http://www.apache.org/licenses/LICENSE-2.0 +~~ +~~ Unless required by applicable law or agreed to in writing, +~~ software distributed under the License is distributed on an +~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +~~ KIND, either express or implied. See the License for the +~~ specific language governing permissions and limitations +~~ under the License. + + -- + External Rules + -- + George Gastaldi + -- + August 2022 + -- + +External Rules + +This rule will evaluate rules from an external resource. It is useful for reusing enforcer rules from other dependencies. + + +Sample Plugin Configuration: + ++---+ + +[...] + + + +org.apache.maven.plugins +maven-enforcer-plugin +${project.version} + + + +org.foo +foobar-rules +1.0.0 + + + + +enforce + +enforce + + + + + + classpath:enforcer/rules.xml + + +true + + + + + + +[...] + ++---+ Review Comment: A `rules.xml` example would be nice here. ## enforcer-rules/src/site/apt/externalRules.apt.vm: ## @@ -0,0 +1,72 @@ +~~ Licensed to the Apache Software Foundation (ASF) under one +~~ or more contributor license agreements. See the NOTICE file +~~ distributed with this work for additional information +~~ regarding copyright ownership. The ASF licenses this file +~~ to you under the Apache License, Version 2.0 (the +~~ "License"); you may not use this file except in compliance +~~ with the License. You may obtain a copy of the License at +~~ +~~ http://www.apache.org/licenses/LICENSE-2.0 +~~ +~~ Unless required by applicable law or agreed to in writing, +~~ software distributed under the License is distributed on an +~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +~~ KIND, either express or implied. See the License for the +~~ specific language governing permissions and limitations +~~ under the License. + + -- + External Rules + -- + George Gastaldi + -- + August 2022 + -- + +External Rules + +This rule will evaluate rules from an external resource. It is useful for reusing enforcer rules from other dependencies. + + +Sample Plugin Configuration: + ++---+ + +[...] + + + +org.apache.maven.plugins +maven-enforcer-plugin +${project.version} +
[GitHub] [maven-dependency-tree] slawekjaranowski commented on pull request #10: [MSHARED-1071] Drop maven 3.0 compatibility, Maven 3.2.5, Injects
slawekjaranowski commented on PR #10: URL: https://github.com/apache/maven-dependency-tree/pull/10#issuecomment-1216413750 Any remarks for it? I'm going to merge it in a few days. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-dependency-tree] michael-o commented on a diff in pull request #10: [MSHARED-1071] Drop maven 3.0 compatibility, Maven 3.2.5, Injects
michael-o commented on code in PR #10: URL: https://github.com/apache/maven-dependency-tree/pull/10#discussion_r946566834 ## pom.xml: ## @@ -56,6 +56,8 @@ 8 +3.2.5 Review Comment: This should really be `mavenVersion`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Comment Edited] (MPLUGIN-417) Clarify plugin descriptor's description element
[ https://issues.apache.org/jira/browse/MPLUGIN-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17579635#comment-17579635 ] Konrad Windszus edited comment on MPLUGIN-417 at 8/16/22 10:12 AM: --- According to https://github.com/paul-hammant/qdox/issues/102#issuecomment-1214871629 we should only put plain text into the descriptor. The HTML reports needs to be generated then based on the original source code (not on the descriptor). Plain text is what the https://maven.apache.org/plugins/maven-help-plugin/describe-mojo.html expects (and emits on the terminal). was (Author: kwin): According to https://github.com/paul-hammant/qdox/issues/102#issuecomment-1214871629 we should only put plain text into the descriptor. The HTML reports needs to be generated then based on the original source code (not on the descriptor). > Clarify plugin descriptor's description element > --- > > Key: MPLUGIN-417 > URL: https://issues.apache.org/jira/browse/MPLUGIN-417 > Project: Maven Plugin Tools > Issue Type: Improvement > Components: Metadata Model >Reporter: Konrad Windszus >Priority: Major > > Currently it is not specified in > https://maven.apache.org/ref/3.8.4/maven-plugin-api/plugin.html which format > the {{description}} field on plugin, mojo and parameter level should have. > It partially contains javadoc-specific tags (MPLUGIN-298) and partially HTML > tags. > As the descriptor is also used as basis for the generated HTML reports the > format should loose as few details as possible (from the scanned javadoc in > https://github.com/apache/maven-plugin-tools/blob/50d5679d5a6f93e014645d1b7c790a96edd2e5bf/maven-plugin-tools-annotations/src/main/java/org/apache/maven/tools/plugin/extractor/annotations/JavaAnnotationsMojoDescriptorExtractor.java#L253). -- This message was sent by Atlassian Jira (v8.20.10#820010)
[GitHub] [maven-remote-resources-plugin] olamy merged pull request #10: [MRRESOURCES-121] some dependencies are now ignored"
olamy merged PR #10: URL: https://github.com/apache/maven-remote-resources-plugin/pull/10 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Commented] (MRRESOURCES-121) version 3.0.0 fail to include some dependencies
[ https://issues.apache.org/jira/browse/MRRESOURCES-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17580226#comment-17580226 ] Hudson commented on MRRESOURCES-121: Build succeeded in Jenkins: Maven » Maven TLP » maven-remote-resources-plugin » master #19 See https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-remote-resources-plugin/job/master/19/ > version 3.0.0 fail to include some dependencies > --- > > Key: MRRESOURCES-121 > URL: https://issues.apache.org/jira/browse/MRRESOURCES-121 > Project: Maven Remote Resources Plugin > Issue Type: Bug >Affects Versions: 3.0.0 >Reporter: Olivier Lamy >Priority: Blocker > > for some reasons, the version is skipping some dependencies and those > dependencies are not included anymore in DEPENDENCIES file! > example building maven-core branch maven-3.8.x > module maven-core give the following warnings > {code} > [*INFO*] *--{-}{-}* maven-remote-resources-plugin:3.0.0:process > *(process-resource-bundles)* @ maven-core *--* > [*INFO*] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 > [*INFO*] Copying 3 resources from 1 bundle. > [*WARNING*] Failed to build parent project for > org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 > [*WARNING*] Invalid project model for artifact > [plexus-sec-dispatcher:org.codehaus.plexus:2.0]. It will be ignored by the > remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.codehaus.plexus:plexus-cipher:jar:2.0 > [*WARNING*] Invalid project model for artifact > [plexus-cipher:org.codehaus.plexus:2.0]. It will be ignored by the remote > resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.commons:commons-lang3:jar:3.8.1 > [*WARNING*] Invalid project model for artifact > [commons-lang3:org.apache.commons:3.8.1]. It will be ignored by the remote > resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-api:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-api:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-spi:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-spi:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-util:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-util:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-impl:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-impl:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for commons-io:commons-io:jar:2.6 > [*WARNING*] Invalid project model for artifact [commons-io:commons-io:2.6]. > It will be ignored by the remote resources Mojo. > [*WARNING*] Failed to build parent project for > com.google.inject:guice:jar:4.2.2 > [*WARNING*] Invalid project model for artifact > [guice:com.google.inject:4.2.2]. It will be ignored by the remote resources > Mojo. > {code} > This result those dependencies not anymore part of the DEPENDENCIES file > diff: > {code} > *➜* *maven-core* {*}git:({*}{*}maven-3.8.x{*}{*}){*} *✗* diff > work/after-upgrade/DEPENDENCIES work/before-upgrade/DEPENDENCIES > 38a39,44 > > From: 'Codehaus Plexus' ([https://codehaus-plexus.github.io/]) > > - Plexus Cipher: encryption/decryption Component > > ([https://codehaus-plexus.github.io/plexus-cipher/]) > > org.codehaus.plexus:plexus-cipher:jar:2.0 > > License: Apache License, Version 2.0 > > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > > - Plexus Security Dispatcher Component > > ([https://codehaus-plexus.github.io/plexus-sec-dispatcher/]) > > org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 > > License: Apache License, Version 2.0 > > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > > > 42a49,52 > > From: 'Google, Inc.' ([http://www.google.com|http://www.google.com/]) > > - Google Guice - Core Library ([https://github.com/google/guice/guice]) > > com.google.inject:guice:jar:4.2.2 > > License: The Apache Software License, Version 2.0 > > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > > > 47a58,61 > > - Apache Commons IO ([http://commons.apache.org/proper/commons-io/]) > > commons-io:commons-io:jar:2.6 > > License: Apache License, Version 2.0 > > ([https://www.apache.org/licenses/LICENSE-2.0.txt]) > > - Apache Commons Lang ([http://
[GitHub] [maven-remote-resources-plugin] dependabot[bot] opened a new pull request, #11: Bump slf4j-simple from 1.7.32 to 1.7.36
dependabot[bot] opened a new pull request, #11: URL: https://github.com/apache/maven-remote-resources-plugin/pull/11 Bumps [slf4j-simple](https://github.com/qos-ch/slf4j) from 1.7.32 to 1.7.36. Commits https://github.com/qos-ch/slf4j/commit/e9ee55cca93c2bf26f14482a9bdf961c750d2a56";>e9ee55c update timestamp before release https://github.com/qos-ch/slf4j/commit/3b6a92f66815605ce851671dd1d6e0758c29ed4c";>3b6a92f reproducible builds https://github.com/qos-ch/slf4j/commit/882502706063b460997a3c6018223018f36cecd3";>8825027 prepare release 1.7.36, fix SLF4J-541 https://github.com/qos-ch/slf4j/commit/561738747da5813b8a9d2e2ebd10f0128a78a960";>5617387 add relase.sh https://github.com/qos-ch/slf4j/commit/02860b67ef7ff39fa9c7d98fd00da2ee913faeda";>02860b6 prepare relase 1.7.35 https://github.com/qos-ch/slf4j/commit/a622f5186a57188dab7f71651245eb91c6ac263b";>a622f51 fix maven deploy issues https://github.com/qos-ch/slf4j/commit/26068bd4bf93fcbd00185ad986dc43b79aceeb4a";>26068bd slf4j no longer references log4j https://github.com/qos-ch/slf4j/commit/0a21ee1ac1daa2d8e077bec68815421dd7a7a54a";>0a21ee1 replace references to slf4j-log4j12 https://github.com/qos-ch/slf4j/commit/51b6d20b71de75f69ee68167afbf4073c1be7c31";>51b6d20 prepare release 1.7.34 https://github.com/qos-ch/slf4j/commit/d22943faedd5da8d0321cf60437796fb53618481";>d22943f relocate slf4j-log4j12 as slf4j-reload4j Additional commits viewable in https://github.com/qos-ch/slf4j/compare/v_1.7.32...v_1.7.36";>compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-remote-resources-plugin] dependabot[bot] opened a new pull request, #12: Bump maven-filtering from 3.2.0 to 3.3.0
dependabot[bot] opened a new pull request, #12: URL: https://github.com/apache/maven-remote-resources-plugin/pull/12 Bumps [maven-filtering](https://github.com/apache/maven-filtering) from 3.2.0 to 3.3.0. Release notes Sourced from https://github.com/apache/maven-filtering/releases";>maven-filtering's releases. 3.3.0 What's Changed fixed cloning of MavenResourcesExecution's instances using copyOf() m… by https://github.com/loplex";>@loplex in https://github-redirect.dependabot.com/apache/maven-filtering/pull/3";>apache/maven-filtering#3 [MRESOURCES-258] Copying and filtering logic is delegated to FileUtils by https://github.com/roxspring";>@roxspring in https://github-redirect.dependabot.com/apache/maven-filtering/pull/6";>apache/maven-filtering#6 [MSHARED-902] update plexus by https://github.com/elharo";>@elharo in https://github-redirect.dependabot.com/apache/maven-filtering/pull/8";>apache/maven-filtering#8 [MSHARED-900] update findbugs by https://github.com/elharo";>@elharo in https://github-redirect.dependabot.com/apache/maven-filtering/pull/9";>apache/maven-filtering#9 [MSHARED-901] update test dependencies by https://github.com/elharo";>@elharo in https://github-redirect.dependabot.com/apache/maven-filtering/pull/7";>apache/maven-filtering#7 [MSHARED-935] update issues URL by https://github.com/elharo";>@elharo in https://github-redirect.dependabot.com/apache/maven-filtering/pull/10";>apache/maven-filtering#10 [MSHARED-936] update to maven 3.1.0 by https://github.com/elharo";>@elharo in https://github-redirect.dependabot.com/apache/maven-filtering/pull/11";>apache/maven-filtering#11 replace deprecated methods by https://github.com/elharo";>@elharo in https://github-redirect.dependabot.com/apache/maven-filtering/pull/12";>apache/maven-filtering#12 replace deprecated code in favor of Java 7 core and apache commons libraries by https://github.com/elharo";>@elharo in https://github-redirect.dependabot.com/apache/maven-filtering/pull/13";>apache/maven-filtering#13 declare dependencies by https://github.com/elharo";>@elharo in https://github-redirect.dependabot.com/apache/maven-filtering/pull/14";>apache/maven-filtering#14 Bump junit from 4.13 to 4.13.2 by https://github.com/dependabot";>@dependabot in https://github-redirect.dependabot.com/apache/maven-filtering/pull/16";>apache/maven-filtering#16 [MSHARED-1080] Parent POM 36, Java8, drop legacy. by https://github.com/cstamas";>@cstamas in https://github-redirect.dependabot.com/apache/maven-filtering/pull/38";>apache/maven-filtering#38 New Contributors https://github.com/loplex";>@loplex made their first contribution in https://github-redirect.dependabot.com/apache/maven-filtering/pull/3";>apache/maven-filtering#3 https://github.com/roxspring";>@roxspring made their first contribution in https://github-redirect.dependabot.com/apache/maven-filtering/pull/6";>apache/maven-filtering#6 https://github.com/elharo";>@elharo made their first contribution in https://github-redirect.dependabot.com/apache/maven-filtering/pull/8";>apache/maven-filtering#8 https://github.com/dependabot";>@dependabot made their first contribution in https://github-redirect.dependabot.com/apache/maven-filtering/pull/16";>apache/maven-filtering#16 https://github.com/cstamas";>@cstamas made their first contribution in https://github-redirect.dependabot.com/apache/maven-filtering/pull/38";>apache/maven-filtering#38 Full Changelog: https://github.com/apache/maven-filtering/commits/maven-filtering-3.3.0";>https://github.com/apache/maven-filtering/commits/maven-filtering-3.3.0 Commits https://github.com/apache/maven-filtering/commit/e318cb3c4ec3e5d274cbe4255797ed0462423711";>e318cb3 [maven-release-plugin] prepare release maven-filtering-3.3.0 https://github.com/apache/maven-filtering/commit/3c92e1bc565fe82a3950051923b7c58d0e2c31e0";>3c92e1b [MSHARED-1080] Parent POM 36, Java8, drop legacy. (https://github-redirect.dependabot.com/apache/maven-filtering/issues/38";>#38) https://github.com/apache/maven-filtering/commit/0158eb95d9e097b771086e7886b34d4fdf2fd17a";>0158eb9 Applied PR comments https://github.com/apache/maven-filtering/commit/4e16d700d9ff823db377c8220f0e46a67fd18541";>4e16d70 Raise from the dead, neglect the smell. https://github.com/apache/maven-filtering/commit/b21a56651224d92edf26a10827e49e4af68ec3ad";>b21a566 Fix UT https://github.com/apache/maven-filtering/commit/e0f0ed6814366c4185f8a8ac0cc663b5f8ef744e";>e0f0ed6 WIP https://github.com/apache/maven-filtering/commit/d026df469c5f59966cdf7ebe4c5613c9724ef443";>d026df4 WIP https://github.com/apache/maven-filtering/commit/dedca2a980a31bfefaa2ecdd95cb7425bf3d7e46";>dedca2a [MSHARED-1080] Parent POM 36, Java8, drop legacy. https://github.com/apache/maven-filtering/commit/36012ddf6042599a5a76ef810d791ff6d2b0edeb";>36012dd Shared GitHub actions v2 https://
[GitHub] [maven-remote-resources-plugin] dependabot[bot] opened a new pull request, #13: Bump plexus-resources from 1.1.0 to 1.2.0
dependabot[bot] opened a new pull request, #13: URL: https://github.com/apache/maven-remote-resources-plugin/pull/13 Bumps [plexus-resources](https://github.com/codehaus-plexus/plexus-resources) from 1.1.0 to 1.2.0. Commits https://github.com/codehaus-plexus/plexus-resources/commit/bf06d80eab2acad746c04fe9809dc3318cfdf066";>bf06d80 [maven-release-plugin] prepare release plexus-resources-1.2.0 https://github.com/codehaus-plexus/plexus-resources/commit/3d0340b06346ec9629b5febaf8fe72cdb9392ead";>3d0340b update maven.yaml https://github.com/codehaus-plexus/plexus-resources/commit/e3972e5475b27adc69bef5a5000d7772b84ee9dd";>e3972e5 (doc) remove redundant exclutions https://github.com/codehaus-plexus/plexus-resources/commit/04c1af804389dab5179b62e568594d07193ed6af";>04c1af8 Bump plexus-components from 6.5 to 6.6 https://github.com/codehaus-plexus/plexus-resources/commit/1613d2bdfb538d4419e8094c24cd26e6be2b333b";>1613d2b Bump sisu-maven-plugin from 0.3.4 to 0.3.5 https://github.com/codehaus-plexus/plexus-resources/commit/4b12d6dd6fcee6cd0f6ce0fa9637b2d3039b4a34";>4b12d6d Bump junit-jupiter from 5.8.0 to 5.8.1 https://github.com/codehaus-plexus/plexus-resources/commit/d9cb95a0be05c5cff127c7f1a7a14b253c38e301";>d9cb95a Bump plexus-testing from 1.0.0 to 1.1.0 https://github.com/codehaus-plexus/plexus-resources/commit/2a790c35893212b539313450bd7415ab78e73857";>2a790c3 Bump junit-jupiter from 5.8.0-RC1 to 5.8.0 https://github.com/codehaus-plexus/plexus-resources/commit/d6bc456ef40f8cedf0fb7c6d80e3791b00c7a297";>d6bc456 Bump mockito.version from 3.12.1 to 3.12.4 https://github.com/codehaus-plexus/plexus-resources/commit/733dc3f83dd7b188ff6ac8f8b9840a822450aa25";>733dc3f Bump mockito.version from 3.11.2 to 3.12.1 Additional commits viewable in https://github.com/codehaus-plexus/plexus-resources/compare/plexus-resources-1.1.0...plexus-resources-1.2.0";>compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-remote-resources-plugin] dependabot[bot] opened a new pull request, #14: Bump maven-common-artifact-filters from 3.2.0 to 3.3.1
dependabot[bot] opened a new pull request, #14: URL: https://github.com/apache/maven-remote-resources-plugin/pull/14 Bumps [maven-common-artifact-filters](https://github.com/apache/maven-common-artifact-filters) from 3.2.0 to 3.3.1. Commits https://github.com/apache/maven-common-artifact-filters/commit/b244fd9e0e7e84ee0e2e3ba3402f5ba654b5becd";>b244fd9 [maven-release-plugin] prepare release maven-common-artifact-filters-3.3.1 https://github.com/apache/maven-common-artifact-filters/commit/611baf61bc8ff8a26bf4af48dcf8ecb53e5c74dc";>611baf6 [MSHARED-1104] Four element pattern may be GATV or GATC (https://github-redirect.dependabot.com/apache/maven-common-artifact-filters/issues/29";>#29) https://github.com/apache/maven-common-artifact-filters/commit/0985a227dcc4de82759797b40b939c4ebb5f6ff5";>0985a22 Fix jenkins url https://github.com/apache/maven-common-artifact-filters/commit/94088c760d6e9b80cf166a5028b2a87b5af43cfa";>94088c7 [maven-release-plugin] prepare for next development iteration https://github.com/apache/maven-common-artifact-filters/commit/ae01a994907a39e7391e2f431bca3c5314890bdd";>ae01a99 [maven-release-plugin] prepare release maven-common-artifact-filters-3.3.0 https://github.com/apache/maven-common-artifact-filters/commit/0c6674fae7cf110c4a12d0f0f80e93d61f0be391";>0c6674f [MSHARED-1077] Bugfix for classifier in pattern (https://github-redirect.dependabot.com/apache/maven-common-artifact-filters/issues/26";>#26) https://github.com/apache/maven-common-artifact-filters/commit/72981e4288c4c314e7d78061bd6220141ef1d9ba";>72981e4 [MSHARED-1078] Update parent POM and drop maven-shared-utils (https://github-redirect.dependabot.com/apache/maven-common-artifact-filters/issues/27";>#27) https://github.com/apache/maven-common-artifact-filters/commit/6ba230d1de6b05b4827db9bdcb4113f5d6832277";>6ba230d Shared GitHub actions v2 https://github.com/apache/maven-common-artifact-filters/commit/26796743072eaba1e7e928f3b158cb8b1bbdb000";>2679674 [MSHARED-1017] null passed to DependencyFilter in EclipseAetherFilterTransfor... https://github.com/apache/maven-common-artifact-filters/commit/6236b1b42647b674a5e97f44b35fc2964c132262";>6236b1b (doc) use shared worflow for gha Additional commits viewable in https://github.com/apache/maven-common-artifact-filters/compare/maven-common-artifact-filters-3.2.0...maven-common-artifact-filters-3.3.1";>compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-remote-resources-plugin] olamy commented on pull request #11: Bump slf4j-simple from 1.7.32 to 1.7.36
olamy commented on PR #11: URL: https://github.com/apache/maven-remote-resources-plugin/pull/11#issuecomment-1216460862 @dependabot rebase -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-remote-resources-plugin] olamy commented on pull request #7: Bump commons-io from 2.6 to 2.7
olamy commented on PR #7: URL: https://github.com/apache/maven-remote-resources-plugin/pull/7#issuecomment-1216461034 @dependabot rebase -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-remote-resources-plugin] dependabot[bot] opened a new pull request, #15: Bump commons-io from 2.6 to 2.11.0
dependabot[bot] opened a new pull request, #15: URL: https://github.com/apache/maven-remote-resources-plugin/pull/15 Bumps commons-io from 2.6 to 2.11.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-remote-resources-plugin] dependabot[bot] commented on pull request #7: Bump commons-io from 2.6 to 2.7
dependabot[bot] commented on PR #7: URL: https://github.com/apache/maven-remote-resources-plugin/pull/7#issuecomment-1216461919 Superseded by #15. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-remote-resources-plugin] dependabot[bot] closed pull request #7: Bump commons-io from 2.6 to 2.7
dependabot[bot] closed pull request #7: Bump commons-io from 2.6 to 2.7 URL: https://github.com/apache/maven-remote-resources-plugin/pull/7 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Assigned] (MRRESOURCES-121) version 3.0.0 fail to include some dependencies
[ https://issues.apache.org/jira/browse/MRRESOURCES-121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy reassigned MRRESOURCES-121: Assignee: Olivier Lamy > version 3.0.0 fail to include some dependencies > --- > > Key: MRRESOURCES-121 > URL: https://issues.apache.org/jira/browse/MRRESOURCES-121 > Project: Maven Remote Resources Plugin > Issue Type: Bug >Affects Versions: 3.0.0 >Reporter: Olivier Lamy >Assignee: Olivier Lamy >Priority: Blocker > > for some reasons, the version is skipping some dependencies and those > dependencies are not included anymore in DEPENDENCIES file! > example building maven-core branch maven-3.8.x > module maven-core give the following warnings > {code} > [*INFO*] *--{-}{-}* maven-remote-resources-plugin:3.0.0:process > *(process-resource-bundles)* @ maven-core *--* > [*INFO*] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 > [*INFO*] Copying 3 resources from 1 bundle. > [*WARNING*] Failed to build parent project for > org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 > [*WARNING*] Invalid project model for artifact > [plexus-sec-dispatcher:org.codehaus.plexus:2.0]. It will be ignored by the > remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.codehaus.plexus:plexus-cipher:jar:2.0 > [*WARNING*] Invalid project model for artifact > [plexus-cipher:org.codehaus.plexus:2.0]. It will be ignored by the remote > resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.commons:commons-lang3:jar:3.8.1 > [*WARNING*] Invalid project model for artifact > [commons-lang3:org.apache.commons:3.8.1]. It will be ignored by the remote > resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-api:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-api:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-spi:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-spi:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-util:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-util:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-impl:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-impl:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for commons-io:commons-io:jar:2.6 > [*WARNING*] Invalid project model for artifact [commons-io:commons-io:2.6]. > It will be ignored by the remote resources Mojo. > [*WARNING*] Failed to build parent project for > com.google.inject:guice:jar:4.2.2 > [*WARNING*] Invalid project model for artifact > [guice:com.google.inject:4.2.2]. It will be ignored by the remote resources > Mojo. > {code} > This result those dependencies not anymore part of the DEPENDENCIES file > diff: > {code} > *➜* *maven-core* {*}git:({*}{*}maven-3.8.x{*}{*}){*} *✗* diff > work/after-upgrade/DEPENDENCIES work/before-upgrade/DEPENDENCIES > 38a39,44 > > From: 'Codehaus Plexus' ([https://codehaus-plexus.github.io/]) > > - Plexus Cipher: encryption/decryption Component > > ([https://codehaus-plexus.github.io/plexus-cipher/]) > > org.codehaus.plexus:plexus-cipher:jar:2.0 > > License: Apache License, Version 2.0 > > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > > - Plexus Security Dispatcher Component > > ([https://codehaus-plexus.github.io/plexus-sec-dispatcher/]) > > org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 > > License: Apache License, Version 2.0 > > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > > > 42a49,52 > > From: 'Google, Inc.' ([http://www.google.com|http://www.google.com/]) > > - Google Guice - Core Library ([https://github.com/google/guice/guice]) > > com.google.inject:guice:jar:4.2.2 > > License: The Apache Software License, Version 2.0 > > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > > > 47a58,61 > > - Apache Commons IO ([http://commons.apache.org/proper/commons-io/]) > > commons-io:commons-io:jar:2.6 > > License: Apache License, Version 2.0 > > ([https://www.apache.org/licenses/LICENSE-2.0.txt]) > > - Apache Commons Lang ([http://commons.apache.org/proper/commons-lang/]) > > org.apache.commons:commons-lang3:jar:3.8.1 > > License: Apache License, Version 2.0 > > ([https://www.apache.org/licenses/
[jira] [Updated] (MRRESOURCES-121) version 3.0.0 fail to include some dependencies
[ https://issues.apache.org/jira/browse/MRRESOURCES-121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy updated MRRESOURCES-121: - Fix Version/s: 3.0.1 > version 3.0.0 fail to include some dependencies > --- > > Key: MRRESOURCES-121 > URL: https://issues.apache.org/jira/browse/MRRESOURCES-121 > Project: Maven Remote Resources Plugin > Issue Type: Bug >Affects Versions: 3.0.0 >Reporter: Olivier Lamy >Assignee: Olivier Lamy >Priority: Blocker > Fix For: 3.0.1 > > > for some reasons, the version is skipping some dependencies and those > dependencies are not included anymore in DEPENDENCIES file! > example building maven-core branch maven-3.8.x > module maven-core give the following warnings > {code} > [*INFO*] *--{-}{-}* maven-remote-resources-plugin:3.0.0:process > *(process-resource-bundles)* @ maven-core *--* > [*INFO*] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 > [*INFO*] Copying 3 resources from 1 bundle. > [*WARNING*] Failed to build parent project for > org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 > [*WARNING*] Invalid project model for artifact > [plexus-sec-dispatcher:org.codehaus.plexus:2.0]. It will be ignored by the > remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.codehaus.plexus:plexus-cipher:jar:2.0 > [*WARNING*] Invalid project model for artifact > [plexus-cipher:org.codehaus.plexus:2.0]. It will be ignored by the remote > resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.commons:commons-lang3:jar:3.8.1 > [*WARNING*] Invalid project model for artifact > [commons-lang3:org.apache.commons:3.8.1]. It will be ignored by the remote > resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-api:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-api:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-spi:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-spi:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-util:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-util:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-impl:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-impl:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for commons-io:commons-io:jar:2.6 > [*WARNING*] Invalid project model for artifact [commons-io:commons-io:2.6]. > It will be ignored by the remote resources Mojo. > [*WARNING*] Failed to build parent project for > com.google.inject:guice:jar:4.2.2 > [*WARNING*] Invalid project model for artifact > [guice:com.google.inject:4.2.2]. It will be ignored by the remote resources > Mojo. > {code} > This result those dependencies not anymore part of the DEPENDENCIES file > diff: > {code} > *➜* *maven-core* {*}git:({*}{*}maven-3.8.x{*}{*}){*} *✗* diff > work/after-upgrade/DEPENDENCIES work/before-upgrade/DEPENDENCIES > 38a39,44 > > From: 'Codehaus Plexus' ([https://codehaus-plexus.github.io/]) > > - Plexus Cipher: encryption/decryption Component > > ([https://codehaus-plexus.github.io/plexus-cipher/]) > > org.codehaus.plexus:plexus-cipher:jar:2.0 > > License: Apache License, Version 2.0 > > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > > - Plexus Security Dispatcher Component > > ([https://codehaus-plexus.github.io/plexus-sec-dispatcher/]) > > org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 > > License: Apache License, Version 2.0 > > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > > > 42a49,52 > > From: 'Google, Inc.' ([http://www.google.com|http://www.google.com/]) > > - Google Guice - Core Library ([https://github.com/google/guice/guice]) > > com.google.inject:guice:jar:4.2.2 > > License: The Apache Software License, Version 2.0 > > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > > > 47a58,61 > > - Apache Commons IO ([http://commons.apache.org/proper/commons-io/]) > > commons-io:commons-io:jar:2.6 > > License: Apache License, Version 2.0 > > ([https://www.apache.org/licenses/LICENSE-2.0.txt]) > > - Apache Commons Lang ([http://commons.apache.org/proper/commons-lang/]) > > org.apache.commons:commons-lang3:jar:3.8.1 > > License: Apache License, Version 2.0 > > ([https://ww
[jira] [Closed] (MRRESOURCES-121) version 3.0.0 fail to include some dependencies
[ https://issues.apache.org/jira/browse/MRRESOURCES-121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy closed MRRESOURCES-121. Resolution: Fixed > version 3.0.0 fail to include some dependencies > --- > > Key: MRRESOURCES-121 > URL: https://issues.apache.org/jira/browse/MRRESOURCES-121 > Project: Maven Remote Resources Plugin > Issue Type: Bug >Affects Versions: 3.0.0 >Reporter: Olivier Lamy >Assignee: Olivier Lamy >Priority: Blocker > Fix For: 3.0.1 > > > for some reasons, the version is skipping some dependencies and those > dependencies are not included anymore in DEPENDENCIES file! > example building maven-core branch maven-3.8.x > module maven-core give the following warnings > {code} > [*INFO*] *--{-}{-}* maven-remote-resources-plugin:3.0.0:process > *(process-resource-bundles)* @ maven-core *--* > [*INFO*] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 > [*INFO*] Copying 3 resources from 1 bundle. > [*WARNING*] Failed to build parent project for > org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 > [*WARNING*] Invalid project model for artifact > [plexus-sec-dispatcher:org.codehaus.plexus:2.0]. It will be ignored by the > remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.codehaus.plexus:plexus-cipher:jar:2.0 > [*WARNING*] Invalid project model for artifact > [plexus-cipher:org.codehaus.plexus:2.0]. It will be ignored by the remote > resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.commons:commons-lang3:jar:3.8.1 > [*WARNING*] Invalid project model for artifact > [commons-lang3:org.apache.commons:3.8.1]. It will be ignored by the remote > resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-api:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-api:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-spi:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-spi:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-util:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-util:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for > org.apache.maven.resolver:maven-resolver-impl:jar:1.6.3 > [*WARNING*] Invalid project model for artifact > [maven-resolver-impl:org.apache.maven.resolver:1.6.3]. It will be ignored by > the remote resources Mojo. > [*WARNING*] Failed to build parent project for commons-io:commons-io:jar:2.6 > [*WARNING*] Invalid project model for artifact [commons-io:commons-io:2.6]. > It will be ignored by the remote resources Mojo. > [*WARNING*] Failed to build parent project for > com.google.inject:guice:jar:4.2.2 > [*WARNING*] Invalid project model for artifact > [guice:com.google.inject:4.2.2]. It will be ignored by the remote resources > Mojo. > {code} > This result those dependencies not anymore part of the DEPENDENCIES file > diff: > {code} > *➜* *maven-core* {*}git:({*}{*}maven-3.8.x{*}{*}){*} *✗* diff > work/after-upgrade/DEPENDENCIES work/before-upgrade/DEPENDENCIES > 38a39,44 > > From: 'Codehaus Plexus' ([https://codehaus-plexus.github.io/]) > > - Plexus Cipher: encryption/decryption Component > > ([https://codehaus-plexus.github.io/plexus-cipher/]) > > org.codehaus.plexus:plexus-cipher:jar:2.0 > > License: Apache License, Version 2.0 > > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > > - Plexus Security Dispatcher Component > > ([https://codehaus-plexus.github.io/plexus-sec-dispatcher/]) > > org.codehaus.plexus:plexus-sec-dispatcher:jar:2.0 > > License: Apache License, Version 2.0 > > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > > > 42a49,52 > > From: 'Google, Inc.' ([http://www.google.com|http://www.google.com/]) > > - Google Guice - Core Library ([https://github.com/google/guice/guice]) > > com.google.inject:guice:jar:4.2.2 > > License: The Apache Software License, Version 2.0 > > ([http://www.apache.org/licenses/LICENSE-2.0.txt]) > > > 47a58,61 > > - Apache Commons IO ([http://commons.apache.org/proper/commons-io/]) > > commons-io:commons-io:jar:2.6 > > License: Apache License, Version 2.0 > > ([https://www.apache.org/licenses/LICENSE-2.0.txt]) > > - Apache Commons Lang ([http://commons.apache.org/proper/commons-lang/]) > > org.apache.commons:commons-lang3:jar:3.8.1 > > License: Apache License, Version 2.0 > > ([https://www.apa
[jira] [Created] (MRRESOURCES-122) Java 8 as minimum
Olivier Lamy created MRRESOURCES-122: Summary: Java 8 as minimum Key: MRRESOURCES-122 URL: https://issues.apache.org/jira/browse/MRRESOURCES-122 Project: Maven Remote Resources Plugin Issue Type: New Feature Reporter: Olivier Lamy Assignee: Olivier Lamy Fix For: 3.0.1 -- This message was sent by Atlassian Jira (v8.20.10#820010)
[GitHub] [maven-remote-resources-plugin] olamy opened a new pull request, #16: [MRRESOURCES-122] Java 8 as minimum
olamy opened a new pull request, #16: URL: https://github.com/apache/maven-remote-resources-plugin/pull/16 Signed-off-by: Olivier Lamy -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-remote-resources-plugin] olamy merged pull request #11: Bump slf4j-simple from 1.7.32 to 1.7.36
olamy merged PR #11: URL: https://github.com/apache/maven-remote-resources-plugin/pull/11 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-remote-resources-plugin] olamy commented on pull request #16: [MRRESOURCES-122] Java 8 as minimum
olamy commented on PR #16: URL: https://github.com/apache/maven-remote-resources-plugin/pull/16#issuecomment-1216503165 build looks good. gha takes too long... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-remote-resources-plugin] olamy merged pull request #16: [MRRESOURCES-122] Java 8 as minimum
olamy merged PR #16: URL: https://github.com/apache/maven-remote-resources-plugin/pull/16 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Closed] (MRRESOURCES-122) Java 8 as minimum
[ https://issues.apache.org/jira/browse/MRRESOURCES-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy closed MRRESOURCES-122. Resolution: Fixed > Java 8 as minimum > - > > Key: MRRESOURCES-122 > URL: https://issues.apache.org/jira/browse/MRRESOURCES-122 > Project: Maven Remote Resources Plugin > Issue Type: New Feature >Reporter: Olivier Lamy >Assignee: Olivier Lamy >Priority: Major > Fix For: 3.1.0 > > -- This message was sent by Atlassian Jira (v8.20.10#820010)
[GitHub] [maven-remote-resources-plugin] olamy commented on pull request #12: Bump maven-filtering from 3.2.0 to 3.3.0
olamy commented on PR #12: URL: https://github.com/apache/maven-remote-resources-plugin/pull/12#issuecomment-1216504891 @dependabot rebase -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Commented] (MRRESOURCES-122) Java 8 as minimum
[ https://issues.apache.org/jira/browse/MRRESOURCES-122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17580259#comment-17580259 ] Hudson commented on MRRESOURCES-122: Build succeeded in Jenkins: Maven » Maven TLP » maven-remote-resources-plugin » master #24 See https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-remote-resources-plugin/job/master/24/ > Java 8 as minimum > - > > Key: MRRESOURCES-122 > URL: https://issues.apache.org/jira/browse/MRRESOURCES-122 > Project: Maven Remote Resources Plugin > Issue Type: New Feature >Reporter: Olivier Lamy >Assignee: Olivier Lamy >Priority: Major > Fix For: 3.1.0 > > -- This message was sent by Atlassian Jira (v8.20.10#820010)
[GitHub] [maven-remote-resources-plugin] olamy commented on pull request #13: Bump plexus-resources from 1.1.0 to 1.2.0
olamy commented on PR #13: URL: https://github.com/apache/maven-remote-resources-plugin/pull/13#issuecomment-1216505396 @dependabot rebase -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-remote-resources-plugin] olamy commented on pull request #14: Bump maven-common-artifact-filters from 3.2.0 to 3.3.1
olamy commented on PR #14: URL: https://github.com/apache/maven-remote-resources-plugin/pull/14#issuecomment-1216505616 @dependabot rebase -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-remote-resources-plugin] olamy commented on pull request #15: Bump commons-io from 2.6 to 2.11.0
olamy commented on PR #15: URL: https://github.com/apache/maven-remote-resources-plugin/pull/15#issuecomment-1216505960 @dependabot rebase -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-pmd-plugin] dependabot[bot] opened a new pull request, #86: Bump release-drafter/release-drafter from 5.20.0 to 5.20.1
dependabot[bot] opened a new pull request, #86: URL: https://github.com/apache/maven-pmd-plugin/pull/86 Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.20.0 to 5.20.1. Release notes Sourced from https://github.com/release-drafter/release-drafter/releases";>release-drafter/release-drafter's releases. v5.20.1 What's Changed Bug Fixes Add missing inputs to action config (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1202";>#1202) https://github.com/gilbertsoft";>@gilbertsoft Documentation Add more comments about pull requests permission (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1187";>#1187) https://github.com/Kirade";>@Kirade Fix Vercel link (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1188";>#1188) https://github.com/shinshin86";>@shinshin86 Add permissions to README (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1132";>#1132) https://github.com/danyeaw";>@danyeaw Dependency Updates Bump eslint-plugin-unicorn from 42.0.0 to 43.0.2 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1192";>#1192) https://github.com/dependabot";>@dependabot Bump node from af50279 to 4c8f734 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1191";>#1191) https://github.com/dependabot";>@dependabot Bump node from 17.9.0-alpine to 18.7.0-alpine (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1190";>#1190) https://github.com/dependabot";>@dependabot Bump jest from 28.1.0 to 28.1.3 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1182";>#1182) https://github.com/dependabot";>@dependabot Bump eslint from 8.16.0 to 8.20.0 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1185";>#1185) https://github.com/dependabot";>@dependabot Bump nock from 13.2.4 to 13.2.9 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1186";>#1186) https://github.com/dependabot";>@dependabot Bump probot from 12.2.4 to 12.2.5 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1178";>#1178) https://github.com/dependabot";>@dependabot Bump eslint-plugin-prettier from 4.0.0 to 4.2.1 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1176";>#1176) https://github.com/dependabot";>@dependabot Bump lint-staged from 13.0.0 to 13.0.3 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1172";>#1172) https://github.com/dependabot";>@dependabot Bump prettier from 2.6.2 to 2.7.1 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1166";>#1166) https://github.com/dependabot";>@dependabot Bump @actions/core from 1.8.2 to 1.9.0 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1164";>#1164) https://github.com/dependabot";>@dependabot Bump lint-staged from 12.4.3 to 13.0.0 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1156";>#1156) https://github.com/dependabot";>@dependabot Bump probot from 12.2.3 to 12.2.4 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1155";>#1155) https://github.com/dependabot";>@dependabot Bump @vercel/ncc from 0.33.4 to 0.34.0 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1151";>#1151) https://github.com/dependabot";>@dependabot Bump lint-staged from 12.4.2 to 12.4.3 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1153";>#1153) https://github.com/dependabot";>@dependabot Bump lint-staged from 12.4.1 to 12.4.2 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1150";>#1150) https://github.com/dependabot";>@dependabot Bump eslint from 8.15.0 to 8.16.0 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1149";>#1149) https://github.com/dependabot";>@dependabot Bump probot from 12.2.2 to 12.2.3 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1152";>#1152) https://github.com/dependabot";>@dependabot Bump husky from 8.0.0 to 8.0.1 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1141";>#1141) https://github.com/dependabot";>@dependabot Bump @actions/core from 1.8.0 to 1.8.2 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1144";>#1144) https://github.com/dependabot";>@dependabot Full Changelog: https://github.com/release-drafter/release-drafter/compare/v5.20.0...v5.20.1";>https://github.com/release-drafter/release-drafter/compare/v5.20.0...v5.20.1 Commits https://github.com/release-draf
[GitHub] [maven-artifact-transfer] dependabot[bot] opened a new pull request, #69: Bump animal-sniffer-maven-plugin from 1.20 to 1.22
dependabot[bot] opened a new pull request, #69: URL: https://github.com/apache/maven-artifact-transfer/pull/69 Bumps [animal-sniffer-maven-plugin](https://github.com/mojohaus/animal-sniffer) from 1.20 to 1.22. Release notes Sourced from https://github.com/mojohaus/animal-sniffer/releases";>animal-sniffer-maven-plugin's releases. 1.22 🐛 Bug Fixes Added java 9+ compatibility (bugfix & addition) (https://github-redirect.dependabot.com/mojohaus/animal-sniffer/issues/139";>#139) https://github.com/Finomosec";>@Finomosec 📦 Dependency updates Bump mojo-parent from 69 to 70 (https://github-redirect.dependabot.com/mojohaus/animal-sniffer/issues/210";>#210) https://github.com/dependabot";>@dependabot Bump maven-common-artifact-filters from 3.3.0 to 3.3.1 (https://github-redirect.dependabot.com/mojohaus/animal-sniffer/issues/208";>#208) https://github.com/dependabot";>@dependabot Bump mojo-parent from 68 to 69 (https://github-redirect.dependabot.com/mojohaus/animal-sniffer/issues/207";>#207) https://github.com/dependabot";>@dependabot Bump mojo-parent from 67 to 68 (https://github-redirect.dependabot.com/mojohaus/animal-sniffer/issues/206";>#206) https://github.com/dependabot";>@dependabot Bump maven-common-artifact-filters from 3.2.0 to 3.3.0 (https://github-redirect.dependabot.com/mojohaus/animal-sniffer/issues/205";>#205) https://github.com/dependabot";>@dependabot Bump enforcer-api from 3.0.0 to 3.1.0 (https://github-redirect.dependabot.com/mojohaus/animal-sniffer/issues/204";>#204) https://github.com/dependabot";>@dependabot Bump maven-enforcer-plugin from 3.0.0 to 3.1.0 (https://github-redirect.dependabot.com/mojohaus/animal-sniffer/issues/203";>#203) https://github.com/dependabot";>@dependabot Bump plexus-utils from 3.4.1 to 3.4.2 (https://github-redirect.dependabot.com/mojohaus/animal-sniffer/issues/202";>#202) https://github.com/dependabot";>@dependabot Bump maven-shade-plugin from 3.2.4 to 3.3.0 (https://github-redirect.dependabot.com/mojohaus/animal-sniffer/issues/195";>#195) https://github.com/dependabot";>@dependabot Bump actions/setup-java from 2 to 3 (https://github-redirect.dependabot.com/mojohaus/animal-sniffer/issues/199";>#199) https://github.com/dependabot";>@dependabot Bump mojo-parent from 65 to 67 (https://github-redirect.dependabot.com/mojohaus/animal-sniffer/issues/198";>#198) https://github.com/dependabot";>@dependabot Bump asm from 9.2 to 9.3 (https://github-redirect.dependabot.com/mojohaus/animal-sniffer/issues/197";>#197) https://github.com/dependabot";>@dependabot Bump actions/checkout from 2 to 3 (https://github-redirect.dependabot.com/mojohaus/animal-sniffer/issues/193";>#193) https://github.com/dependabot";>@dependabot Bump release-drafter/release-drafter from 5.18.1 to 5.19.0 (https://github-redirect.dependabot.com/mojohaus/animal-sniffer/issues/194";>#194) https://github.com/dependabot";>@dependabot Bump release-drafter/release-drafter from 5.18.0 to 5.18.1 (https://github-redirect.dependabot.com/mojohaus/animal-sniffer/issues/192";>#192) https://github.com/dependabot";>@dependabot Bump release-drafter/release-drafter from 5.17.6 to 5.18.0 (https://github-redirect.dependabot.com/mojohaus/animal-sniffer/issues/191";>#191) https://github.com/dependabot";>@dependabot 👻 Maintenance use Apache Maven shared gha v3 and add matrix setup (https://github-redirect.dependabot.com/mojohaus/animal-sniffer/issues/209";>#209) https://github.com/olamy";>@olamy 🔧 Build use shared gh actions from ASF (https://github-redirect.dependabot.com/mojohaus/animal-sniffer/issues/201";>#201) https://github.com/olamy";>@olamy 1.21.0 🚀 New features and improvements Cache signatures so that multiple runs of the mojo can reuse loaded signatures (https://github-redirect.dependabot.com/mojohaus/animal-sniffer/issues/165";>#165) https://github.com/gnodet";>@gnodet 🐛 Bug Fixes Remove incorrect handling of covariant return types (https://github-redirect.dependabot.com/mojohaus/animal-sniffer/issues/83";>#83) https://github.com/ogolberg";>@ogolberg 📦 Dependency updates Bump maven-plugin-annotations from 3.6.2 to 3.6.4 (https://github-redirect.dependabot.com/mojohaus/animal-sniffer/issues/188";>#188) https://github.com/dependabot";>@dependabot Bump maven-plugin-plugin from 3.6.2 to 3.6.4 (https://github-redirect.dependabot.com/mojohaus/animal-sniffer/issues/189";>#189) https://github.com/dependabot";>@dependabot Bump release-drafter/release-drafter from 5.15.0 to 5.17.6 (https://github-redirect.dependabot.com/mojohaus/animal-sniffer/issues/190";>#190) https://github.com/dependabot";>@dependabot Bump build-helper-maven-plugin from 3.2.0 to 3.3.0 (https://github-redirect.dependabot.com/mojohaus/animal-sniffer/issues/185";>#185) https://github.com/dependabot";>@dependabot Bump plexus-contai
[GitHub] [maven-artifact-transfer] dependabot[bot] commented on pull request #61: Bump animal-sniffer-maven-plugin from 1.20 to 1.21
dependabot[bot] commented on PR #61: URL: https://github.com/apache/maven-artifact-transfer/pull/61#issuecomment-121685 Superseded by #69. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-artifact-transfer] dependabot[bot] closed pull request #61: Bump animal-sniffer-maven-plugin from 1.20 to 1.21
dependabot[bot] closed pull request #61: Bump animal-sniffer-maven-plugin from 1.20 to 1.21 URL: https://github.com/apache/maven-artifact-transfer/pull/61 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-jxr] dependabot[bot] opened a new pull request, #70: Bump aetherVersion from 1.0.0.v20140518 to 1.1.0
dependabot[bot] opened a new pull request, #70: URL: https://github.com/apache/maven-jxr/pull/70 Bumps `aetherVersion` from 1.0.0.v20140518 to 1.1.0. Updates `aether-api` from 1.0.0.v20140518 to 1.1.0 Updates `aether-impl` from 1.0.0.v20140518 to 1.1.0 Updates `aether-connector-basic` from 1.0.0.v20140518 to 1.1.0 Updates `aether-transport-wagon` from 1.0.0.v20140518 to 1.1.0 Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-jxr] dependabot[bot] opened a new pull request, #71: Bump wagon-http-lightweight from 3.5.1 to 3.5.2
dependabot[bot] opened a new pull request, #71: URL: https://github.com/apache/maven-jxr/pull/71 Bumps wagon-http-lightweight from 3.5.1 to 3.5.2. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-remote-resources-plugin] slawekjaranowski commented on pull request #16: [MRRESOURCES-122] Java 8 as minimum
slawekjaranowski commented on PR #16: URL: https://github.com/apache/maven-remote-resources-plugin/pull/16#issuecomment-1216585615 > build looks good. gha takes too long... Looks like GHA workers are too busy ... the most of time taks spent on waiting for free worker ... 😠 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-dependency-tree] slawekjaranowski commented on a diff in pull request #10: [MSHARED-1071] Drop maven 3.0 compatibility, Maven 3.2.5, Injects
slawekjaranowski commented on code in PR #10: URL: https://github.com/apache/maven-dependency-tree/pull/10#discussion_r946874803 ## pom.xml: ## @@ -56,6 +56,8 @@ 8 +3.2.5 Review Comment: done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-jarsigner-plugin] tech-consortium commented on pull request #2: Mark verify and sign Mojos thread safe
tech-consortium commented on PR #2: URL: https://github.com/apache/maven-jarsigner-plugin/pull/2#issuecomment-1216983481 +1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Closed] (MPDF-105) Upgrade Maven Reporting API to 3.1.1
[ https://issues.apache.org/jira/browse/MPDF-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MPDF-105. --- Resolution: Fixed Fixed with [e5c26de1bc95132ba01656d5029e20ee0dce9493|https://gitbox.apache.org/repos/asf?p=maven-pdf-plugin.git;a=commit;h=e5c26de1bc95132ba01656d5029e20ee0dce9493]. > Upgrade Maven Reporting API to 3.1.1 > > > Key: MPDF-105 > URL: https://issues.apache.org/jira/browse/MPDF-105 > Project: Maven PDF Plugin > Issue Type: Dependency upgrade >Reporter: Michael Osipov >Assignee: Michael Osipov >Priority: Major > Fix For: 1.6.1 > > -- This message was sent by Atlassian Jira (v8.20.10#820010)
[GitHub] [maven-pdf-plugin] asfgit merged pull request #31: [MPDF-105] Upgrade Maven Reporting API to 3.1.1
asfgit merged PR #31: URL: https://github.com/apache/maven-pdf-plugin/pull/31 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[jira] [Updated] (SUREFIRE-681) Add timestamp when each test is run in the generated report
[ https://issues.apache.org/jira/browse/SUREFIRE-681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated SUREFIRE-681: Fix Version/s: (was: Backlog) > Add timestamp when each test is run in the generated report > --- > > Key: SUREFIRE-681 > URL: https://issues.apache.org/jira/browse/SUREFIRE-681 > Project: Maven Surefire > Issue Type: Improvement > Components: Maven Failsafe Plugin, Maven Surefire Plugin >Reporter: Viggo Navarsete >Priority: Major > Attachments: image-2020-02-04-09-38-40-174.png, > image-2020-02-04-09-42-25-382.png > > > We run integration tests using maven-surefire-plugin by filtering on the > names (they end with *TestIntegration). These tests access a JBoss server, > and leave log entires in the server log. When a test fail, it would be great > to have a timestamp on each test in the test report from surefire so that it > can be matched against what is happening in the server log. This is > especially true when you have a lot of integration tests running and you > can't directly spot the server log entries related to the failing test. By > adding a timestamp to the tests it would make it MUCH easier to figure out > the server log dependent calls. > Current output: > {noformat} > --- > Test set: com.tracetracker.gqi3.QueryRestTestIntegration > --- > Tests run: 17, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 7.546 sec > <<< FAILURE! > testSimpleEventQueryRecordTime(com.tracetracker.gqi3.QueryRestTestIntegration) > Time elapsed: 0.031 sec <<< FAILURE! > junit.framework.AssertionFailedError: List of recordTime should not be empty > at junit.framework.Assert.fail(Assert.java:47) > at junit.framework.Assert.assertTrue(Assert.java:20) > at > com.tracetracker.gqi3.QueryRestTestIntegration.testSimpleEventQueryRecordTime(QueryRestTestIntegration.java:283) > {noformat} > Each failing test should have the timestamp added to the start of the line. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (SUREFIRE-269) Decorate text in total- and package-summary by classifiers error, failure, skipped and success
[ https://issues.apache.org/jira/browse/SUREFIRE-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated SUREFIRE-269: Fix Version/s: (was: Backlog) > Decorate text in total- and package-summary by classifiers error, failure, > skipped and success > -- > > Key: SUREFIRE-269 > URL: https://issues.apache.org/jira/browse/SUREFIRE-269 > Project: Maven Surefire > Issue Type: New Feature > Components: Maven Surefire Report Plugin > Environment: Java5, WinXp >Reporter: Martin Zeltner >Priority: Major > Attachments: colorized-screenshot.gif, > patch_maven-surefire-report-plugin_decorate-total-and-package-summary.patch > > Original Estimate: 10m > Remaining Estimate: 10m > > I've patch class > org.apache.maven.plugins.surefire.report.SurefireReportGenerator so the > total- and the package-summary will be decorated. Used css classifiers in > span html elements are: >* error >* failure >* skipped >* success > You're now able to define these css classifiers in your css file, i.e > site.css (no must). For an example see the appended screenshot. > The appended patch contains the patch parts of MSUREFIREREP-30 and > MSUREFIREREP-31 too. > Cheers, > Martin -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (SUREFIRE-1292) Includes misbehaves with extensions other than java
[ https://issues.apache.org/jira/browse/SUREFIRE-1292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated SUREFIRE-1292: - Fix Version/s: (was: 3.0) (was: Backlog) > Includes misbehaves with extensions other than java > --- > > Key: SUREFIRE-1292 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1292 > Project: Maven Surefire > Issue Type: Bug >Reporter: Ittai Zeidman >Priority: Major > > Hi, > When defining an for maven failsafe plugin it ignores ones with > file endings other than java. See this report for groovy > (https://prometheuscomputing.com/company_site/blogs/26) and I had the same > for scala. > basically > > **/*E2E.scala > > doesn't run a test which sits in FooE2E.scala but this > > **/*E2E.java > > does run the scala test -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (SUREFIRE-530) Allow runtime ordering of tests to be specified
[ https://issues.apache.org/jira/browse/SUREFIRE-530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated SUREFIRE-530: Fix Version/s: (was: 3.0) > Allow runtime ordering of tests to be specified > --- > > Key: SUREFIRE-530 > URL: https://issues.apache.org/jira/browse/SUREFIRE-530 > Project: Maven Surefire > Issue Type: Improvement > Components: Maven Surefire Plugin >Affects Versions: 2.4.3 > Environment: testNG, Junit >Reporter: Nick Pellow >Priority: Major > > Allow other plugins to specify tests to get run, and preserve the ordering of > tests. > Currently, a plugin may set the "test" parameter with a comma separated list > of tests to run. > However, the order is not preserved. > For plugins such as the maven-clover2-plugin, (possibly the > maven-reactor-plugin?) that optimize the build/test run, ordering of a tests > is a very nice way to ensure the build fails as fast as possible. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (SUREFIRE-1266) Specifying groups shouldn't require junit on classpath if no test classes
[ https://issues.apache.org/jira/browse/SUREFIRE-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated SUREFIRE-1266: - Fix Version/s: (was: waiting-for-apache-feedback) > Specifying groups shouldn't require junit on classpath if no test classes > - > > Key: SUREFIRE-1266 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1266 > Project: Maven Surefire > Issue Type: Improvement >Affects Versions: 2.19.1 > Environment: Windows 7, Oracle JDK 1.8.0_40, Maven 3.3.3 >Reporter: Anders Hammar >Priority: Major > > Test framework: junit 4.8+ > I have a scenario where we want to configure the groups parameter in a parent > so that it doesn't have to be specified in all modules. However, not all > modules have test classes and therefore no dependency on junit is specified > in those projects. What then happens is that m-surefire-p fails with: > {quote} > groups/excludedGroups require TestNG or JUnit48+ on project test classpath > {quote} > This can be worked around by specifying skipTests on those projects, but it's > a bit cumbersome. > It would be nice if surefire could detect that there are no test classes > (src/test/main is empty) and therefore the project should just be ignored. > However, I guess there could be test classes in a dependency so that might > not be as easy. > Possibly the solution could be to not fail the surefire execution if > groups/excludedGroups is set but TestNG or JUnit 4.8+ is not on the > classpath, but issue a warning message and ignoring it? -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (SUREFIRE-2043) Test groups not working for testng in combination with JUnit5
[ https://issues.apache.org/jira/browse/SUREFIRE-2043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated SUREFIRE-2043: - Fix Version/s: (was: waiting-for-apache-feedback) > Test groups not working for testng in combination with JUnit5 > - > > Key: SUREFIRE-2043 > URL: https://issues.apache.org/jira/browse/SUREFIRE-2043 > Project: Maven Surefire > Issue Type: Bug > Components: JUnit 5.x support, Maven Surefire Plugin, TestNG support >Affects Versions: 3.0.0-M5 >Reporter: Pavel Rybnicek >Assignee: Tibor Digana >Priority: Major > > Started with this example: > maven-surefire\surefire-its\src\test\resources\junit5-testng > Added both test to group "aa" (testng) / Tag "aa" (Junit5) > mvn test runs both tests > mvn test -Dgroups=aa runs only Junit5 test. > > Looks like groups don't work at all for testng in this configuration. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (SUREFIRE-1227) The Description argument RunListener#testRunStarted(Description) doesn't include test methods
[ https://issues.apache.org/jira/browse/SUREFIRE-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated SUREFIRE-1227: - Fix Version/s: (was: 3.0) > The Description argument RunListener#testRunStarted(Description) doesn't > include test methods > - > > Key: SUREFIRE-1227 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1227 > Project: Maven Surefire > Issue Type: Bug > Components: Maven Surefire Plugin >Affects Versions: 2.19.1 >Reporter: Jiri Locker >Priority: Major > Attachments: maven-surefire-run-listener.zip > > > In Surefire 2.19 the Description passed to testRunStarted() is a test run > description and has 2 levels of children (test classes > test methods). The > top level Description's testCount property is equal to the number of test > methods in all test classes that are going to be run. When dumping the > description tree it may look like this: > {noformat} > Description: ~ null (6) > Description: ~ ~ io.github.yurloc.example.runlistener.MyFirstTest (2) > Description: ~ ~ ~ > testMethod1(io.github.yurloc.example.runlistener.MyFirstTest) (1) > Description: ~ ~ ~ > testMethod2(io.github.yurloc.example.runlistener.MyFirstTest) (1) > Description: ~ ~ io.github.yurloc.example.runlistener.MySecondTest (4) > Description: ~ ~ ~ > testMethodA(io.github.yurloc.example.runlistener.MySecondTest) (1) > Description: ~ ~ ~ > testMethodB(io.github.yurloc.example.runlistener.MySecondTest) (1) > Description: ~ ~ ~ > testMethodC(io.github.yurloc.example.runlistener.MySecondTest) (1) > Description: ~ ~ ~ > testMethodD(io.github.yurloc.example.runlistener.MySecondTest) (1) > {noformat} > However in Surefire 2.19.1 the leaf descriptions of test methods are missing: > {noformat} > Description: ~ null (2) > Description: ~ ~ io.github.yurloc.example.runlistener.MyFirstTest (1) > Description: ~ ~ io.github.yurloc.example.runlistener.MySecondTest (1) > {noformat} > Because of this I am unable to access the total test count, which I use to > calculate ETA of the test run finish. I seem that this change of behavior was > introduced by fixing SUREFIRE-1187. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (SUREFIRE-778) failIfNoTests=false should not be required when using -Dtest=MyTestClass in multi-module reactor builds
[ https://issues.apache.org/jira/browse/SUREFIRE-778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated SUREFIRE-778: Fix Version/s: (was: 3.0) > failIfNoTests=false should not be required when using -Dtest=MyTestClass in > multi-module reactor builds > --- > > Key: SUREFIRE-778 > URL: https://issues.apache.org/jira/browse/SUREFIRE-778 > Project: Maven Surefire > Issue Type: Improvement >Affects Versions: 2.10 >Reporter: Scott Carey >Priority: Major > > Configure a trivial multi-module build with two tests (TestA, TestB) and two > modules, one test in each module. > a multi-module aggregate build will succeed with > 'mvn test' > but fail with > 'mvn test -Dtest=TestA' > This happens with 2.10, but does not with 2.6 for http://avro.apache.org/ > (https://issues.apache.org/jira/browse/AVRO-935) > This is related to bug > http://issues.apache.org/jira/browse/SUREFIRE-464 > -Dtest=Foo should not require that every module have a matching Foo, only one > needs match. Or to simplify things, don't automatically switch from > failIfNoTests=false to failIfNoTests=true when -Dtest= is set at all. > Users who are running one test by hand don't need this behavior (they will > notice if the test they are trying to run doesn't run) and automated > tools/scripts that use this parameter that want it to fail should set > -DfailIfNoTests=true. -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Commented] (MPDF-105) Upgrade Maven Reporting API to 3.1.1
[ https://issues.apache.org/jira/browse/MPDF-105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17580457#comment-17580457 ] Hudson commented on MPDF-105: - Build succeeded in Jenkins: Maven » Maven TLP » maven-pdf-plugin » master #21 See https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-pdf-plugin/job/master/21/ > Upgrade Maven Reporting API to 3.1.1 > > > Key: MPDF-105 > URL: https://issues.apache.org/jira/browse/MPDF-105 > Project: Maven PDF Plugin > Issue Type: Dependency upgrade >Reporter: Michael Osipov >Assignee: Michael Osipov >Priority: Major > Fix For: 1.6.1 > > -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Created] (SCM-1000) check-local-modification ignoring excludes (scm:git)
robert created SCM-1000: --- Summary: check-local-modification ignoring excludes (scm:git) Key: SCM-1000 URL: https://issues.apache.org/jira/browse/SCM-1000 Project: Maven SCM Issue Type: Bug Affects Versions: 1.13.0 Reporter: robert Add this to any `pomx.ml`. The run `mvn clean install`. Everything should build with no issues since the excludes has `**/pom.xml` in it. The build stops with the follow error message {*}The build will stop as there is local modifications{*}. I believe the pom.xml file should be excluded from the modification check. {code:xml} org.apache.maven.plugins maven-scm-plugin 1.13.0 check-local-modification validate **/pom.xml ${skip.local-modification.check} {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (SCM-1000) check-local-modification ignoring excludes (scm:git)
[ https://issues.apache.org/jira/browse/SCM-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] robert updated SCM-1000: Description: Add this to any `pomx.ml`. The run `mvn clean install`. Everything should build with no issues since the excludes has `star star /pom.xml` in it. *The build stops with the follow error message* The build will stop as there is local modifications. I believe the pom.xml file should be excluded from the modification check. {code:xml} org.apache.maven.plugins maven-scm-plugin 1.13.0 check-local-modification validate **/pom.xml ${skip.local-modification.check} {code} was: Add this to any `pomx.ml`. The run `mvn clean install`. Everything should build with no issues since the excludes has `star star /pom.xml` in it. The build stops with the follow error message{*} The build will stop as there is local modifications. I believe the pom.xml file should be excluded from the modification check. {code:xml} org.apache.maven.plugins maven-scm-plugin 1.13.0 check-local-modification validate **/pom.xml ${skip.local-modification.check} {code} > check-local-modification ignoring excludes (scm:git) > > > Key: SCM-1000 > URL: https://issues.apache.org/jira/browse/SCM-1000 > Project: Maven SCM > Issue Type: Bug >Affects Versions: 1.13.0 >Reporter: robert >Priority: Major > > Add this to any `pomx.ml`. The run `mvn clean install`. Everything should > build with no issues since the excludes has `star star /pom.xml` in it. *The > build stops with the follow error message* The build will stop as there is > local modifications. > > I believe the pom.xml file should be excluded from the modification check. > > {code:xml} > > org.apache.maven.plugins > maven-scm-plugin > 1.13.0 > > > > check-local-modification > > validate > > > > **/pom.xml > ${skip.local-modification.check} > > > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)
[jira] [Updated] (SCM-1000) check-local-modification ignoring excludes (scm:git)
[ https://issues.apache.org/jira/browse/SCM-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] robert updated SCM-1000: Description: Add this to any `pomx.ml`. The run `mvn clean install`. Everything should build with no issues since the excludes has `star star /pom.xml` in it. The build stops with the follow error message{*} The build will stop as there is local modifications. I believe the pom.xml file should be excluded from the modification check. {code:xml} org.apache.maven.plugins maven-scm-plugin 1.13.0 check-local-modification validate **/pom.xml ${skip.local-modification.check} {code} was: Add this to any `pomx.ml`. The run `mvn clean install`. Everything should build with no issues since the excludes has `**/pom.xml` in it. The build stops with the follow error message {*}The build will stop as there is local modifications{*}. I believe the pom.xml file should be excluded from the modification check. {code:xml} org.apache.maven.plugins maven-scm-plugin 1.13.0 check-local-modification validate **/pom.xml ${skip.local-modification.check} {code} > check-local-modification ignoring excludes (scm:git) > > > Key: SCM-1000 > URL: https://issues.apache.org/jira/browse/SCM-1000 > Project: Maven SCM > Issue Type: Bug >Affects Versions: 1.13.0 >Reporter: robert >Priority: Major > > Add this to any `pomx.ml`. The run `mvn clean install`. Everything should > build with no issues since the excludes has `star star /pom.xml` in it. The > build stops with the follow error message{*} The build will stop as there is > local modifications. > > I believe the pom.xml file should be excluded from the modification check. > > {code:xml} > > org.apache.maven.plugins > maven-scm-plugin > 1.13.0 > > > > check-local-modification > > validate > > > > **/pom.xml > ${skip.local-modification.check} > > > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)
[GitHub] [maven-gh-actions-shared] dependabot[bot] opened a new pull request, #56: Bump release-drafter/release-drafter from 5.20.0 to 5.20.1
dependabot[bot] opened a new pull request, #56: URL: https://github.com/apache/maven-gh-actions-shared/pull/56 Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.20.0 to 5.20.1. Release notes Sourced from https://github.com/release-drafter/release-drafter/releases";>release-drafter/release-drafter's releases. v5.20.1 What's Changed Bug Fixes Add missing inputs to action config (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1202";>#1202) https://github.com/gilbertsoft";>@gilbertsoft Documentation Add more comments about pull requests permission (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1187";>#1187) https://github.com/Kirade";>@Kirade Fix Vercel link (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1188";>#1188) https://github.com/shinshin86";>@shinshin86 Add permissions to README (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1132";>#1132) https://github.com/danyeaw";>@danyeaw Dependency Updates Bump eslint-plugin-unicorn from 42.0.0 to 43.0.2 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1192";>#1192) https://github.com/dependabot";>@dependabot Bump node from af50279 to 4c8f734 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1191";>#1191) https://github.com/dependabot";>@dependabot Bump node from 17.9.0-alpine to 18.7.0-alpine (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1190";>#1190) https://github.com/dependabot";>@dependabot Bump jest from 28.1.0 to 28.1.3 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1182";>#1182) https://github.com/dependabot";>@dependabot Bump eslint from 8.16.0 to 8.20.0 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1185";>#1185) https://github.com/dependabot";>@dependabot Bump nock from 13.2.4 to 13.2.9 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1186";>#1186) https://github.com/dependabot";>@dependabot Bump probot from 12.2.4 to 12.2.5 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1178";>#1178) https://github.com/dependabot";>@dependabot Bump eslint-plugin-prettier from 4.0.0 to 4.2.1 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1176";>#1176) https://github.com/dependabot";>@dependabot Bump lint-staged from 13.0.0 to 13.0.3 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1172";>#1172) https://github.com/dependabot";>@dependabot Bump prettier from 2.6.2 to 2.7.1 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1166";>#1166) https://github.com/dependabot";>@dependabot Bump @actions/core from 1.8.2 to 1.9.0 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1164";>#1164) https://github.com/dependabot";>@dependabot Bump lint-staged from 12.4.3 to 13.0.0 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1156";>#1156) https://github.com/dependabot";>@dependabot Bump probot from 12.2.3 to 12.2.4 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1155";>#1155) https://github.com/dependabot";>@dependabot Bump @vercel/ncc from 0.33.4 to 0.34.0 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1151";>#1151) https://github.com/dependabot";>@dependabot Bump lint-staged from 12.4.2 to 12.4.3 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1153";>#1153) https://github.com/dependabot";>@dependabot Bump lint-staged from 12.4.1 to 12.4.2 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1150";>#1150) https://github.com/dependabot";>@dependabot Bump eslint from 8.15.0 to 8.16.0 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1149";>#1149) https://github.com/dependabot";>@dependabot Bump probot from 12.2.2 to 12.2.3 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1152";>#1152) https://github.com/dependabot";>@dependabot Bump husky from 8.0.0 to 8.0.1 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1141";>#1141) https://github.com/dependabot";>@dependabot Bump @actions/core from 1.8.0 to 1.8.2 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1144";>#1144) https://github.com/dependabot";>@dependabot Full Changelog: https://github.com/release-drafter/release-drafter/compare/v5.20.0...v5.20.1";>https://github.com/release-drafter/release-drafter/compare/v5.20.0...v5.20.1 Commits https://github.com/relea
[GitHub] [maven-gh-actions-shared] dependabot[bot] opened a new pull request, #57: Bump release-drafter/release-drafter from 5.20.0 to 5.20.1
dependabot[bot] opened a new pull request, #57: URL: https://github.com/apache/maven-gh-actions-shared/pull/57 Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.20.0 to 5.20.1. Release notes Sourced from https://github.com/release-drafter/release-drafter/releases";>release-drafter/release-drafter's releases. v5.20.1 What's Changed Bug Fixes Add missing inputs to action config (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1202";>#1202) https://github.com/gilbertsoft";>@gilbertsoft Documentation Add more comments about pull requests permission (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1187";>#1187) https://github.com/Kirade";>@Kirade Fix Vercel link (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1188";>#1188) https://github.com/shinshin86";>@shinshin86 Add permissions to README (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1132";>#1132) https://github.com/danyeaw";>@danyeaw Dependency Updates Bump eslint-plugin-unicorn from 42.0.0 to 43.0.2 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1192";>#1192) https://github.com/dependabot";>@dependabot Bump node from af50279 to 4c8f734 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1191";>#1191) https://github.com/dependabot";>@dependabot Bump node from 17.9.0-alpine to 18.7.0-alpine (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1190";>#1190) https://github.com/dependabot";>@dependabot Bump jest from 28.1.0 to 28.1.3 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1182";>#1182) https://github.com/dependabot";>@dependabot Bump eslint from 8.16.0 to 8.20.0 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1185";>#1185) https://github.com/dependabot";>@dependabot Bump nock from 13.2.4 to 13.2.9 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1186";>#1186) https://github.com/dependabot";>@dependabot Bump probot from 12.2.4 to 12.2.5 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1178";>#1178) https://github.com/dependabot";>@dependabot Bump eslint-plugin-prettier from 4.0.0 to 4.2.1 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1176";>#1176) https://github.com/dependabot";>@dependabot Bump lint-staged from 13.0.0 to 13.0.3 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1172";>#1172) https://github.com/dependabot";>@dependabot Bump prettier from 2.6.2 to 2.7.1 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1166";>#1166) https://github.com/dependabot";>@dependabot Bump @actions/core from 1.8.2 to 1.9.0 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1164";>#1164) https://github.com/dependabot";>@dependabot Bump lint-staged from 12.4.3 to 13.0.0 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1156";>#1156) https://github.com/dependabot";>@dependabot Bump probot from 12.2.3 to 12.2.4 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1155";>#1155) https://github.com/dependabot";>@dependabot Bump @vercel/ncc from 0.33.4 to 0.34.0 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1151";>#1151) https://github.com/dependabot";>@dependabot Bump lint-staged from 12.4.2 to 12.4.3 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1153";>#1153) https://github.com/dependabot";>@dependabot Bump lint-staged from 12.4.1 to 12.4.2 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1150";>#1150) https://github.com/dependabot";>@dependabot Bump eslint from 8.15.0 to 8.16.0 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1149";>#1149) https://github.com/dependabot";>@dependabot Bump probot from 12.2.2 to 12.2.3 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1152";>#1152) https://github.com/dependabot";>@dependabot Bump husky from 8.0.0 to 8.0.1 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1141";>#1141) https://github.com/dependabot";>@dependabot Bump @actions/core from 1.8.0 to 1.8.2 (https://github-redirect.dependabot.com/release-drafter/release-drafter/issues/1144";>#1144) https://github.com/dependabot";>@dependabot Full Changelog: https://github.com/release-drafter/release-drafter/compare/v5.20.0...v5.20.1";>https://github.com/release-drafter/release-drafter/compare/v5.20.0...v5.20.1 Commits https://github.com/relea
[GitHub] [maven-remote-resources-plugin] dependabot[bot] opened a new pull request, #17: Bump maven-plugins from 36 to 37
dependabot[bot] opened a new pull request, #17: URL: https://github.com/apache/maven-remote-resources-plugin/pull/17 Bumps [maven-plugins](https://github.com/apache/maven-parent) from 36 to 37. Release notes Sourced from https://github.com/apache/maven-parent/releases";>maven-plugins's releases. 37 What's Changed [MPOM-317] Upgrade fluido skin to 1.11.0 by https://github.com/slawekjaranowski";>@slawekjaranowski in https://github-redirect.dependabot.com/apache/maven-parent/pull/66";>apache/maven-parent#66 Bump maven-pmd-plugin from 3.16.0 to 3.17.0 by https://github.com/dependabot";>@dependabot in https://github-redirect.dependabot.com/apache/maven-parent/pull/64";>apache/maven-parent#64 [MPOM-322] Add ASF Data Privacy by https://github.com/slawekjaranowski";>@slawekjaranowski in https://github-redirect.dependabot.com/apache/maven-parent/pull/65";>apache/maven-parent#65 [MPOM-324] Drop Social Media Plug-ins from documentation by https://github.com/slawekjaranowski";>@slawekjaranowski in https://github-redirect.dependabot.com/apache/maven-parent/pull/67";>apache/maven-parent#67 [MPOM-331] Upgrade Surefire to 3.0.0-M7 by https://github.com/slachiewicz";>@slachiewicz in https://github-redirect.dependabot.com/apache/maven-parent/pull/68";>apache/maven-parent#68 [MPOM-334] Upgrade fluido skin to 1.11.1 by https://github.com/slawekjaranowski";>@slawekjaranowski in https://github-redirect.dependabot.com/apache/maven-parent/pull/70";>apache/maven-parent#70 Bump maven-toolchains-plugin from 3.0.0 to 3.1.0 by https://github.com/dependabot";>@dependabot in https://github-redirect.dependabot.com/apache/maven-parent/pull/69";>apache/maven-parent#69 Bump extra-enforcer-rules from 1.5.1 to 1.6.0 by https://github.com/dependabot";>@dependabot in https://github-redirect.dependabot.com/apache/maven-parent/pull/71";>apache/maven-parent#71 Bump apache from 26 to 27 by https://github.com/dependabot";>@dependabot in https://github-redirect.dependabot.com/apache/maven-parent/pull/72";>apache/maven-parent#72 Full Changelog: https://github.com/apache/maven-parent/compare/maven-parent-36...maven-parent-37";>https://github.com/apache/maven-parent/compare/maven-parent-36...maven-parent-37 Commits See full diff in https://github.com/apache/maven-parent/commits";>compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GitHub] [maven-apache-parent] dependabot[bot] opened a new pull request, #104: Bump maven-help-plugin from 3.2.0 to 3.3.0
dependabot[bot] opened a new pull request, #104: URL: https://github.com/apache/maven-apache-parent/pull/104 Bumps [maven-help-plugin](https://github.com/apache/maven-help-plugin) from 3.2.0 to 3.3.0. Commits https://github.com/apache/maven-help-plugin/commit/5a4f81d6511cfdfd16a393385371df5e16fc5f0f";>5a4f81d [maven-release-plugin] prepare release maven-help-plugin-3.3.0 https://github.com/apache/maven-help-plugin/commit/e598bdefe1a46818fe9a7be8dd1fd73cbe011eb2";>e598bde [MPH-162] Allow all mojos to be configured to produce repeatable output https://github.com/apache/maven-help-plugin/commit/11e327051a2be8adfa4a82a486eca7346de9dd2e";>11e3270 [MPH-190] Upgrade Maven Reporting API to 3.1.1 https://github.com/apache/maven-help-plugin/commit/dd6101b7324673384ca051c41d364e1bdc7fa894";>dd6101b Bump plexus-utils from 3.3.0 to 3.4.2 https://github.com/apache/maven-help-plugin/commit/17687e315f6e43b7b3c1bb8115c4366fc5df3e5c";>17687e3 [MPH-188] - Cleanup - Pom https://github.com/apache/maven-help-plugin/commit/00d97df1838c8225fa5aacc62f92693ad1e8deb9";>00d97df Bump asm-commons from 9.2 to 9.3 https://github.com/apache/maven-help-plugin/commit/0161b1cd273eeba28af911737cad8ae69e6d22a4";>0161b1c Bump asm from 9.2 to 9.3 https://github.com/apache/maven-help-plugin/commit/3974cd1cc5c99143d035663a91012bf09f62f845";>3974cd1 [MPH-187] - Upgrade to JDK minimum https://github.com/apache/maven-help-plugin/commit/67e12728dadc962dff0a71313c5b6d094bcf2a3c";>67e1272 [MPH-186] - maven-parent to 37 https://github.com/apache/maven-help-plugin/commit/d074694eec605420a29aa9c76d1ed570cfe710aa";>d074694 Bump mrm-maven-plugin from 1.4.0 to 1.4.1 Additional commits viewable in https://github.com/apache/maven-help-plugin/compare/maven-help-plugin-3.2.0...maven-help-plugin-3.3.0";>compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org