[jira] [Updated] (MPLUGIN-189) add java 5 annotations support to mark Mojo sources

2022-10-14 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MPLUGIN-189: -- Description: replacing javadoc annotations with Java 5 annotations will improve the build pro

[GitHub] [maven-javadoc-plugin] hazendaz commented on a diff in pull request #164: MJAVADOC-731 update parent, get rid of legacy

2022-10-14 Thread GitBox
hazendaz commented on code in PR #164: URL: https://github.com/apache/maven-javadoc-plugin/pull/164#discussion_r996243983 ## pom.xml: ## @@ -171,38 +171,42 @@ under the License. org.apache.maven maven-core ${mavenVersion} + provided

[GitHub] [maven] gnodet merged pull request #829: Fix the repackaged plexus-utils groupId

2022-10-14 Thread GitBox
gnodet merged PR #829: URL: https://github.com/apache/maven/pull/829 -- 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

[GitHub] [maven] gnodet opened a new pull request, #829: Fix the repackaged plexus-utils groupId

2022-10-14 Thread GitBox
gnodet opened a new pull request, #829: URL: https://github.com/apache/maven/pull/829 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/MNG) filed for the ch

[GitHub] [maven-shared-resources] gnodet opened a new pull request, #3: Change code style

2022-10-14 Thread GitBox
gnodet opened a new pull request, #3: URL: https://github.com/apache/maven-shared-resources/pull/3 The eclipse codestyle has been created using * the default java conventions * spaces support as per current code style (i.e. no space before after a keywork, space between parentheses,

[jira] [Commented] (MRESOLVER-278) BREAKING: Make Session extend AutoCloseable (and introduce onCloseHandlers)

2022-10-14 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617958#comment-17617958 ] Hudson commented on MRESOLVER-278: -- Build succeeded in Jenkins: Maven » Maven TLP » m

[jira] [Commented] (MRESOLVER-278) BREAKING: Make Session extend AutoCloseable (and introduce onCloseHandlers)

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617955#comment-17617955 ] ASF GitHub Bot commented on MRESOLVER-278: -- cstamas merged PR #201: URL: http

[jira] [Closed] (MRESOLVER-278) BREAKING: Make Session extend AutoCloseable (and introduce onCloseHandlers)

2022-10-14 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MRESOLVER-278. - Resolution: Fixed > BREAKING: Make Session extend AutoCloseable (and introduce onClose

[GitHub] [maven-resolver] cstamas merged pull request #201: [MRESOLVER-278] Session close and onClose hooks

2022-10-14 Thread GitBox
cstamas merged PR #201: URL: https://github.com/apache/maven-resolver/pull/201 -- 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.

[jira] [Commented] (MRESOLVER-278) BREAKING: Make Session extend AutoCloseable (and introduce onCloseHandlers)

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617953#comment-17617953 ] ASF GitHub Bot commented on MRESOLVER-278: -- michael-o commented on code in PR

[GitHub] [maven-resolver] michael-o commented on a diff in pull request #201: [MRESOLVER-278] Session close and onClose hooks

2022-10-14 Thread GitBox
michael-o commented on code in PR #201: URL: https://github.com/apache/maven-resolver/pull/201#discussion_r996099460 ## maven-resolver-api/src/main/java/org/eclipse/aether/DefaultRepositorySystemSession.java: ## @@ -873,4 +888,41 @@ public Collection getTransformersForArtifact(

[jira] [Commented] (MRESOLVER-278) BREAKING: Make Session extend AutoCloseable (and introduce onCloseHandlers)

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617950#comment-17617950 ] ASF GitHub Bot commented on MRESOLVER-278: -- michael-o commented on code in PR

[jira] [Commented] (MRESOLVER-278) BREAKING: Make Session extend AutoCloseable (and introduce onCloseHandlers)

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617951#comment-17617951 ] ASF GitHub Bot commented on MRESOLVER-278: -- cstamas commented on code in PR #

[GitHub] [maven-resolver] cstamas commented on a diff in pull request #201: [MRESOLVER-278] Session close and onClose hooks

2022-10-14 Thread GitBox
cstamas commented on code in PR #201: URL: https://github.com/apache/maven-resolver/pull/201#discussion_r996098795 ## maven-resolver-api/src/main/java/org/eclipse/aether/DefaultRepositorySystemSession.java: ## @@ -873,4 +888,41 @@ public Collection getTransformersForArtifact( A

[jira] [Commented] (MINDEXER-152) BREAKING: Rework index-reader APIs

2022-10-14 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MINDEXER-152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617949#comment-17617949 ] Hudson commented on MINDEXER-152: - Build succeeded in Jenkins: Maven » Maven TLP » mave

[GitHub] [maven-resolver] michael-o commented on a diff in pull request #201: [MRESOLVER-278] Session close and onClose hooks

2022-10-14 Thread GitBox
michael-o commented on code in PR #201: URL: https://github.com/apache/maven-resolver/pull/201#discussion_r996098322 ## maven-resolver-api/src/main/java/org/eclipse/aether/DefaultRepositorySystemSession.java: ## @@ -873,4 +888,41 @@ public Collection getTransformersForArtifact(

[jira] [Commented] (MRESOLVER-278) BREAKING: Make Session extend AutoCloseable (and introduce onCloseHandlers)

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617948#comment-17617948 ] ASF GitHub Bot commented on MRESOLVER-278: -- michael-o commented on code in PR

[jira] [Commented] (MRESOLVER-278) BREAKING: Make Session extend AutoCloseable (and introduce onCloseHandlers)

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617947#comment-17617947 ] ASF GitHub Bot commented on MRESOLVER-278: -- michael-o commented on code in PR

[GitHub] [maven-resolver] michael-o commented on a diff in pull request #201: [MRESOLVER-278] Session close and onClose hooks

2022-10-14 Thread GitBox
michael-o commented on code in PR #201: URL: https://github.com/apache/maven-resolver/pull/201#discussion_r996096735 ## maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/checksum/SummaryFileTrustedChecksumsSource.java: ## @@ -201,41 +214,38 @@ private String cal

[GitHub] [maven-resolver] michael-o commented on a diff in pull request #201: [MRESOLVER-278] Session close and onClose hooks

2022-10-14 Thread GitBox
michael-o commented on code in PR #201: URL: https://github.com/apache/maven-resolver/pull/201#discussion_r996096483 ## maven-resolver-api/src/main/java/org/eclipse/aether/RepositorySystemSession.java: ## @@ -271,4 +272,57 @@ @Deprecated FileTransformerManager getFileT

[jira] [Closed] (MINDEXER-152) BREAKING: Rework index-reader APIs

2022-10-14 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MINDEXER-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MINDEXER-152. Resolution: Fixed > BREAKING: Rework index-reader APIs >

[GitHub] [maven-indexer] cstamas merged pull request #254: [MINDEXER-152] Simplify/rework IndexReader API

2022-10-14 Thread GitBox
cstamas merged PR #254: URL: https://github.com/apache/maven-indexer/pull/254 -- 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.a

[GitHub] [maven] gnodet merged pull request #828: Fix site generation

2022-10-14 Thread GitBox
gnodet merged PR #828: URL: https://github.com/apache/maven/pull/828 -- 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

[jira] [Commented] (MSHARED-1153) FilteringUtils makes incorrect assumption about filesystem

2022-10-14 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617931#comment-17617931 ] Michael Osipov commented on MSHARED-1153: - https://stackoverflow.com/q/46610256

[jira] [Commented] (MSHARED-1153) FilteringUtils makes incorrect assumption about filesystem

2022-10-14 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617927#comment-17617927 ] Michael Osipov commented on MSHARED-1153: - That's weird and a rouge behavior. I

[jira] [Updated] (MSHARED-1153) FilteringUtils makes incorrect assumption about filesystem

2022-10-14 Thread James Nord (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Nord updated MSHARED-1153: Description: when copying files using filtering during a project build the build can fail with t

[jira] [Updated] (MSHARED-1153) FilteringUtils makes incorrect assumption about filesystem

2022-10-14 Thread James Nord (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Nord updated MSHARED-1153: Description: when copying files using filtering during a project build the build can fail with t

[jira] [Updated] (MSHARED-1153) FilteringUtils makes incorrect assumption about filesystem

2022-10-14 Thread James Nord (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Nord updated MSHARED-1153: Description: when copying files using filtering during a project build the build can fail with t

[jira] [Updated] (MSHARED-1153) FilteringUtils makes incorrect assumption about filesystem

2022-10-14 Thread James Nord (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Nord updated MSHARED-1153: Description: when copying files using filtering during a project build the build can fail with t

[jira] [Created] (MSHARED-1153) FilteringUtils makes incorrect assumption about filesystem

2022-10-14 Thread James Nord (Jira)
James Nord created MSHARED-1153: --- Summary: FilteringUtils makes incorrect assumption about filesystem Key: MSHARED-1153 URL: https://issues.apache.org/jira/browse/MSHARED-1153 Project: Maven Shared Compo

[jira] [Commented] (MNG-7567) Maven output out of order on Windows

2022-10-14 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617915#comment-17617915 ] Michael Osipov commented on MNG-7567: - Here is the output verification in Plexus Compil

[GitHub] [maven-integration-testing] pzygielo commented on pull request #205: [MNG-7568] Test for deactivating profile defined in settings and project

2022-10-14 Thread GitBox
pzygielo commented on PR #205: URL: https://github.com/apache/maven-integration-testing/pull/205#issuecomment-1279325472 Fails with 3.8.6: ``` [ERROR] testDeactivatingProfileExistingInSettingsAndInProject(org.apache.maven.it.MavenITmng7568SettingsProfileDeactivationTest) Time elapse

[jira] [Commented] (MNG-7568) [WARNING] The requested profile "ABCDEF" could not be activated because it does not exist.

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617908#comment-17617908 ] ASF GitHub Bot commented on MNG-7568: - pzygielo commented on PR #809: URL: https://gith

[GitHub] [maven] pzygielo commented on pull request #809: [MNG-7568] Consider inactive profiles for validation

2022-10-14 Thread GitBox
pzygielo commented on PR #809: URL: https://github.com/apache/maven/pull/809#issuecomment-1279324333 > I think we should create a very small unit/IT for the sake of regression testing. Here it is: - https://github.com/apache/maven-integration-testing/pull/205 -- This is an a

[GitHub] [maven-mvnd] antimoroma closed issue #713: Non-resolvable parent POM for...maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories:

2022-10-14 Thread GitBox
antimoroma closed issue #713: Non-resolvable parent POM for...maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: URL: https://github.com/apache/maven-mvnd/issues/713 -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [maven-mvnd] antimoroma commented on issue #713: Non-resolvable parent POM for...maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories:

2022-10-14 Thread GitBox
antimoroma commented on issue #713: URL: https://github.com/apache/maven-mvnd/issues/713#issuecomment-1279314363 Adding to settings.xml: ``` maven-default-http-blocker dummy Dummy mirror to override default blocki

[GitHub] [maven-mvnd] antimoroma opened a new issue, #713: Non-resolvable parent POM for...maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories:

2022-10-14 Thread GitBox
antimoroma opened a new issue, #713: URL: https://github.com/apache/maven-mvnd/issues/713 I try to compile a project that work fine with mvn , with settings.xml in standard directory {USER_HOME}/.m2 With mvnd i receive the error in title Problem is that we have repo in http i think

[jira] [Commented] (MNG-7566) Allow a Maven plugin to require a Java version through its plugin descriptor

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617863#comment-17617863 ] ASF GitHub Bot commented on MNG-7566: - kwin commented on code in PR #827: URL: https://

[GitHub] [maven] kwin commented on a diff in pull request #827: [MNG-7566] Allow a Maven plugin to require a Java version

2022-10-14 Thread GitBox
kwin commented on code in PR #827: URL: https://github.com/apache/maven/pull/827#discussion_r995941308 ## maven-core/src/main/java/org/apache/maven/plugin/MavenPluginPrerequisiteChecker.java: ## @@ -0,0 +1,38 @@ +package org.apache.maven.plugin; + +/* + * Licensed to the Apache

[jira] [Commented] (MNG-7566) Allow a Maven plugin to require a Java version through its plugin descriptor

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617861#comment-17617861 ] ASF GitHub Bot commented on MNG-7566: - kwin commented on code in PR #827: URL: https://

[GitHub] [maven] kwin commented on a diff in pull request #827: [MNG-7566] Allow a Maven plugin to require a Java version

2022-10-14 Thread GitBox
kwin commented on code in PR #827: URL: https://github.com/apache/maven/pull/827#discussion_r995940629 ## maven-core/src/main/java/org/apache/maven/plugin/MavenPluginPrerequisiteChecker.java: ## @@ -0,0 +1,38 @@ +package org.apache.maven.plugin; + +/* + * Licensed to the Apache

[jira] [Commented] (MRESOLVER-278) BREAKING: Make Session extend AutoCloseable (and introduce onCloseHandlers)

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617860#comment-17617860 ] ASF GitHub Bot commented on MRESOLVER-278: -- cstamas commented on code in PR #

[GitHub] [maven-resolver] cstamas commented on a diff in pull request #201: [MRESOLVER-278] Session close and onClose hooks

2022-10-14 Thread GitBox
cstamas commented on code in PR #201: URL: https://github.com/apache/maven-resolver/pull/201#discussion_r995932176 ## maven-resolver-api/src/main/java/org/eclipse/aether/DefaultRepositorySystemSession.java: ## @@ -873,4 +888,41 @@ public Collection getTransformersForArtifact( A

[jira] [Commented] (MRESOLVER-278) BREAKING: Make Session extend AutoCloseable (and introduce onCloseHandlers)

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617857#comment-17617857 ] ASF GitHub Bot commented on MRESOLVER-278: -- cstamas commented on code in PR #

[GitHub] [maven-resolver] cstamas commented on a diff in pull request #201: [MRESOLVER-278] Session close and onClose hooks

2022-10-14 Thread GitBox
cstamas commented on code in PR #201: URL: https://github.com/apache/maven-resolver/pull/201#discussion_r995936078 ## maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/synccontext/DefaultSyncContextFactory.java: ## @@ -122,50 +114,39 @@ public void initService(

[jira] [Commented] (MRESOLVER-278) BREAKING: Make Session extend AutoCloseable (and introduce onCloseHandlers)

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617851#comment-17617851 ] ASF GitHub Bot commented on MRESOLVER-278: -- cstamas commented on code in PR #

[GitHub] [maven-resolver] cstamas commented on a diff in pull request #201: [MRESOLVER-278] Session close and onClose hooks

2022-10-14 Thread GitBox
cstamas commented on code in PR #201: URL: https://github.com/apache/maven-resolver/pull/201#discussion_r995934236 ## maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/checksum/SummaryFileTrustedChecksumsSource.java: ## @@ -201,41 +214,38 @@ private String calcu

[jira] [Commented] (MRESOLVER-278) BREAKING: Make Session extend AutoCloseable (and introduce onCloseHandlers)

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617852#comment-17617852 ] ASF GitHub Bot commented on MRESOLVER-278: -- cstamas commented on code in PR #

[GitHub] [maven-resolver] cstamas commented on a diff in pull request #201: [MRESOLVER-278] Session close and onClose hooks

2022-10-14 Thread GitBox
cstamas commented on code in PR #201: URL: https://github.com/apache/maven-resolver/pull/201#discussion_r995934644 ## maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/checksum/SummaryFileTrustedChecksumsSource.java: ## @@ -245,4 +255,35 @@ public void close()

[jira] [Commented] (MRESOLVER-278) BREAKING: Make Session extend AutoCloseable (and introduce onCloseHandlers)

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617849#comment-17617849 ] ASF GitHub Bot commented on MRESOLVER-278: -- cstamas commented on code in PR #

[GitHub] [maven-resolver] cstamas commented on a diff in pull request #201: [MRESOLVER-278] Session close and onClose hooks

2022-10-14 Thread GitBox
cstamas commented on code in PR #201: URL: https://github.com/apache/maven-resolver/pull/201#discussion_r995933797 ## maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/checksum/SummaryFileTrustedChecksumsSource.java: ## @@ -201,41 +214,38 @@ private String calcu

[jira] [Commented] (MRESOLVER-278) BREAKING: Make Session extend AutoCloseable (and introduce onCloseHandlers)

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617848#comment-17617848 ] ASF GitHub Bot commented on MRESOLVER-278: -- cstamas commented on code in PR #

[GitHub] [maven-resolver] cstamas commented on a diff in pull request #201: [MRESOLVER-278] Session close and onClose hooks

2022-10-14 Thread GitBox
cstamas commented on code in PR #201: URL: https://github.com/apache/maven-resolver/pull/201#discussion_r995932933 ## maven-resolver-api/src/test/java/org/eclipse/aether/DefaultRepositorySystemSessionTest.java: ## @@ -140,7 +140,10 @@ public void testCopyRepositorySystemSession(

[jira] [Commented] (MRESOLVER-278) BREAKING: Make Session extend AutoCloseable (and introduce onCloseHandlers)

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617847#comment-17617847 ] ASF GitHub Bot commented on MRESOLVER-278: -- cstamas commented on code in PR #

[GitHub] [maven-resolver] cstamas commented on a diff in pull request #201: [MRESOLVER-278] Session close and onClose hooks

2022-10-14 Thread GitBox
cstamas commented on code in PR #201: URL: https://github.com/apache/maven-resolver/pull/201#discussion_r995932176 ## maven-resolver-api/src/main/java/org/eclipse/aether/DefaultRepositorySystemSession.java: ## @@ -873,4 +888,41 @@ public Collection getTransformersForArtifact( A

[jira] [Commented] (MNG-7566) Allow a Maven plugin to require a Java version through its plugin descriptor

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617843#comment-17617843 ] ASF GitHub Bot commented on MNG-7566: - kwin commented on code in PR #827: URL: https://

[GitHub] [maven] kwin commented on a diff in pull request #827: [MNG-7566] Allow a Maven plugin to require a Java version

2022-10-14 Thread GitBox
kwin commented on code in PR #827: URL: https://github.com/apache/maven/pull/827#discussion_r995930768 ## maven-core/src/main/java/org/apache/maven/plugin/internal/MavenPluginMavenPrerequisiteChecker.java: ## @@ -0,0 +1,74 @@ +package org.apache.maven.plugin.internal; + +/* + *

[jira] [Commented] (MNG-7566) Allow a Maven plugin to require a Java version through its plugin descriptor

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617837#comment-17617837 ] ASF GitHub Bot commented on MNG-7566: - michael-o commented on code in PR #827: URL: htt

[jira] [Commented] (MNG-7566) Allow a Maven plugin to require a Java version through its plugin descriptor

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617838#comment-17617838 ] ASF GitHub Bot commented on MNG-7566: - michael-o commented on PR #827: URL: https://git

[GitHub] [maven] michael-o commented on a diff in pull request #827: [MNG-7566] Allow a Maven plugin to require a Java version

2022-10-14 Thread GitBox
michael-o commented on code in PR #827: URL: https://github.com/apache/maven/pull/827#discussion_r995925661 ## maven-core/src/main/java/org/apache/maven/plugin/internal/MavenPluginMavenPrerequisiteChecker.java: ## @@ -0,0 +1,74 @@ +package org.apache.maven.plugin.internal; + +/*

[GitHub] [maven] michael-o commented on pull request #827: [MNG-7566] Allow a Maven plugin to require a Java version

2022-10-14 Thread GitBox
michael-o commented on PR #827: URL: https://github.com/apache/maven/pull/827#issuecomment-1279206257 > > Stupid question: Does not prevent Invalid class version exception? I mean when the classes are already loaded then this is too late, no? > > Which classes are loaded already befor

[jira] [Commented] (MNG-7566) Allow a Maven plugin to require a Java version through its plugin descriptor

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617834#comment-17617834 ] ASF GitHub Bot commented on MNG-7566: - michael-o commented on code in PR #827: URL: htt

[jira] [Commented] (MNG-7566) Allow a Maven plugin to require a Java version through its plugin descriptor

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617835#comment-17617835 ] ASF GitHub Bot commented on MNG-7566: - michael-o commented on code in PR #827: URL: htt

[GitHub] [maven] michael-o commented on a diff in pull request #827: [MNG-7566] Allow a Maven plugin to require a Java version

2022-10-14 Thread GitBox
michael-o commented on code in PR #827: URL: https://github.com/apache/maven/pull/827#discussion_r995925177 ## maven-core/src/main/java/org/apache/maven/plugin/MavenPluginPrerequisiteChecker.java: ## @@ -0,0 +1,38 @@ +package org.apache.maven.plugin; + +/* + * Licensed to the Ap

[GitHub] [maven] michael-o commented on a diff in pull request #827: [MNG-7566] Allow a Maven plugin to require a Java version

2022-10-14 Thread GitBox
michael-o commented on code in PR #827: URL: https://github.com/apache/maven/pull/827#discussion_r995924592 ## maven-core/src/main/java/org/apache/maven/plugin/MavenPluginPrerequisiteChecker.java: ## @@ -0,0 +1,38 @@ +package org.apache.maven.plugin; + +/* + * Licensed to the Ap

[jira] [Commented] (MPLUGIN-391) Deprecate scripting support for mojos

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617832#comment-17617832 ] ASF GitHub Bot commented on MPLUGIN-391: michael-o commented on code in PR #150:

[GitHub] [maven-plugin-tools] michael-o commented on a diff in pull request #150: [MPLUGIN-391] Remove examples with scripting

2022-10-14 Thread GitBox
michael-o commented on code in PR #150: URL: https://github.com/apache/maven-plugin-tools/pull/150#discussion_r995923407 ## src/site/site.xml: ## @@ -19,8 +19,8 @@ specific language governing permissions and limitations under the License. --> -https://maven.apache.org/DECORA

[jira] [Commented] (MNG-7566) Allow a Maven plugin to require a Java version through its plugin descriptor

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617829#comment-17617829 ] ASF GitHub Bot commented on MNG-7566: - kwin commented on code in PR #827: URL: https://

[GitHub] [maven] kwin commented on a diff in pull request #827: [MNG-7566] Allow a Maven plugin to require a Java version

2022-10-14 Thread GitBox
kwin commented on code in PR #827: URL: https://github.com/apache/maven/pull/827#discussion_r995920948 ## maven-core/src/main/java/org/apache/maven/plugin/internal/MavenPluginMavenPrerequisiteChecker.java: ## @@ -0,0 +1,74 @@ +package org.apache.maven.plugin.internal; + +/* + *

[jira] [Commented] (MNG-7566) Allow a Maven plugin to require a Java version through its plugin descriptor

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617826#comment-17617826 ] ASF GitHub Bot commented on MNG-7566: - kwin commented on code in PR #827: URL: https://

[GitHub] [maven] kwin commented on a diff in pull request #827: [MNG-7566] Allow a Maven plugin to require a Java version

2022-10-14 Thread GitBox
kwin commented on code in PR #827: URL: https://github.com/apache/maven/pull/827#discussion_r995918956 ## maven-core/src/main/java/org/apache/maven/plugin/internal/MavenPluginJavaPrerequisiteChecker.java: ## @@ -0,0 +1,52 @@ +package org.apache.maven.plugin.internal; + +/* + * L

[GitHub] [maven] kwin commented on a diff in pull request #827: [MNG-7566] Allow a Maven plugin to require a Java version

2022-10-14 Thread GitBox
kwin commented on code in PR #827: URL: https://github.com/apache/maven/pull/827#discussion_r995917735 ## maven-core/src/main/java/org/apache/maven/plugin/MavenPluginPrerequisiteChecker.java: ## @@ -0,0 +1,38 @@ +package org.apache.maven.plugin; + +/* + * Licensed to the Apache

[jira] [Commented] (MNG-7566) Allow a Maven plugin to require a Java version through its plugin descriptor

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617821#comment-17617821 ] ASF GitHub Bot commented on MNG-7566: - kwin commented on code in PR #827: URL: https://

[jira] [Commented] (MNG-7566) Allow a Maven plugin to require a Java version through its plugin descriptor

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617824#comment-17617824 ] ASF GitHub Bot commented on MNG-7566: - kwin commented on code in PR #827: URL: https://

[GitHub] [maven] kwin commented on a diff in pull request #827: [MNG-7566] Allow a Maven plugin to require a Java version

2022-10-14 Thread GitBox
kwin commented on code in PR #827: URL: https://github.com/apache/maven/pull/827#discussion_r995916781 ## maven-core/src/main/java/org/apache/maven/plugin/MavenPluginPrerequisiteChecker.java: ## @@ -0,0 +1,38 @@ +package org.apache.maven.plugin; + +/* + * Licensed to the Apache

[jira] [Commented] (MPLUGIN-391) Deprecate scripting support for mojos

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617818#comment-17617818 ] ASF GitHub Bot commented on MPLUGIN-391: slawekjaranowski opened a new pull requ

[GitHub] [maven-plugin-tools] slawekjaranowski opened a new pull request, #150: [MPLUGIN-391] Remove examples with scripting

2022-10-14 Thread GitBox
slawekjaranowski opened a new pull request, #150: URL: https://github.com/apache/maven-plugin-tools/pull/150 As scripting support was deprecated we can also remove examples to not teach users how to use it -- This is an automated message from the Apache Git Service. To respond to the mess

[jira] [Commented] (MPLUGIN-423) Extract plugin report into its own plugin

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617804#comment-17617804 ] ASF GitHub Bot commented on MPLUGIN-423: slawekjaranowski commented on PR #147:

[GitHub] [maven-plugin-tools] slawekjaranowski commented on pull request #147: [MPLUGIN-423] Extract plugin report into its own plugin and deprecate the previous one

2022-10-14 Thread GitBox
slawekjaranowski commented on PR #147: URL: https://github.com/apache/maven-plugin-tools/pull/147#issuecomment-1279156616 Please update documentation `maven-plugin-plugin/src/site/apt/examples/generate-report.apt.vm` -- This is an automated message from the Apache Git Service. To respond

[GitHub] [maven-plugin-tools] gnodet merged pull request #148: Bump qdox from 2.0.2 to 2.0.3

2022-10-14 Thread GitBox
gnodet merged PR #148: URL: https://github.com/apache/maven-plugin-tools/pull/148 -- 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...@mav

[GitHub] [maven-indexer] cstamas closed pull request #204: [MINDEXER-121] Rework resource handling in IndexReader

2022-10-14 Thread GitBox
cstamas closed pull request #204: [MINDEXER-121] Rework resource handling in IndexReader URL: https://github.com/apache/maven-indexer/pull/204 -- 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 spe

[jira] [Commented] (MNG-7566) Allow a Maven plugin to require a Java version through its plugin descriptor

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617795#comment-17617795 ] ASF GitHub Bot commented on MNG-7566: - kwin commented on PR #827: URL: https://github.c

[jira] [Updated] (MINDEXER-152) BREAKING: Rework index-reader APIs

2022-10-14 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MINDEXER-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MINDEXER-152: - Description: Rework and make it more straightforward for end users, especially re issue

[GitHub] [maven] kwin commented on pull request #827: [MNG-7566] Allow a Maven plugin to require a Java version

2022-10-14 Thread GitBox
kwin commented on PR #827: URL: https://github.com/apache/maven/pull/827#issuecomment-1279137428 > Stupid question: Does not prevent Invalid class version exception? I mean when the classes are already loaded then this is too late, no? Which classes are loaded already before prerequis

[jira] [Commented] (MRESOLVER-278) BREAKING: Make Session extend AutoCloseable (and introduce onCloseHandlers)

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617793#comment-17617793 ] ASF GitHub Bot commented on MRESOLVER-278: -- gnodet commented on code in PR #2

[jira] [Updated] (MINDEXER-152) BREAKING: Rework index-reader APIs

2022-10-14 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MINDEXER-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MINDEXER-152: - Summary: BREAKING: Rework index-reader APIs (was: Rework index-reader APIs) > BREAKING

[GitHub] [maven-resolver] gnodet commented on a diff in pull request #201: [MRESOLVER-278] Session close and onClose hooks

2022-10-14 Thread GitBox
gnodet commented on code in PR #201: URL: https://github.com/apache/maven-resolver/pull/201#discussion_r995868188 ## maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/checksum/SummaryFileTrustedChecksumsSource.java: ## @@ -201,41 +214,38 @@ private String calcul

[jira] [Commented] (MRESOLVER-278) BREAKING: Make Session extend AutoCloseable (and introduce onCloseHandlers)

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617790#comment-17617790 ] ASF GitHub Bot commented on MRESOLVER-278: -- gnodet commented on code in PR #2

[GitHub] [maven-resolver] gnodet commented on a diff in pull request #201: [MRESOLVER-278] Session close and onClose hooks

2022-10-14 Thread GitBox
gnodet commented on code in PR #201: URL: https://github.com/apache/maven-resolver/pull/201#discussion_r995866800 ## maven-resolver-api/src/main/java/org/eclipse/aether/RepositorySystemSession.java: ## @@ -271,4 +272,57 @@ @Deprecated FileTransformerManager getFileTran

[jira] [Commented] (MINDEXER-171) Support SHA256 and SHA512 HashType

2022-10-14 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/MINDEXER-171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617787#comment-17617787 ] Hudson commented on MINDEXER-171: - Build succeeded in Jenkins: Maven » Maven TLP » mave

[jira] [Closed] (MINDEXER-171) Support SHA256 and SHA512 HashType

2022-10-14 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MINDEXER-171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MINDEXER-171. Assignee: Tamas Cservenak Resolution: Fixed > Support SHA256 and SHA512 HashType >

[GitHub] [maven-indexer] cstamas merged pull request #253: MINDEXER-171 Support SHA256 and SHA512 HashType

2022-10-14 Thread GitBox
cstamas merged PR #253: URL: https://github.com/apache/maven-indexer/pull/253 -- 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.a

[jira] [Updated] (MNG-7568) [WARNING] The requested profile "ABCDEF" could not be activated because it does not exist.

2022-10-14 Thread Piotr Zygielo (Jira)
[ https://issues.apache.org/jira/browse/MNG-7568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Zygielo updated MNG-7568: --- Affects Version/s: 3.8.6 > [WARNING] The requested profile "ABCDEF" could not be activated because it

[jira] [Created] (MNG-7568) [WARNING] The requested profile "ABCDEF" could not be activated because it does not exist.

2022-10-14 Thread Piotr Zygielo (Jira)
Piotr Zygielo created MNG-7568: -- Summary: [WARNING] The requested profile "ABCDEF" could not be activated because it does not exist. Key: MNG-7568 URL: https://issues.apache.org/jira/browse/MNG-7568 Proj

[jira] [Commented] (MNG-7098) Project counter should be cumulative when using resume

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617754#comment-17617754 ] ASF GitHub Bot commented on MNG-7098: - MartinKanters commented on PR #804: URL: https:/

[GitHub] [maven] MartinKanters commented on pull request #804: [MNG-7098] Keep the project counter intact when resuming a multi-module project.

2022-10-14 Thread GitBox
MartinKanters commented on PR #804: URL: https://github.com/apache/maven/pull/804#issuecomment-1279068679 Thanks for the review and merge @gnodet and @michael-o ! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[jira] [Commented] (MNG-7566) Allow a Maven plugin to require a Java version through its plugin descriptor

2022-10-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617753#comment-17617753 ] ASF GitHub Bot commented on MNG-7566: - michael-o commented on code in PR #827: URL: htt

[GitHub] [maven] michael-o commented on a diff in pull request #827: [MNG-7566] Allow a Maven plugin to require a Java version

2022-10-14 Thread GitBox
michael-o commented on code in PR #827: URL: https://github.com/apache/maven/pull/827#discussion_r995798745 ## maven-core/src/main/java/org/apache/maven/plugin/MavenPluginPrerequisiteChecker.java: ## @@ -0,0 +1,38 @@ +package org.apache.maven.plugin; + +/* + * Licensed to the Ap

[jira] [Updated] (MINDEXER-171) Support SHA256 and SHA512 HashType

2022-10-14 Thread Grzegorz Smardzewski (Jira)
[ https://issues.apache.org/jira/browse/MINDEXER-171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grzegorz Smardzewski updated MINDEXER-171: -- Description: The M2GavCalculator only supports .sha1 and .md5 checksum files.

[GitHub] [maven-indexer] GrzegorzSmardzewskiAllegro commented on pull request #253: MINDEXER-171 Support SHA256 and SHA512 HashType

2022-10-14 Thread GitBox
GrzegorzSmardzewskiAllegro commented on PR #253: URL: https://github.com/apache/maven-indexer/pull/253#issuecomment-1279065891 I edited the [original issue](https://issues.apache.org/jira/browse/MINDEXER-171) with additional details. -- This is an automated message from the Apache Git Se

  1   2   >