viadee / vPAV

viadee Process Application Validator
https://www.viadee.de/java/process-application-validator
BSD 3-Clause "New" or "Revised" License
48 stars 14 forks source link

Bump spring.version from 5.3.9 to 5.3.10 #274

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps spring.version from 5.3.9 to 5.3.10. Updates spring-expression from 5.3.9 to 5.3.10

Release notes

Sourced from spring-expression's releases.

v5.3.10

:star: New Features

  • Invalid JavaBean property 'logoutHandlers' being accessed (warning in the logs for Spring Security's ConcurrentSessionFilter) #27372
  • Convenient configuration of type permissions for XStream 1.4.18 #27343
  • Add SmallRye Mutiny support to ReactiveAdapterRegistry #27331
  • Introduce ExceptionCollector testing utility #27316
  • Support TimeUnit in the @Scheduled annotation #27309
  • Make it possible to determine if circular references are prohibited or if the cycle just couldn't be broken #27289
  • Support Charset for character encoding in MockMvc #27231
  • Support default character encoding for response in MockMvc #27230
  • Introduce setDefaultCharacterEncoding() in MockHttpServletResponse #27214
  • Use MessageSource for @ExceptionHandler methods #27203
  • ResponseStatusException.initCause always throws IllegalStateException #27196
  • Introduce soft assertions for WebTestClient #26969
  • Introduce soft assertions for MockMvc #26917
  • Blockhound flags a blocking call when WebFlux serves a static resource #26631
  • Optimize memory allocations in StringUtils#cleanPath #26316
  • InvocableHandlerMethod calls makeAccessible(getBridgedMethod()) on every call [SPR-15230] #19795

:lady_beetle: Bug Fixes

  • Support char, float, and double primitive default values in BeanUtils.instantiateClass() #27390
  • Fix memory leak on AOP Proxy class definition cache #27375
  • Fix response body missing 1st byte inside UnknownContentTypeException #27374
  • CommonsMultipartResolver and DEBUG logging lead to empty fileMap in MultipartHttpServletRequest #27350
  • Fix UrlPathHelper#shouldRemoveSemicolonContent() #27303
  • CompositeUriComponentsContributor#hasContributors: method name is not compliant with its intention #27271
  • Error with formatMapping method in AbstractMethodMessageHandler.java #27247
  • Apply default ResultHandlers before default ResultMatchers in MockMvc #27225
  • MockHttpServletResponse.characterEncoding should not be @Nullable #27219
  • WebSocketMessageBrokerStats.getExecutorStatsInfo() throws exception if Executor is not a ThreadPoolExecutor #27209
  • HtmlUnitRequestBuilder ignores file uploaded via HtmlFileInput.setData() #27199

:notebook_with_decorative_cover: Documentation

  • Fix wording in Javadoc of ClientResponse.mutate() #27389
  • Fix some typos and mistakes in docs #27388
  • Fix misplaced comma in AOP doc #27387
  • Fix Kotlin example for filtering handler functions #27337
  • Document when prepareTestInstance() is invoked when using the SpringMethodRule #27305
  • Fix duplicated "the" occurrences in Javadoc and XSD #27291
  • Fix typo in DefaultPartHttpMessageReader #27260
  • Fix reference to Optional.isPresent() in ObjectUtils.isEmpty() #27223
  • Clarify that ClientRequest.from(..) also copies body #27220
  • @Cacheable caches empty Optionals but documentation states otherwise #27184
  • Reference docs missing left-hand side navigation #27177

:hammer: Dependency Upgrades

... (truncated)

Commits
  • 21c3b51 Release v5.3.10
  • aa14c24 Migrate to Spring Builds account
  • 4c720ea Fix GitHub credentials to use token rather than password
  • 2d65bce Polish Eclipse IDE support
  • b8b85a6 Defensive handling of dimensions nullability
  • 3baaced Alignment with other abstract utils classes
  • 4322ee1 Polish Eclipse IDE support
  • 3faf445 Re-enable import into Eclipse IDE
  • 9e986c0 Polish ide.gradle
  • f07e6a1 Support char primitive default values in BeanUtils.instantiateClass()
  • Additional commits viewable in compare view


Updates spring-context from 5.3.9 to 5.3.10

Release notes

Sourced from spring-context's releases.

v5.3.10

:star: New Features

  • Invalid JavaBean property 'logoutHandlers' being accessed (warning in the logs for Spring Security's ConcurrentSessionFilter) #27372
  • Convenient configuration of type permissions for XStream 1.4.18 #27343
  • Add SmallRye Mutiny support to ReactiveAdapterRegistry #27331
  • Introduce ExceptionCollector testing utility #27316
  • Support TimeUnit in the @Scheduled annotation #27309
  • Make it possible to determine if circular references are prohibited or if the cycle just couldn't be broken #27289
  • Support Charset for character encoding in MockMvc #27231
  • Support default character encoding for response in MockMvc #27230
  • Introduce setDefaultCharacterEncoding() in MockHttpServletResponse #27214
  • Use MessageSource for @ExceptionHandler methods #27203
  • ResponseStatusException.initCause always throws IllegalStateException #27196
  • Introduce soft assertions for WebTestClient #26969
  • Introduce soft assertions for MockMvc #26917
  • Blockhound flags a blocking call when WebFlux serves a static resource #26631
  • Optimize memory allocations in StringUtils#cleanPath #26316
  • InvocableHandlerMethod calls makeAccessible(getBridgedMethod()) on every call [SPR-15230] #19795

:lady_beetle: Bug Fixes

  • Support char, float, and double primitive default values in BeanUtils.instantiateClass() #27390
  • Fix memory leak on AOP Proxy class definition cache #27375
  • Fix response body missing 1st byte inside UnknownContentTypeException #27374
  • CommonsMultipartResolver and DEBUG logging lead to empty fileMap in MultipartHttpServletRequest #27350
  • Fix UrlPathHelper#shouldRemoveSemicolonContent() #27303
  • CompositeUriComponentsContributor#hasContributors: method name is not compliant with its intention #27271
  • Error with formatMapping method in AbstractMethodMessageHandler.java #27247
  • Apply default ResultHandlers before default ResultMatchers in MockMvc #27225
  • MockHttpServletResponse.characterEncoding should not be @Nullable #27219
  • WebSocketMessageBrokerStats.getExecutorStatsInfo() throws exception if Executor is not a ThreadPoolExecutor #27209
  • HtmlUnitRequestBuilder ignores file uploaded via HtmlFileInput.setData() #27199

:notebook_with_decorative_cover: Documentation

  • Fix wording in Javadoc of ClientResponse.mutate() #27389
  • Fix some typos and mistakes in docs #27388
  • Fix misplaced comma in AOP doc #27387
  • Fix Kotlin example for filtering handler functions #27337
  • Document when prepareTestInstance() is invoked when using the SpringMethodRule #27305
  • Fix duplicated "the" occurrences in Javadoc and XSD #27291
  • Fix typo in DefaultPartHttpMessageReader #27260
  • Fix reference to Optional.isPresent() in ObjectUtils.isEmpty() #27223
  • Clarify that ClientRequest.from(..) also copies body #27220
  • @Cacheable caches empty Optionals but documentation states otherwise #27184
  • Reference docs missing left-hand side navigation #27177

:hammer: Dependency Upgrades

... (truncated)

Commits
  • 21c3b51 Release v5.3.10
  • aa14c24 Migrate to Spring Builds account
  • 4c720ea Fix GitHub credentials to use token rather than password
  • 2d65bce Polish Eclipse IDE support
  • b8b85a6 Defensive handling of dimensions nullability
  • 3baaced Alignment with other abstract utils classes
  • 4322ee1 Polish Eclipse IDE support
  • 3faf445 Re-enable import into Eclipse IDE
  • 9e986c0 Polish ide.gradle
  • f07e6a1 Support char primitive default values in BeanUtils.instantiateClass()
  • Additional commits viewable in compare view


Updates spring-test from 5.3.9 to 5.3.10

Release notes

Sourced from spring-test's releases.

v5.3.10

:star: New Features

  • Invalid JavaBean property 'logoutHandlers' being accessed (warning in the logs for Spring Security's ConcurrentSessionFilter) #27372
  • Convenient configuration of type permissions for XStream 1.4.18 #27343
  • Add SmallRye Mutiny support to ReactiveAdapterRegistry #27331
  • Introduce ExceptionCollector testing utility #27316
  • Support TimeUnit in the @Scheduled annotation #27309
  • Make it possible to determine if circular references are prohibited or if the cycle just couldn't be broken #27289
  • Support Charset for character encoding in MockMvc #27231
  • Support default character encoding for response in MockMvc #27230
  • Introduce setDefaultCharacterEncoding() in MockHttpServletResponse #27214
  • Use MessageSource for @ExceptionHandler methods #27203
  • ResponseStatusException.initCause always throws IllegalStateException #27196
  • Introduce soft assertions for WebTestClient #26969
  • Introduce soft assertions for MockMvc #26917
  • Blockhound flags a blocking call when WebFlux serves a static resource #26631
  • Optimize memory allocations in StringUtils#cleanPath #26316
  • InvocableHandlerMethod calls makeAccessible(getBridgedMethod()) on every call [SPR-15230] #19795

:lady_beetle: Bug Fixes

  • Support char, float, and double primitive default values in BeanUtils.instantiateClass() #27390
  • Fix memory leak on AOP Proxy class definition cache #27375
  • Fix response body missing 1st byte inside UnknownContentTypeException #27374
  • CommonsMultipartResolver and DEBUG logging lead to empty fileMap in MultipartHttpServletRequest #27350
  • Fix UrlPathHelper#shouldRemoveSemicolonContent() #27303
  • CompositeUriComponentsContributor#hasContributors: method name is not compliant with its intention #27271
  • Error with formatMapping method in AbstractMethodMessageHandler.java #27247
  • Apply default ResultHandlers before default ResultMatchers in MockMvc #27225
  • MockHttpServletResponse.characterEncoding should not be @Nullable #27219
  • WebSocketMessageBrokerStats.getExecutorStatsInfo() throws exception if Executor is not a ThreadPoolExecutor #27209
  • HtmlUnitRequestBuilder ignores file uploaded via HtmlFileInput.setData() #27199

:notebook_with_decorative_cover: Documentation

  • Fix wording in Javadoc of ClientResponse.mutate() #27389
  • Fix some typos and mistakes in docs #27388
  • Fix misplaced comma in AOP doc #27387
  • Fix Kotlin example for filtering handler functions #27337
  • Document when prepareTestInstance() is invoked when using the SpringMethodRule #27305
  • Fix duplicated "the" occurrences in Javadoc and XSD #27291
  • Fix typo in DefaultPartHttpMessageReader #27260
  • Fix reference to Optional.isPresent() in ObjectUtils.isEmpty() #27223
  • Clarify that ClientRequest.from(..) also copies body #27220
  • @Cacheable caches empty Optionals but documentation states otherwise #27184
  • Reference docs missing left-hand side navigation #27177

:hammer: Dependency Upgrades

... (truncated)

Commits
  • 21c3b51 Release v5.3.10
  • aa14c24 Migrate to Spring Builds account
  • 4c720ea Fix GitHub credentials to use token rather than password
  • 2d65bce Polish Eclipse IDE support
  • b8b85a6 Defensive handling of dimensions nullability
  • 3baaced Alignment with other abstract utils classes
  • 4322ee1 Polish Eclipse IDE support
  • 3faf445 Re-enable import into Eclipse IDE
  • 9e986c0 Polish ide.gradle
  • f07e6a1 Support char primitive default values in BeanUtils.instantiateClass()
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)