提交 39253b31 编写于 作者: R Rossen Stoyanchev

Fix tests by moving JAXB2 types back into sub-package

上级 6d089cdc
......@@ -29,6 +29,12 @@ import org.springframework.core.io.buffer.AbstractDataBufferAllocatingTestCase;
import org.springframework.core.io.buffer.DataBuffer;
import org.springframework.http.MediaType;
import org.springframework.http.codec.Pojo;
import org.springframework.http.codec.xml.jaxb.XmlRootElement;
import org.springframework.http.codec.xml.jaxb.XmlRootElementWithName;
import org.springframework.http.codec.xml.jaxb.XmlRootElementWithNameAndNamespace;
import org.springframework.http.codec.xml.jaxb.XmlType;
import org.springframework.http.codec.xml.jaxb.XmlTypeWithName;
import org.springframework.http.codec.xml.jaxb.XmlTypeWithNameAndNamespace;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
......
......@@ -23,6 +23,7 @@ import reactor.core.publisher.Flux;
import reactor.core.test.TestSubscriber;
import org.springframework.core.io.buffer.AbstractDataBufferAllocatingTestCase;
import org.springframework.http.codec.xml.XmlEventDecoder;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
......
......@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.http.codec.xml;
package org.springframework.http.codec.xml.jaxb;
/**
* @author Arjen Poutsma
......
......@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.http.codec.xml;
package org.springframework.http.codec.xml.jaxb;
import javax.xml.bind.annotation.XmlRootElement;
......
......@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.http.codec.xml;
package org.springframework.http.codec.xml.jaxb;
import javax.xml.bind.annotation.XmlRootElement;
......
......@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.http.codec.xml;
package org.springframework.http.codec.xml.jaxb;
/**
* @author Arjen Poutsma
......
......@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.http.codec.xml;
package org.springframework.http.codec.xml.jaxb;
import javax.xml.bind.annotation.XmlType;
......
......@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.http.codec.xml;
package org.springframework.http.codec.xml.jaxb;
import javax.xml.bind.annotation.XmlType;
......
@javax.xml.bind.annotation.XmlSchema(namespace = "namespace")
package org.springframework.http.codec.xml;
package org.springframework.http.codec.xml.jaxb;
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册