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

Update spring core to v4.3.29.RELEASE #223

Merged
merged 1 commit into from
Sep 15, 2020
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 5, 2020

This PR contains the following updates:

Package Update Change
org.springframework:spring-test patch 4.3.27.RELEASE -> 4.3.29.RELEASE
org.springframework:spring-webmvc-portlet patch 4.3.27.RELEASE -> 4.3.29.RELEASE
org.springframework:spring-web patch 4.3.27.RELEASE -> 4.3.29.RELEASE
org.springframework:spring-orm patch 4.3.27.RELEASE -> 4.3.29.RELEASE
org.springframework:spring-jdbc patch 4.3.27.RELEASE -> 4.3.29.RELEASE
org.springframework:spring-context-support patch 4.3.27.RELEASE -> 4.3.29.RELEASE
org.springframework:spring-context patch 4.3.27.RELEASE -> 4.3.29.RELEASE
org.springframework:spring-beans patch 4.3.27.RELEASE -> 4.3.29.RELEASE
org.springframework:spring-aop patch 4.3.27.RELEASE -> 4.3.29.RELEASE

Release Notes

spring-projects/spring-framework

v4.3.29.RELEASE

Compare Source

⭐ New Features
  • PropertiesLoaderSupport should ignore socket/connect exceptions as well #​25722
  • Refine use of substring operations #​25515
🪲 Bug Fixes
  • VerifyErrors when using SpEL compilation with Thymeleaf when invoking a default method defined in an interface #​25713
  • SQLErrorCodesFactory.getErrorCodes(DataSource) returns empty error codes if access to transactional connection fails #​25694
  • Potential integer overflow in AbstractResourceBasedMessageSource.setCacheSeconds(int) #​25644
  • Lazy dependency proxy does not populate bean dependencies #​25565
  • Synchronized blocks in MethodOverrides are hurting concurrency #​25549
  • StaticListableBeanFactory.isSingleton() returns false for singleton beans #​25525
  • MockHttpServletResponse reset() does not reset charset field #​25512
📔 Documentation
  • Prevent confusion about build(boolean) method in UriComponentsBuilder #​25703

v4.3.28.RELEASE

Compare Source

⭐ New Features
  • Defer creating logger in StandardWebSocketHandlerAdapter #​25435
  • Alignment of CORS default values with 5.x #​25414
  • Missing null checks in AbstractMessageChannel.addInterceptor/setInterceptors #​25221
  • Avoid full synchronization in AbstractRefreshableApplicationContext.getBeanFactory() since it can lead to massive thread blocking #​25219
🪲 Bug fixes
  • UriComponentsBuilder.cloneBuilder() cause sharing query parameters between builders #​25426
  • Oracle LOB segments holding TEMP space after executing SP using SimpleJdbcCall with SqlParameterSource #​25419
  • NoRollbackFor rule causes TransactionAspectSupport to log unwarranted "exception overridden" error on WebSphere #​25269
  • The AbstractTemplateViewResolver class is not abstract #​25243
  • MultiValueMapAdapter.getFirst fails with IndexOutOfBoundsException in case of empty List #​25227
  • WebSphereUowTransactionManager causes exception for PROPAGATION_SUPPORTS when timeout is specified #​25225
  • Avoid ClassCastException on IllegalArgumentException when invoking sync get cache method #​25223
📔 Documentation
  • Clarify enforceInitMethod/enforceDestroyMethod default values in AbstractBeanDefinition #​25405
  • Document exception handling limitations in TaskDecorator implementations (specifically for ThreadPoolTaskExecutor#submit) #​25235

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 behind base branch, or you tick the rebase/retry checkbox.

🔕 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

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/spring-core branch from c169369 to 2a3bf85 Compare September 15, 2020 12:32
@renovate renovate bot changed the title Update spring core to v4.3.28.RELEASE Update spring core to v4.3.29.RELEASE Sep 15, 2020
@ChristianMurphy ChristianMurphy merged commit a783050 into master Sep 15, 2020
@ChristianMurphy ChristianMurphy deleted the renovate/spring-core branch September 15, 2020 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants