Skip to content
This repository was archived by the owner on Nov 19, 2021. It is now read-only.

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 11, 2020

Bumps spring-core from 3.0.2.RELEASE to 4.3.19.RELEASE.

Release notes

Sourced from spring-core's releases.

4.2 RC1 Release

⭐ New Features

  • @SendTo does not get converter applied when returning Message [SPR-13124] #17715
  • Implement hashCode() for synthesized annotations [SPR-13066] #17658
  • Implement equals() for synthesized annotations [SPR-13065] #17657
  • Implement toString() for synthesized annotations [SPR-13064] #17656
  • Introduce putIfAbsent() in AnnotationAttributes [SPR-13060] #17652
  • No possible matches for invalid field access in DirectFieldAccessor [SPR-13053] #17645
  • mvcUrl is always rendering scheme+host+port, that should be optional only when absolute link is needed [SPR-13045] #17637
  • DataBinder should use ConversionService if PropertyEditor cannot produce required type [SPR-13042] #17634
  • Ability to prefix each RestTemplate request using some kind of UriPrefixingClientHttpRequestFactory [SPR-13035] #17627
  • LocaleChangeInterceptor not protected against CSRF [SPR-13032] #17624
  • Document "present" terminology in AnnotationUtils [SPR-13030] #17623
  • Provide access to the return type in MethodMetadata [SPR-13024] #17615
  • Destroy callback cannot be disabled for AutoCloseable beans [SPR-13022] #17613
  • Harmonize default converters with available editors [SPR-13020] #17611
  • Avoid eager error message formatting in pre-condition checks [SPR-13007] #17599
  • Introduce AopTestUtils in spring-test [SPR-13005] #17597
  • Eliminate inspection of meta-annotations on Java annotations [SPR-12989] #17580
  • NoHandlerFoundException message should not contain all headers [SPR-12984] #17575
  • Automatically register Jackson's JDK 8 module when available [SPR-12983] #17574
  • ShallowEtagHeaderFilter breaks SockJS and HTTP streaming async responses [SPR-12960] #17552
  • Using StandardWebSocketClient it's not possible to customize ClientEndpointConfig before it's passed to WebSocketContainer.connectToServer method [SPR-12955] #17547
  • Default RequestPostProcessor should be executed first [SPR-12945] #17538
  • Autowiring against a closed ApplicationContext should consistently fail [SPR-12932] #17525
  • Spring Performance Optimization, Comparing Classes [SPR-12926] #17519
  • Allow for marshalling the messaging Message payload with an user defined marshaller [SPR-12912] #17511
  • Configure reply type via JmsListenerContainerFactory [SPR-12911] #17510
  • @Configuration enhancer does not throw proper exception in case of mismatched @Bean method [SPR-12905] #17504
  • MVC should respect @ResponseStatus on exceptions during mapping [SPR-12903] #17502
  • Revisit "ApplicationEventMulticaster not initialized" behavior for early event publication scenarios [SPR-12902] #17501
  • Support expression in @SendTo for JMS endpoints [SPR-12899] #17498
  • Improve exception message in case of incomplete Caching configuration. [SPR-12898] #17497
  • ResourceHttpMessageConverter always returns "application/octet-stream" Content-Type [SPR-12894] #17493
  • OkHttp implementations of ClientHttpRequestFactory / AsyncClientHttpRequestFactory [SPR-12893] #17492
  • Better exception message for missing @RequestBody method parameter [SPR-12888] #17486
  • Support 'selector' header for subscriptions with SimpleBrokerMessageHandler [SPR-12884] #17482
  • Support injecting resource as Reader [SPR-12876] #17474
  • Improve handling of JDK dynamic proxies in DefaultAopProxyFactory. [SPR-12870] #17468
  • CookieGenerator.removeCookie doesnt support secure field [SPR-12865] #17463
  • MethodValidationPostProcessor could be more open to extension [SPR-12863] #17461
  • Indeterministic UnsatisfiedServletRequestParameterException#paramConditions [SPR-12854] #17452
  • Provide Access to Spring WebSocket's Configured PathMatcher [SPR-12845] #17443
  • add support of xlsx format to JasperReportsMultiFormatView [SPR-12843] #17441
  • HttpSessionHandshakeInterceptor's getSession(request) [SPR-12840] #17438
  • Introduce database-name attribute in <jdbc:embedded-database /> [SPR-12835] #17432
  • Allow <jdbc:embedded-database /> to be declared as an anonymous bean [SPR-12834] #17431
  • HTTP Streaming Directly to the OutputStream [SPR-12831] #17428
  • HttpComponentsClientHttpRequestFactory should not depend on CloseableHttpClient [SPR-12826] #17423
... (truncated)
Commits
  • f428cbb Release version 4.3.19.RELEASE
  • 6a5d986 Fix SpEL compilation for non trivial elvis operand
  • 8ce9236 Polishing
  • 1a626ab SpelExpression consistently exposes EvaluationContext to compiled AST
  • 56194a1 Transactional timeout documented as seconds in annotation javadoc
  • a496836 Upgrade to Tomcat 8.5.33 and Netty 4.1.29
  • 974e7b8 Polishing
  • 069704f Support Jackson filters in combination with serialization view
  • d38eb9d SimpleAliasRegistry.hasAlias properly resolves multiple chained aliases
  • 5bd4f88 Polishing
  • Additional commits viewable in compare view

Dependabot compatibility score

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

0 participants