256 Commits (7.0.x)

Author SHA1 Message Date
Sam Brannen a40ec44cb7 Convert assertThat(x instanceof X).isTrue() to assertThat(x).isInstanceOf() 22 hours ago
Sam Brannen 4548f1ec66 Inline conditions in assertThat() statements 22 hours ago
Sam Brannen 1256307c83 Enable SpringJUnit5 Checkstyle rule 3 days ago
Sam Brannen 4c14abf0cd Remove obsolete "test" prefix from test method names 3 days ago
Sébastien Deleuze b3aefac9c3 Remove jibx-marshaller element from spring-oxm.xsd 5 months ago
Spring Builds 16edf9867a Update copyright headers in source files 9 months ago
Spring Builds aee29b7f30 Update copyright headers in source files 9 months ago
Vincent Potucek 0d4dfb6c1f Rename exception variables in empty catch blocks 9 months ago
Sam Brannen 6505c4b839 Refine use of isArray() and componentType() 1 year ago
Sébastien Deleuze bc5d771a06 Switch to JSpecify annotations 1 year ago
Brian Clozel f204f4962d Document XML parser usage against security false positives 1 year ago
Sam Brannen 932ce04541 Stop referring to old Spring versions in Javadoc 2 years ago
Juergen Hoeller a4c2f291d9 Avoid creation of SAXParserFactory for every read operation 2 years ago
Sam Brannen 122372c580 Spring cleaning: update copyright headers 2 years ago
Sam Brannen db535863dd Consistently use class literals for primitive types 2 years ago
Sam Brannen 7e53a1f048 Re-enable Jaxb2MarshallerTests on JDK 22+ 2 years ago
Stéphane Nicoll 153f8895cb Polish 2 years ago
Brian Clozel 4516e0d413 Ignore XML tests on JDK 22 2 years ago
Sam Brannen 2d792f000a Polish "Apply SingleSpaceSeparator Checkstyle module" 2 years ago
Johnny Lim 64e9fcad53 Apply SingleSpaceSeparator Checkstyle module 2 years ago
Sam Brannen 526fc391ee Use Class#componentType() for consistency with arrayType() 3 years ago
Krzysztof Krasoń 1734deca1e
Refactor AssertJ assertions into more idiomatic ones 3 years ago
Sam Brannen dafc7a2aab Apply "instanceof pattern matching" in remainder of spring-oxm module 3 years ago
Sam Brannen 0502d18e3d Update copyright headers 3 years ago
Sam Brannen c4c786596f Migrate to Mockito.mock(T...) where feasible 3 years ago
Juergen Hoeller aaeb5eb0d2 Avoid direct URL construction and URL equality checks 3 years ago
Marc Wrobel bd3499671c Fix typos in test code 4 years ago
Marc Wrobel b30eb6837c Fix and improve Javadoc in spring-oxm 4 years ago
Sam Brannen 64b64d9ba0 Stop referring to features as "Java 5" features 4 years ago
Sam Brannen df263d01b9 Use idiomatic AssertJ assertions for true, false, and null 4 years ago
Stephane Nicoll e986ff8d07 Update copyright year of changed files 4 years ago
Frederick Zhang baed0785fd Replace XMLReaderFactory with SAXParserFactory 4 years ago
Arjen Poutsma a7789db067 Polishing 4 years ago
Arjen Poutsma 38062c3373 Polishing contribution 4 years ago
qxo 247d2bb0ae Repect StaxDriver in XStreamMarshaller::marshalXmlStreamWriter 4 years ago
Arjen Poutsma 2271b6078e Polishing contribution 4 years ago
qxo e8eeb99ac8 Repect StaxDriver in XStreamMarshaller::marshalXmlStreamWriter 4 years ago
Christoph Dreis 5c972fcc54 Use Charset variants of URLEncoder and URLDecoder methods 4 years ago
Juergen Hoeller 54bd66755c Consistently replace String encoding names with StandardCharset arguments 4 years ago
Sam Brannen 9b4f3880b3 Apply "instanceof pattern matching" in spring-oxm 4 years ago
Sam Brannen 30efa4d478 Change default driver in XStreamMarshaller from XppDriver to DomDriver 5 years ago
Sam Brannen a247b83cd9 Ensure projects can be imported into Eclipse IDE with JDK 17 5 years ago
Juergen Hoeller d84ca2ba90 Jakarta EE 9 migration 5 years ago
Juergen Hoeller 3c8724ba3d Remove JiBX support 5 years ago
Juergen Hoeller b74e93807e Remove JDK 9 workarounds etc 5 years ago
Juergen Hoeller 837301fdb3 Convenient configuration of type permissions for XStream 1.4.18 5 years ago
Sam Brannen a28511cdbd Polish Jaxb2MarshallerTests 5 years ago
Sam Brannen 668b938832 Remove obsolete order.xsd file 5 years ago
Sam Brannen 091e7bb891 Remove duplicate copy of flight.xsd 5 years ago
Brian Clozel 85eb589c2e Fix Gradle Java Toolchain configuration 5 years ago