Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

renovatebot(deps): update spring core to v5.2.2.release #399

Merged
merged 1 commit into from
Dec 3, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 3, 2019

This PR contains the following updates:

Package Update Change
org.springframework:spring-beans (source) patch 5.2.1.RELEASE -> 5.2.2.RELEASE
org.springframework:spring-core (source) patch 5.2.1.RELEASE -> 5.2.2.RELEASE
org.springframework:spring-context (source) patch 5.2.1.RELEASE -> 5.2.2.RELEASE
org.springframework:spring-web (source) patch 5.2.1.RELEASE -> 5.2.2.RELEASE
org.springframework:spring-test (source) patch 5.2.1.RELEASE -> 5.2.2.RELEASE

Release Notes

spring-projects/spring-framework

v5.2.2.RELEASE

Compare Source

⭐ New Features

  • Provide default codecs config callback to custom codecs #​24118
  • Add protobuf MessageConverter #​24087
  • Refine Throwable handling in spring-websocket #​24075
  • Improve part content type determination in MockMultipartHttpServletRequest #​24074
  • Cache result of String.getBytes() in ExtendedBeanInfo.PropertyDescriptorComparator #​24072
  • Use String.isEmpty() instead of String.equals("") #​24052
  • IOException "Closed while Pending/Unready" with WebFlux on Jetty #​24050
  • Avoid substring allocation in StringUtils.replace #​24023
  • Use @MessageMapping method signature to constrain RSocket interaction model #​23999
  • Avoid indefinite wait to connect in JettyWebSocketClient #​23994
  • Add queryParam method to MockHttpServletRequestBuilder #​23980
  • Fallback locale other than the system locale in AbstractResourceBasedMessageSource #​23977
  • Support for new MySQL 8 error code 3572 #​23972
  • Simplify ConstructorResolver: do not sort intermediate array #​23969
  • Avoid store all beanName in ApplicationListenerDetector #​23965
  • Allow ExchangeStrategies customizations in WebClient #​23961
  • Use Method::getParameterCount where possible #​23949
  • Align implementations of StringToUUIDConverter and UUIDEditor #​23940
  • Use "non-blocking" thread for server-less tests in WebTestClient #​23936
  • Avoid default Accept header from HttpUrlConnection in RestTemplate with put and delete #​23740 #​23855
  • Reject "%2F" as an invalid sequence in simp messaging usernames #​23836
  • ApplicationListenerMethodAdapter: gracefully handle beans which are actually NullBean #​23784
  • Provide orNull extensions for WebFlux ServerRequest #​23761
  • MockMvc Kotlin DSL should support async dispatch #​23758
  • RSocketRequestSpec handling metadata values that is a Publisher type #​23640
  • Preserve the originalMessage when creating an ErrorMessage in MessageBuilder #​23417
  • Add an option to not include Charset in the final http request ContentType Header #​22971
  • Allow sending headers with the disconnect frame #​22715
  • Avoid String concatenation for lookup in StaticMessageSource #​22451
  • Keys for form data in FormHttpMessageConverter must not be null #​22372
  • XpathResultMatcher supports Hamcrest Matcher NodeList #​2023
  • Error details in RestTemplate client and server exceptions #​1956
  • Preserve "type" parameter in media type for Atom Feed/Entry message conversion #​1885

🪲 Bug fixes

  • Null pointer when connecting to RSocket #​24088
  • Regression: @Inherited annotations declared in superclass are not recognized anymore #​24077
  • RSocketRequester allows specifying data more than once #​24073
  • Revise AbstractBeanDefinition equals implementation #​24048
  • SqlRowSet accessor methods should be marked @Nullable #​24042
  • Unsafe invocation of .value() on annotations in SynthesizedMergedAnnotationInvocationHandler prevents backwards-compatible additions to annotations #​24029
  • InMemoryWebSessionStore makes blocking calls to UUID.randomUUID #​24027
  • ControllerAdviceBean.findAnnotatedBeans() finds proxies as well as their target beans, resulting in double registration #​24017
  • NullPointerException in JSON codec parsing stream encoded with Jackson Smile #​24009
  • Fix inappropriate eager init. #​23992
  • Calling MethodParameter.isOptional() for Kotlin Continuation parameter fails with IndexOutOfBoundsException #​23991
  • Regression: ControllerAdviceBean#getOrder() causes BeanCreationException for request scoped advice beans #​23985
  • TestDispatcherServlet ambiguous handler methods with consumes condition and body not required #​23978
  • AbstractRequestLoggingFilter.getHeaderPredicate is accidentally public #​23976
  • Reading 'null' JSON response via WebClient fails in v5.2.x #​23935
  • Allow schemaZip Gradle task to execute on MS Windows #​23933
  • Regression: AnnotationUtils.findAnnotation no longer finds non-inherited "java." annotations on superclasses #​23929
  • ResponseCookie to allow leading dot in domain name again #​23924
  • Regression in spring-test's 5.2.1 MockCookie parse implementation #​23911
  • useSuffixPatternMatch ignored if pathPrefix is also used #​23907
  • Ensure InstantFormatter can properly deserialize ISO-formatted dates #​23895
  • Fix RSocket Fire and forget handling with Kotlin #​23866
  • SpEL cannot invoke Kotlin synthetic classes #​23812
  • ShallowETagHeaderFilter overwrites ETag #​23775
  • Corrupted multipart + correct content-length lead to Flux<Part> hanging #​23768

📔 Documentation

  • [.] is displayed as [bold .] ,need to escape #​24108
  • Fix consecutive-word duplications in documentation #​24089
  • Examples in Data Access chapter declare unused JdbcTemplate fields #​24085
  • Data Access chapter 3.5.1 uses bad pattern #​24084
  • Documentation flaw for <tx:method/> settings #​24080
  • Fix errors in documentation #​24008
  • TypeDescriptor#getElementTypeDescriptor does not throw IllegalStateException anymore #​23996
  • Update docs on ShallowEtagHeaderFilter with regards to ASYNC dispatches #​23958
  • DEFAULT_PHASE of SmartLifecycle interface has incorrect Javadoc #​23956
  • Documentation for ForwardedHeaderFilter does not mention important filter order #​23954
  • Different behavior when injecting beans from local @Configuration class vs. external @Configuration classes #​23934
  • Correct Javadoc for WebMvcConfigurer#addInterceptors #​23922
  • Improve WebClient.Builder::filter documentation #​23342

🔨 Dependency upgrades

❤️ Contributors

We’d like to thank all the contributors who worked on our current release!


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

@renovate renovate bot added bot dependencies Pull requests that update a dependency file labels Dec 3, 2019
@mergify mergify bot merged commit dce1a94 into master Dec 3, 2019
@mergify mergify bot deleted the renovate/spring-core branch December 3, 2019 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant