Skip to content

Commit

Permalink
[MRESOLVER-454] Remove the gone method from page (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Dec 13, 2023
1 parent ac717e2 commit 57bd1c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/site/markdown/upgrading-resolver.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 57bd1c2

Please sign in to comment.