Skip to content

Commit

Permalink
Fixes issue #3357 - Deprecate TEMPDIR extension (#3368)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Apr 24, 2023
1 parent 750b710 commit a6d5fc5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
* The WebApplicationExtension that adds the StandardTempDirInitializer.
*
* @author Manfred Riem ([email protected])
* @deprecated
*/
@Deprecated(since = "23.5.0", forRemoval = true)
public class TempDirExtension implements WebApplicationExtension {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
* file system and sets the context attribute to point to that directory.
*
* @author Manfred Riem ([email protected])
* @deprecated
*/
@Deprecated(since = "23.5.0", forRemoval = true)
public class TempDirInitializer implements ServletContainerInitializer {

/**
Expand Down
2 changes: 2 additions & 0 deletions extension/tempdir/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
* This module delivers the TEMPDIR extension.
*
* @author Manfred Riem ([email protected])
* @deprecated
*/
@Deprecated(since = "23.5.0", forRemoval = true)
module cloud.piranha.extension.tempdir {

exports cloud.piranha.extension.tempdir;
Expand Down

0 comments on commit a6d5fc5

Please sign in to comment.