whirlwind-match / fuzzydb

fuzzydb is a fuzzy matching database engine capable of providing human-like search results that make life much easier for users of websites searching for things like cars, houses, people and jobs.
19 stars 5 forks source link

Bump spring-core from 3.0.5.RELEASE to 4.3.21.RELEASE in /core #101

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

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

Release notes

Sourced from spring-core's releases.

3.2.11 Release

:star: New Features

  • XmlBeanDefinitionReader runs 10x slower due to resetBeanDefinition check [SPR-8318] #12966
  • Exceptions thrown during AbstractApplicationContext.refresh() not being logged right when they are caught [SPR-12010] #16626
  • RestTemplate with InputStreamResource does not work if Content-Length is not set [SPR-12017] #16633

:beetle: Bug Fixes

  • Injecting EXTENDED @PersistenceContext into JUnit 4 test class causes NoSuchBeanDefinitionException [SPR-8834] #13476
  • Exception during context refresh swallowed by subsequent LifecycleProcessor exception handling [SPR-10000] #14634
  • getBean(Object.class) fails when introspecting Environment bean [SPR-10542] #15172
  • UriComponentsBuilder.fromUriString may not parse correctly when there is no path [SPR-11970] #16586
  • StaxStreamXMLReader ignores significant whitespace [SPR-12000] #16616
  • NPE in SelectedValueComparator with null bound value [SPR-12001] #16617
  • Changes to AbstractApplicationEventMulticaster in 3.2.9 break HttpSessionEventPublisher in Google AppEngine Runtime [SPR-12002] #16618
  • AbstractMessageListenerContainer#doExecuteListener can cause a dropped message if using CLIENT_ACKNOWLEDGE and the container is stopped and subsequently started again. [SPR-12015] #16631
  • Tiles 3 TilesViewResolver should allow for custom TilesView subclasses [SPR-12075] #16691
  • MockMvc security filters causes FileUploadException: the request was rejected because no multipart boundary was found [SPR-12114] #16730
  • Plain FactoryBean declaration on @Bean method leads to early call (pre injection) [SPR-12141] #16755
  • CachingConnectionFactory should catch exceptions on logical close [SPR-12148] #16762

3.2.10 Release

:star: New Features

  • Misleading exception message for using JPA with custom IsolationLevels [SPR-8325] #12974
  • Revisit class cache in CachedIntrospectionResults [SPR-11867] #16486
  • Performance regression for custom autowireBean calls with many properties [SPR-11875] #16494
  • ReflectionUtils slow down application startup on WebSphere [SPR-11882] #16501
  • Improve performance of ReflectionUtils.isCglibRenamedMethod [SPR-11894] #16513
  • Consistent declaration of private static final logger variables [SPR-11905] #16524
  • Manually registered transaction manager are not recognized by qualifiedBeanOfType [SPR-11915] #16534
  • Unclear error message on BeanPostProcessor returning null [SPR-11951] #15997

:beetle: Bug Fixes

  • RequestAttributes in FrameworkPortlet [SPR-11295] #15919
  • StandardPortletEnvironment is not properly populated [SPR-11816] #16436
  • isGlobalRollbackOnly always returns 'false' with WebSphereUOWTransactionManager [SPR-11876] #16495
  • MBeanExportConfiguration.SpecificPlatform never calls afterPropertiesSet() [SPR-11877] #16496
  • URIComponentsBuilder shares state across calls of .build() [SPR-11885] #16504
  • Spring 3.2.9 breaks JBoss EAP 5.1.1 VFS compatibility [SPR-11887] #16506
  • HttpHeaders fails to return getAllow() if it was previously set to an empty collection [SPR-11917] #16536
  • Objects created by FactoryBeans might get processed multiple times by BeanPostProcessors if beans are created lazily [SPR-11937] #16554
  • Backward compatibility issue in RestTemplate's messageConverters after SPR-11351 [SPR-11962] #16578
  • Java 8: ASM5 visitors required for parsing INVOKESPECIAL/STATIC on interfaces [SPR-11979] #16595

:notebook_with_decorative_cover: Documentation

  • Dead link to "MVC application step-by-step" guide [SPR-11935] #16552

... (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](https://github.com/whirlwind-match/fuzzydb/network/alerts).
dependabot[bot] commented 2 years ago

Superseded by #106.