This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-resolver.git
The following commit(s) were added to refs/heads/master by this push: new 57bd1c27 [MRESOLVER-454] Remove the gone method from page (#397) 57bd1c27 is described below commit 57bd1c270d38b16012aad1bd46fdc4e7308d5bce Author: Tamas Cservenak <ta...@cservenak.net> AuthorDate: Thu Dec 14 00:25:18 2023 +0100 [MRESOLVER-454] Remove the gone method from page (#397) Method is removed in alpha-4 --- https://issues.apache.org/jira/browse/MRESOLVER-454 --- src/site/markdown/upgrading-resolver.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/site/markdown/upgrading-resolver.md b/src/site/markdown/upgrading-resolver.md index 83c47921..a76b6bc3 100644 --- a/src/site/markdown/upgrading-resolver.md +++ b/src/site/markdown/upgrading-resolver.md @@ -46,5 +46,4 @@ Required changes in **client code managing Resolver 2.x**: * handle sessions as resources: each created instance should be closed once finished their use. * session instances created by given `RepositorySystem` should be used only with that same instance. * to shallow-copy session instances (for alteration purposes) using existing `DefaultRepositorySystemSession` copy constructor is acceptable (this is what Mojos do). -* to shallow-copy session instances (for alteration purposes) there is `CloseableSession#copy` method as well, if closeable session is needed. * to shallow-copy session instances but have new lifecycle as well, use `SessionBuilder#withRepositorySystemSession` on newly created builder instances.