File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
java/org/springframework/boot/support
test/java/org/springframework/boot/support
module/spring-boot-devtools/src/main/java/org/springframework/boot/devtools Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package org .springframework .boot .context . config ;
17+ package org .springframework .boot .support ;
1818
1919import org .springframework .boot .ansi .AnsiOutput ;
2020import org .springframework .boot .ansi .AnsiOutput .Enabled ;
2121import org .springframework .boot .context .event .ApplicationEnvironmentPreparedEvent ;
2222import org .springframework .boot .context .properties .bind .Binder ;
23- import org .springframework .boot .support .EnvironmentPostProcessorApplicationListener ;
2423import org .springframework .context .ApplicationListener ;
2524import org .springframework .core .Ordered ;
2625import org .springframework .core .env .ConfigurableEnvironment ;
3231 *
3332 * @author Raphael von der Grün
3433 * @author Madhura Bhave
35- * @since 1.2 .0
34+ * @since 4.0 .0
3635 */
3736public class AnsiOutputApplicationListener
3837 implements ApplicationListener <ApplicationEnvironmentPreparedEvent >, Ordered {
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ org.springframework.context.ApplicationListener=\
4040org.springframework.boot.ClearCachesApplicationListener,\
4141org.springframework.boot.builder.ParentContextCloserApplicationListener,\
4242org.springframework.boot.context.FileEncodingApplicationListener,\
43- org.springframework.boot.context.config.AnsiOutputApplicationListener,\
4443org.springframework.boot.context.logging.LoggingApplicationListener,\
44+ org.springframework.boot.support.AnsiOutputApplicationListener,\
4545org.springframework.boot.support.EnvironmentPostProcessorApplicationListener
4646
4747# Environment Post Processors
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package org .springframework .boot .context . config ;
17+ package org .springframework .boot .support ;
1818
1919import java .util .HashMap ;
2020import java .util .Map ;
Original file line number Diff line number Diff line change 2424import org .springframework .boot .ResourceBanner ;
2525import org .springframework .boot .SpringApplication ;
2626import org .springframework .boot .WebApplicationType ;
27- import org .springframework .boot .context .config .AnsiOutputApplicationListener ;
2827import org .springframework .boot .context .config .ConfigDataEnvironmentPostProcessor ;
2928import org .springframework .boot .context .logging .LoggingApplicationListener ;
3029import org .springframework .boot .devtools .remote .client .RemoteClientConfiguration ;
3130import org .springframework .boot .devtools .restart .RestartInitializer ;
3231import org .springframework .boot .devtools .restart .RestartScopeInitializer ;
3332import org .springframework .boot .devtools .restart .Restarter ;
33+ import org .springframework .boot .support .AnsiOutputApplicationListener ;
3434import org .springframework .boot .support .EnvironmentPostProcessorApplicationListener ;
3535import org .springframework .boot .support .EnvironmentPostProcessorsFactory ;
3636import org .springframework .context .ApplicationContextInitializer ;
You can’t perform that action at this time.
0 commit comments