Skip to content

Commit

Permalink
adding deprecation warning to JSON and XML as this plugin is being ph…
Browse files Browse the repository at this point in the history
…ased out
  • Loading branch information
davydotcom committed Jul 1, 2020
1 parent d9b84bd commit 0fa91be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/groovy/grails/converters/JSON.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
* @author Siegfried Puchbauer
* @author Graeme Rocher
*/
@Deprecated
public class JSON extends AbstractConverter<JSONWriter> implements IncludeExcludeConverter<JSONWriter> {

private final static Log log = LogFactory.getLog(JSON.class);
Expand Down
1 change: 1 addition & 0 deletions src/main/groovy/grails/converters/XML.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
* @author Siegfried Puchbauer
* @author Graeme Rocher
*/
@Deprecated
public class XML extends AbstractConverter<XMLStreamWriter> implements IncludeExcludeConverter<XMLStreamWriter> {

public static final Log log = LogFactory.getLog(XML.class);
Expand Down

0 comments on commit 0fa91be

Please sign in to comment.