From ea33cc2f7d33f806459b44377a2684286c5bf676 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 3 May 2017 13:09:52 +0200 Subject: [PATCH] Deprecated MustacheCompilerFactoryBean Closes gh-8999 --- .../autoconfigure/mustache/MustacheCompilerFactoryBean.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/mustache/MustacheCompilerFactoryBean.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/mustache/MustacheCompilerFactoryBean.java index 2a66eba805..a6dd265747 100644 --- a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/mustache/MustacheCompilerFactoryBean.java +++ b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/mustache/MustacheCompilerFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -33,7 +33,9 @@ import org.springframework.beans.factory.FactoryBean; * @author Dave Syer * @since 1.2.2 * @see MustacheResourceTemplateLoader + * @deprecated as of 1.5 */ +@Deprecated public class MustacheCompilerFactoryBean implements FactoryBean { private String delims;