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 14
14
* limitations under the License.
15
15
*/
16
16
17
- package org .springframework .boot .context . config ;
17
+ package org .springframework .boot .support ;
18
18
19
19
import org .springframework .boot .ansi .AnsiOutput ;
20
20
import org .springframework .boot .ansi .AnsiOutput .Enabled ;
21
21
import org .springframework .boot .context .event .ApplicationEnvironmentPreparedEvent ;
22
22
import org .springframework .boot .context .properties .bind .Binder ;
23
- import org .springframework .boot .support .EnvironmentPostProcessorApplicationListener ;
24
23
import org .springframework .context .ApplicationListener ;
25
24
import org .springframework .core .Ordered ;
26
25
import org .springframework .core .env .ConfigurableEnvironment ;
32
31
*
33
32
* @author Raphael von der Grün
34
33
* @author Madhura Bhave
35
- * @since 1.2 .0
34
+ * @since 4.0 .0
36
35
*/
37
36
public class AnsiOutputApplicationListener
38
37
implements ApplicationListener <ApplicationEnvironmentPreparedEvent >, Ordered {
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ org.springframework.context.ApplicationListener=\
40
40
org.springframework.boot.ClearCachesApplicationListener,\
41
41
org.springframework.boot.builder.ParentContextCloserApplicationListener,\
42
42
org.springframework.boot.context.FileEncodingApplicationListener,\
43
- org.springframework.boot.context.config.AnsiOutputApplicationListener,\
44
43
org.springframework.boot.context.logging.LoggingApplicationListener,\
44
+ org.springframework.boot.support.AnsiOutputApplicationListener,\
45
45
org.springframework.boot.support.EnvironmentPostProcessorApplicationListener
46
46
47
47
# Environment Post Processors
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package org .springframework .boot .context . config ;
17
+ package org .springframework .boot .support ;
18
18
19
19
import java .util .HashMap ;
20
20
import java .util .Map ;
Original file line number Diff line number Diff line change 24
24
import org .springframework .boot .ResourceBanner ;
25
25
import org .springframework .boot .SpringApplication ;
26
26
import org .springframework .boot .WebApplicationType ;
27
- import org .springframework .boot .context .config .AnsiOutputApplicationListener ;
28
27
import org .springframework .boot .context .config .ConfigDataEnvironmentPostProcessor ;
29
28
import org .springframework .boot .context .logging .LoggingApplicationListener ;
30
29
import org .springframework .boot .devtools .remote .client .RemoteClientConfiguration ;
31
30
import org .springframework .boot .devtools .restart .RestartInitializer ;
32
31
import org .springframework .boot .devtools .restart .RestartScopeInitializer ;
33
32
import org .springframework .boot .devtools .restart .Restarter ;
33
+ import org .springframework .boot .support .AnsiOutputApplicationListener ;
34
34
import org .springframework .boot .support .EnvironmentPostProcessorApplicationListener ;
35
35
import org .springframework .boot .support .EnvironmentPostProcessorsFactory ;
36
36
import org .springframework .context .ApplicationContextInitializer ;
You can’t perform that action at this time.
0 commit comments