Move CodecCustomizer into spring-boot-http-codec

This commit is contained in:
Andy Wilkinson
2025-05-06 10:18:23 +01:00
committed by Phillip Webb
parent c33ee45ba2
commit 82b90c420c
18 changed files with 44 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2021 the original author or authors.
* Copyright 2012-2025 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.
@@ -16,7 +16,7 @@
package org.springframework.boot.docs.web.reactive.webflux.httpcodecs;
import org.springframework.boot.web.codec.CodecCustomizer;
import org.springframework.boot.http.codec.CodecCustomizer;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.http.codec.ServerSentEventHttpMessageReader;

View File

@@ -16,7 +16,7 @@
package org.springframework.boot.docs.web.reactive.webflux.httpcodecs
import org.springframework.boot.web.codec.CodecCustomizer
import org.springframework.boot.http.codec.CodecCustomizer
import org.springframework.context.annotation.Bean
import org.springframework.http.codec.CodecConfigurer
import org.springframework.http.codec.ServerSentEventHttpMessageReader