Skip to content

Commit

Permalink
Deprecate CorsOriginConverter
Browse files Browse the repository at this point in the history
  • Loading branch information
dstepanov committed Jan 3, 2024
1 parent 36e7e18 commit 121ee26
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 59 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
* @author James Kleeh
* @author Graeme Rocher
* @since 1.0
* @deprecated The converter is not needed
*/
@Deprecated(forRemoval = true, since = "4.3.0")
@Internal
public class CorsOriginConverter implements TypeConverter<Map<String, Object>, CorsOriginConfiguration> {

Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 121ee26

Please sign in to comment.