mmx900 / ManalithBot

ManalithBot is an open source IRC bot based on the PircBotX Framework.
http://manalith.org
GNU General Public License v3.0
3 stars 2 forks source link

Bump spring-core from 3.1.1.RELEASE to 4.3.19.RELEASE in /ManalithBotConsole #169

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 4 years ago

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

Release notes

Sourced from spring-core's releases.

4.1.1 Release

:star: New Features

  • Allow configuring custom executor with WebSocket message broker [SPR-12272] #16877
  • Clarify the single class restriction with @JsonView for a response body advice [SPR-12270] #16875
  • PreparedStatement#setBlob(int, InputStream) is not supported in DefaultLobCreator [SPR-12265] #16870
  • Update default SockJS CDN [SPR-12254] #16868
  • Message broker thread pools should be set up in allowCoreThreadTimeOut mode [SPR-12249] #16863
  • Consistent Environment access in XML bean definition parsing code [SPR-12248] #16862
  • Create builder for Jackson ObjectMapper [SPR-12243] #16857
  • Data binding with java.util.Optional: traversal of nested paths, detection of empty holders [SPR-12241] #16855
  • INSERT SELECT of large CLOB causes ORA-01461 on setString [SPR-12240] #16854
  • LocalSessionFactoryBean doesn't support JPA 2.1 auto-apply @Converter on Hibernate 4.3 [SPR-12234] #16849
  • Expose @Bean method metadata in the BeanDefinition [SPR-12232] #16847
  • Provide subclassing hooks in PathMatchingResourcePatternResolver [SPR-12231] #16846
  • Explicitly release rolled-back database savepoints during (long-running) transaction [SPR-12228] #16843
  • Further optimize ReflectionUtils.isCglibRenamedMethod [SPR-12227] #16842
  • Support Jackson based XML serialization in RestTemplate [SPR-12225] #16840
  • Improve performance of MapPropertySource.containsProperty [SPR-12224] #16839
  • JndiLocatorDelegate.isDefaultJndiEnvironmentAvailable() should apply stronger checks [SPR-12223] #16838
  • Support ordering of conditions [SPR-12219] #16833
  • Allow configuring custom HandlerMethodArgumentResolver and HandlerMethodReturnValueHandler [SPR-12217] #16831
  • DISCONNECT messages created in StompSubProtocolHandler do not contain user information [SPR-12215] #16829
  • Add JavaConfig equivalent of tx:jta-transaction-manager [SPR-12197] #16811
  • Spring HTTP clients do not enforce RFC 6265 (cookies in a single header) [SPR-12196] #16810
  • Add spring macros support for Groovy Markup Templates [SPR-12193] #16807
  • Scheduled/JmsListenerAnnotationBeanPostProcessor needlessly scans every scoped instance [SPR-12189] #16803
  • Access to propertySources in CompositePropertySource [SPR-12182] #16796
  • Set Jackson DEFAULT_VIEW_INCLUSION property to false by default [SPR-12179] #16793
  • Using websocket scope in application event listener [SPR-12172] #16786
  • Consistent support for java.util.Optional for all applicable handler method arguments [SPR-12171] #16785
  • XML bean singleton attribute silently ignored [SPR-12167] #16781
  • Log warning for single optional constructor when no default constructor to fall back to [SPR-12161] #16775
  • SessionDisconnectEvent should extend AbstractSubProtocolEvent [SPR-12156] #16770
  • Use DEBUG log level for broken WebSocket client connections or write failures [SPR-12155] #16769
  • ResponseBodyAdvice to accept null values? [SPR-12152] #16766
  • FormHttpMessageConverter writes ASCII encoded so that a multipart form data can not contain filenames with German Umlaute [SPR-12108] #16724
  • Set Jackson FAIL_ON_UNKNOWN_PROPERTIES property to false by default [SPR-11891] #16510
  • please let context:component-scan base-package eval placeholder then split by comma [SPR-10425] #15058
  • make context:exclude-filter expression supports placeholder like context:component-scan base-package [SPR-10424] #15057
  • Improve @RequestParam defaultValue's value JavaDoc [SPR-9967] #14601
  • Section 15.3.2 - example description not matching example code [SPR-8025] #12680

:beetle: Bug Fixes

  • Java 8 introspection causes breakage with FreeMarker Configuration bean [SPR-12448] #17053
  • Duplicate entries in ResolvableType cache [SPR-12275] #16880
  • MethodReference isn't thread-safe [SPR-12269] #16874
  • Spring 4.1 with WebMvcConfigurationSupport enabled does not register a default view resolver [SPR-12267] #16872
  • Web Async responses force concurrentResult.toString() call [SPR-12253] #16867
... (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](https://github.com/mmx900/ManalithBot/network/alerts).
dependabot[bot] commented 2 years ago

Superseded by #171.