Results 3 issues of Byounghee kim

https://hibernate.atlassian.net/browse/HHH-17622

Fix #1707: SVG file upload - fatal error :1:1: content is not allowed in prolog ## Cause When you execute the syntax below ```java File xml = ResourceUtils.getFile("classpath:multipart.xml"); RestAssuredMockMvc.given() .standaloneSetup(new...

This PR introduces the `optionalQueryParam` method to the `MockMvcRequestSpecification` class, as discussed in issue #1751. ## Implementation Details The `optionalQueryParam` method enhances request building by conditionally adding query parameters: -...