Skip to content

Commit

Permalink
[MRESOLVER-244] Deprecate FileTransformer API
Browse files Browse the repository at this point in the history
Left by mistake out of 1c79c4f
  • Loading branch information
cstamas committed Apr 11, 2022
1 parent 4b9255b commit 915186d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,10 @@ public interface RepositorySystemSession
* Get the file transformer manager
*
* @return the manager, never {@code null}
* @deprecated Without any direct replacement for now. This API is OOM-prone, and also lacks a lot of context about
* transforming.
*/
@Deprecated
FileTransformerManager getFileTransformerManager();

}

0 comments on commit 915186d

Please sign in to comment.