Skip to content

Closeable session#821

Closed
cstamas wants to merge 200 commits intoapache:masterfrom
cstamas:session-close
Closed

Closeable session#821
cstamas wants to merge 200 commits intoapache:masterfrom
cstamas:session-close

Conversation

@cstamas
Copy link
Copy Markdown
Member

@cstamas cstamas commented Oct 11, 2022

Just an experiment on top of apache/maven-resolver#201

michael-o and others added 30 commits March 16, 2021 17:59
if attached artifacts already contains the artifact remove it and add the new one

Signed-off-by: olivier lamy <olamy@apache.org>
The plugin key is build as combination of artifactId and groupId but not
updated if either of these two ids change.
This can be a problem if artifactId or groupId is a variable. The calculated
key will likely contain the unresolved property and is not updated once the
variable is interpolated.

This closes apache#372
This fixes following bug and also consistent with another 'cd /d "%EXEC_DIR%"' a few lines above.
When you're on the root of some disk running mvn.cmd prints an extra line with current dir before the correct output

Closes apache#304
…lePath

Signed-off-by: rfscholte <rfscholte@apache.org>
(cherry picked from commit 73e00ed)

This closes apache#482
Don't compare baseDir in a canonical form when the second comparing value
(System.getProperty( "user.dir" )) is not canonicalized.

This closes apache#361
…lified on Windows

The removed 'stripMHome' recursive function is not needed anymore

This closes apache#307
michael-o and others added 28 commits May 30, 2022 22:50
Update parent POM to v 36, remove redundant bits.
… latest version

We can safely remove Commons IO altogether because it is not used in any direct or
transitive usecase at compile time or runtime.

This closes apache#771
Add args directly after the class name and leave users the option to override
with maven.config or CLI args.

This closes apache#782
…sion scope (apache#743)

* [MNG-7474] SessionScoped beans should be singletons for a given session

Now that the Session is not cloned anymore, we can revert to the original
(Maven < 3.3) behavior of the session scoped components.

Co-authored-by: Christoph Läubrich <christoph@laeubi-soft.de>

This closes apache#743

* Remove setting a value which is the default already

Co-authored-by: Christoph Läubrich <christoph@laeubi-soft.de>
…esolver

Co-authored-by: Jacques-Etienne Beaudet <jebeaudet@gmail.com>

This closes apache#776
Ensure that any versions resolved as part of a version range request
only reference repositories that are actually enabled for the type of
version (SNAPSHOT versions against snapshot repos, release versions
against release repositories).
Structure the version checks slightly different to make the separation
between repository versions and the version range resolution clearer.

Backport from master branch
(cherry picked from commit 5502c0c)
…pache#815)

* Make sure RAT plugin ignores files in the target folder
* Fix gitignore so that it can work with rat, do not inherit execution in children, use a single place to configure rat
* Exclude .asf.yaml from rat check
* Add repo/ to the .gitignore file as it's often used for local repository
@cstamas cstamas self-assigned this Oct 11, 2022
@cstamas cstamas closed this Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.