[
https://issues.apache.org/jira/browse/MNG-7673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17681492#comment-17681492
]
ASF GitHub Bot commented on MNG-7673:
-
gnodet opened a new pull request, #972:
URL: htt
gnodet opened a new pull request, #972:
URL: https://github.com/apache/maven/pull/972
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
Guillaume Nodet created MNG-7673:
Summary: IllegalArgumentException thrown for invalid checksum
'never'
Key: MNG-7673
URL: https://issues.apache.org/jira/browse/MNG-7673
Project: Maven
Issue
slawekjaranowski opened a new pull request, #171:
URL: https://github.com/apache/maven-invoker-plugin/pull/171
InstallMojo should be refactored according to MINVOKER-313
---
Following this checklist to help us incorporate your
contribution quickly and easily:
- [x] M
slawekjaranowski commented on PR #35:
URL:
https://github.com/apache/maven-deploy-plugin/pull/35#issuecomment-1407126412
There are two code paths:
- number of threads <= 1 - collect all artifacts from all module and call
in **one** request for Resolver
- number of threads > 1 - crea
[
https://issues.apache.org/jira/browse/MINVOKER-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Slawomir Jaranowski reassigned MINVOKER-319:
Assignee: Slawomir Jaranowski
> Invoker Install fail with Maven 4.0.0-al
[
https://issues.apache.org/jira/browse/MINVOKER-313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Slawomir Jaranowski reassigned MINVOKER-313:
Assignee: (was: Slawomir Jaranowski)
> Get rid of maven-artifact-tra
Slawomir Jaranowski created MINVOKER-319:
Summary: Invoker Install fail with Maven 4.0.0-alpha-4
Key: MINVOKER-319
URL: https://issues.apache.org/jira/browse/MINVOKER-319
Project: Maven Invoker
slawekjaranowski opened a new pull request, #240:
URL: https://github.com/apache/maven-enforcer/pull/240
And a little error message improvement
---
Following this checklist to help us incorporate your
contribution quickly and easily:
- [x] Make sure there is a [JIRA
gnodet commented on PR #35:
URL:
https://github.com/apache/maven-deploy-plugin/pull/35#issuecomment-1407031604
> @slawekjaranowski the code for multi-threaded deploy should work if the
number of threads is set to `1`. Should we just use a single code path for both
?
In case we reall
gnodet commented on PR #35:
URL:
https://github.com/apache/maven-deploy-plugin/pull/35#issuecomment-1407025183
@slawekjaranowski the code for multi-threaded deploy should work if the
number of threads is set to `1`. Should we just use a single code path for
both ?
--
This is an automat
[
https://issues.apache.org/jira/browse/MCHECKSTYLE-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17681447#comment-17681447
]
Magnus Reftel commented on MCHECKSTYLE-425:
---
Attaching testcase. The direc
[
https://issues.apache.org/jira/browse/MCHECKSTYLE-425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Magnus Reftel updated MCHECKSTYLE-425:
--
Attachment: testcase.zip
> Checkstyle runs fail with "Path contains invalid charac
[
https://issues.apache.org/jira/browse/MENFORCER-461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Slawomir Jaranowski updated MENFORCER-461:
--
Component/s: Standard Rules
> NPE in RequirePluginVersions
> ---
[
https://issues.apache.org/jira/browse/MENFORCER-422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Slawomir Jaranowski updated MENFORCER-422:
--
Component/s: Standard Rules
> Support declaring external banned dependencies
[
https://issues.apache.org/jira/browse/MRESOLVER-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17681403#comment-17681403
]
Michael Osipov commented on MRESOLVER-316:
--
There is already a similar issue
vfedoriv commented on PR #236:
URL: https://github.com/apache/maven-resolver/pull/236#issuecomment-1406752963
@cstamas Thanks a lot for your help and fast feedback.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
cstamas commented on PR #236:
URL: https://github.com/apache/maven-resolver/pull/236#issuecomment-1406737583
Few perf related tips (and then am out for today):
* Use latest 1.9.4 release of resolver
* We could not measure perf diff on DF (original) and BF (new) collector,
but user repo
[
https://issues.apache.org/jira/browse/MRESOLVER-316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tamas Cservenak updated MRESOLVER-316:
--
Description:
When collecting {{org.webjars.npm:musquette:1.1.1}} the DF collector (t
cstamas commented on PR #236:
URL: https://github.com/apache/maven-resolver/pull/236#issuecomment-1406708746
The snippet changes I have locally: switch to BF collector and using
musquette artifact:
```diff
diff --git
a/maven-resolver-demos/maven-resolver-demo-snippets/src/main/jav
vfedoriv commented on PR #236:
URL: https://github.com/apache/maven-resolver/pull/236#issuecomment-1406701708
Well, it's not really a "pure" maven artifact based on a java package.
It's a mutant, created from npm package
https://www.npmjs.com/package/musquette using https://www.webjars.o
Tamas Cservenak created MRESOLVER-316:
-
Summary: DF collector enters endless loop when collecting
org.webjars.npm:musquette:1.1.1
Key: MRESOLVER-316
URL: https://issues.apache.org/jira/browse/MRESOLVER-316
cstamas commented on PR #236:
URL: https://github.com/apache/maven-resolver/pull/236#issuecomment-1406695879
Created bug https://issues.apache.org/jira/browse/MRESOLVER-316
This PR is -1 for me, as this would treat the symptom (stopping endless
loop), while IMHO the actual cause shoul
cstamas commented on PR #236:
URL: https://github.com/apache/maven-resolver/pull/236#issuecomment-1406689501
To switch to BF (breadth first) collector set config property like this:
```
session.setConfigProperty("aether.dependencyCollector.impl",
BfDependencyCollector.NAME );
```
cstamas commented on PR #236:
URL: https://github.com/apache/maven-resolver/pull/236#issuecomment-1406676846
Switch to BF collector and you will get an error:
```
Could not resolve version conflict among
[org.webjars.npm:musquette:jar:1.1.1 ->
org.webjars.npm:minimist:jar:[0.2.1,0.3),
cstamas commented on PR #236:
URL: https://github.com/apache/maven-resolver/pull/236#issuecomment-1406655501
Could you elaborate a bit more the "musquette has dependencies that in the
dependencies resolving process lead to being stuck in an infinite loop"?
--
This is an automated message
[
https://issues.apache.org/jira/browse/MNG-7598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17681368#comment-17681368
]
ASF GitHub Bot commented on MNG-7598:
-
gnodet merged PR #971:
URL: https://github.com/a
[
https://issues.apache.org/jira/browse/MNG-7598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet closed MNG-7598.
Resolution: Fixed
> Enforce binary backwards-compatibility with Maven 3 of all exported packages
> --
gnodet merged PR #971:
URL: https://github.com/apache/maven/pull/971
--
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
[
https://issues.apache.org/jira/browse/MNG-7543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet closed MNG-7543.
Resolution: Fixed
> Upgrade JUnit Jupiter Version 5.9.1
> ---
>
>
[
https://issues.apache.org/jira/browse/MNG-7543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17681363#comment-17681363
]
ASF GitHub Bot commented on MNG-7543:
-
gnodet merged PR #837:
URL: https://github.com/a
gnodet merged PR #837:
URL: https://github.com/apache/maven/pull/837
--
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
vfedoriv opened a new pull request, #236:
URL: https://github.com/apache/maven-resolver/pull/236
Hello.
In the scope of our project (https://central.sonatype.dev - new (beta)
version of https://search.maven.org) we do parsing pom-s for transitive
dependencies, using Maven Resolver.
It
[
https://issues.apache.org/jira/browse/MNG-7653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet updated MNG-7653:
-
Fix Version/s: 4.0.x-candidate
(was: 4.0.0-alpha-4)
> Integrate resolver onS
[
https://issues.apache.org/jira/browse/MNG-6437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet updated MNG-6437:
-
Fix Version/s: 4.0.x-candidate
(was: 4.0.0-alpha-4)
> Generic .uri suffix to
[
https://issues.apache.org/jira/browse/MNG-7228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet updated MNG-7228:
-
Fix Version/s: 4.0.x-candidate
(was: 4.0.0-alpha-4)
> MavenProject.getOrigin
[
https://issues.apache.org/jira/browse/MNG-7046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet updated MNG-7046:
-
Fix Version/s: 4.0.x-candidate
(was: 4.0.0-alpha-4)
> Revert MNG-5639 and ma
[
https://issues.apache.org/jira/browse/MNG-7422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet updated MNG-7422:
-
Fix Version/s: 4.0.x-candidate
(was: 4.0.0-alpha-4)
> Remove dependency to g
[
https://issues.apache.org/jira/browse/MNG-7456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet closed MNG-7456.
Fix Version/s: (was: 4.0.0)
(was: 4.0.0-alpha-4)
Resolution: Won't F
[
https://issues.apache.org/jira/browse/MNG-7672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet updated MNG-7672:
-
Fix Version/s: 4.0.0
(was: 4.0.0-alpha-4)
> Aggregate goals executed in a su
[
https://issues.apache.org/jira/browse/MNG-7604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet updated MNG-7604:
-
Fix Version/s: (was: 4.0.0-alpha-4)
> Removal of pom.* interpolation makes some older plugins d
[
https://issues.apache.org/jira/browse/MSCRIPTING-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17681311#comment-17681311
]
Robert Scholte commented on MSCRIPTING-11:
--
I think in both cases the answer
[
https://issues.apache.org/jira/browse/MSCRIPTING-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17681285#comment-17681285
]
Hüseyin Kartal commented on MSCRIPTING-11:
--
I understand. But credentials can
gnodet opened a new pull request, #971:
URL: https://github.com/apache/maven/pull/971
- Split the header on two lines
- Properly delegates equals/hashCode to the v4 models
- Introduce object tracking in settings / toolchains
- Get back to a single template for v3 models
- Switch s
[
https://issues.apache.org/jira/browse/SUREFIRE-2147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Geoff Soutter updated SUREFIRE-2147:
Description:
h3. Description of the issue
I created a simple example of JUnit5 DynamicC
[
https://issues.apache.org/jira/browse/SUREFIRE-2147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Geoff Soutter updated SUREFIRE-2147:
Description:
h3. Description of the issue
I created a simple example of JUnit5 DynamicC
[
https://issues.apache.org/jira/browse/SUREFIRE-2147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Geoff Soutter updated SUREFIRE-2147:
Description:
h3. Description of the issue
I created a simple example of JUnit5 DynamicC
[
https://issues.apache.org/jira/browse/SUREFIRE-2144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17681251#comment-17681251
]
Geoff Soutter commented on SUREFIRE-2144:
-
I created SUREFURE-2147 to try and
[
https://issues.apache.org/jira/browse/SUREFIRE-2144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17681251#comment-17681251
]
Geoff Soutter edited comment on SUREFIRE-2144 at 1/27/23 9:28 AM:
--
Christoph Läubrich created MCOMPILER-524:
Summary: Please use usefull defaults
Key: MCOMPILER-524
URL: https://issues.apache.org/jira/browse/MCOMPILER-524
Project: Maven Compiler Plugin
raboof opened a new pull request, #373:
URL: https://github.com/apache/maven-site/pull/373
To make it easier for users to understand what to expect, and for security
researchers to decide where to focus their efforts.
I guess we could add further nuance when describing particular secu
[
https://issues.apache.org/jira/browse/MNG-7672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17681239#comment-17681239
]
ASF GitHub Bot commented on MNG-7672:
-
gnodet commented on PR #968:
URL: https://github
gnodet commented on PR #968:
URL: https://github.com/apache/maven/pull/968#issuecomment-1406193502
> Interesting fact; this PR fixes code added to Maven 3.0-RC1 (!!!) but the
Javadoc for aggregator says literally this what this PR introduces (so the two
was not aligned since 3.0-RC1):
http
[
https://issues.apache.org/jira/browse/MSCRIPTING-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17681236#comment-17681236
]
Robert Scholte commented on MSCRIPTING-11:
--
I don't understand this request?
[
https://issues.apache.org/jira/browse/MCHECKSTYLE-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MCHECKSTYLE-415.
--
Fix Version/s: (was: waiting-for-feedback)
Resolution: Not A Problem
>
[
https://issues.apache.org/jira/browse/MNG-7672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17681226#comment-17681226
]
ASF GitHub Bot commented on MNG-7672:
-
cstamas commented on PR #968:
URL: https://githu
cstamas commented on PR #968:
URL: https://github.com/apache/maven/pull/968#issuecomment-1406165373
Interesting fact; this PR fixes code added to Maven 3.0-RC1 (!!!) but the
Javadoc for aggregator says literally this what this PR introduces (so the two
was not aligned since 3.0-RC1):
https
57 matches
Mail list logo