Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 15, 2021

Bumps spring-core from 3.1.2.RELEASE to 4.3.21.RELEASE.

Release notes

Sourced from spring-core's releases.

3.2 GA Release

⭐ New Features

  • Support external Javadoc links [SPR-10078] #14711
  • Support comments within SQL statements in ResourceDatabasePopulator [SPR-10075] #14708
  • Make DeferredResult extensible [SPR-10059] #14692
  • Unnecessary reading of java.lang.Object input stream [SPR-10058] #14691
  • FormHttpMessageConverter should have a MappingJackson2HttpMessageConverter in its partConverters [SPR-10055] #14688
  • Make it easier to integrate Tiles 3 with Spring MVC [SPR-10054] #14687
  • Add hook for before concurrent handling [SPR-10052] #14685
  • Rename MvcAsyncTask to WebAsyncTask [SPR-10051] #14684
  • Concurrent Consumers Not Allowed for Durable Subscription [SPR-10037] #14671
  • SpEL performance [SPR-10035] #14669
  • Support comments within SQL statements in JdbcTestUtils [SPR-9982] #14616
  • Possibility to disable WebApplicationInitializer [SPR-9977] #14611
  • Eclipse .classpath exports optional and provided dependencies [SPR-9656] #14290
  • Setting default charset in StringHttpMessageConverter [SPR-7904] #12559

🪲 Bug Fixes

  • DMLC: JMS resources are never cleared under certain conditions [SPR-10092] #14725
  • SpEl bug while reading boolean fields [SPR-10091] #14724
  • HierarchicalUriComponents.equals() incorrectly returns false when other object is not an instance of OpaqueUriComponents [SPR-10088] #14721
  • Replace SLF4J with ACL in TilesConfigurer for Tiles 3 [SPR-10077] #14710
  • POM of spring-aspects should have a dependency on aspectjweaver and not aspectjrt [SPR-10072] #14705
  • Tests in spring-test-mvc fail to execute in Eclipse [SPR-10070] #14703
  • EclipseLink marks transaction RollbackOnly when applying timeout for "nonread" queries [SPR-10068] #14701
  • AbstractCachingViewResolver - caching redirect views leads to memory leak [SPR-10065] #14698
  • 404 error when working with .htm servlet-mapping [SPR-10061] #14694
  • StandaloneMockMvcBuilder's setHandlerExceptionResolvers does not return the builder [SPR-10053] #14686
  • MVC test support breaks the contract of ServletRequestAttributes.getRequest() [SPR-10025] #14659
  • AbstractBeanFactory#markBeanAsCreated performance issue due to lock contention [SPR-9780] #14414
  • AbstractAutoProxyCreator and RequiredAnnotationBeanPostProcessor synchronized HashSet locking bottleneck [SPR-9711] #14345
  • MemoryLeak in Cglib2AopProxy.ProxyCallbackFilter [SPR-8008] #12663

📔 Documentation

  • Example shows deprecated ScheduledTimerTask [SPR-10050] #14683
  • Document new testing features in the "New in Spring 3.2" section of the reference manual [SPR-9941] #14574
  • Document WebApplicationContext support in the TestContext Framework [SPR-9864] #14497
  • Document which functionality gets implicitly activated by [SPR-9808] #14441

3.2 RC2 Release

⭐ New Features

  • Remove reflection usage in orm.hibernate4.* [SPR-10039] #14673
  • Introduce AnnotationAwareOrderComparator#INSTANCE constant [SPR-10038] #14672
  • Update reference docs to a more modern CSS style [SPR-10036] #14670
  • Support bean disposal on ApplicationContext shutdown for Closeable beans [SPR-10034] #14668
  • Remove duplicate imageobject items from reference xml [SPR-10033] #14667

... (truncated)

Commits
  • ca50a47 Release version 4.3.21.RELEASE
  • 9600e01 Revised alias definition example in reference documentation
  • e9f7c35 ResolvableType-based matching consistently respects generic factory method re...
  • cf8479c Upgrade to Tomcat 8.5.35, Netty 4.1.31, Gson 2.8.5, Jackson 2.8.11.3
  • 1c1b942 DefaultResponseErrorHandler detects non-standard error code as well
  • 85b5c5a Polishing
  • ed9afa3 FastByteArrayOutputStream.read byte-to-int conversion
  • 22f4b1c SerializedBeanFactoryReference falls back to dummy with specific id
  • abacc6d BEST_MATCHING_HANDLER_ATTRIBUTE for spring-webmvc
  • 8d668ac Up-to-date version and link in ASM/CGLIB/Objenesis package javadoc
  • 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.

Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 3.1.2.RELEASE to 4.3.21.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v3.1.2.RELEASE...v4.3.21.RELEASE)

---
updated-dependencies:
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 15, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 31, 2022

Superseded by #16.

@dependabot dependabot bot closed this Mar 31, 2022
@dependabot dependabot bot deleted the dependabot/maven/org.springframework-spring-core-4.3.21.RELEASE branch March 31, 2022 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants