Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps version.spring.framework from 5.2.8.RELEASE to 5.2.9.RELEASE.
Updates spring-aop from 5.2.8.RELEASE to 5.2.9.RELEASE

Release notes

Sourced from spring-aop's releases.

v5.2.9.RELEASE

⭐ New Features

  • HttpHeaders.setContentDispositionFormData should ignore empty filename #25769
  • StringDecoder does not provide a way to configure the default charset #25762
  • MimeMessageHelper.addAttachment: configurable encoding of attachment filename #25755
  • Current log level not checked by LogAccessor supplier-enabled logging methods #25741
  • PropertiesLoaderSupport should ignore socket/connect exceptions as well #25717
  • Avoid repeated calls to getPathWithinApplication from UrlPathHelper.getLookupPathForRequest #25669
  • Avoid full singleton lock for DefaultSingletonBeanRegistry.getSingleton(beanName, false) #25667
  • XStreamMarshaller should avoid direct use of CompositeClassLoader which is not exported by XStream in OSGi #25662
  • Avoid LinkedList performance issues through use of ArrayDeque #25652
  • Introduce createContext() factory method in AbstractGenericContextLoader #25600
  • Declare MessagePostProcessor as a @FunctionalInterface #25571
  • Assert preconditions for MergedAnnotations.from() factory methods #25568
  • Provide access to AbstractRoutingDataSource's resolved target DataSources #25544
  • Possible optimization in UrlResource #25531
  • Refine use of substring operations #25445
  • Cache abstraction does not log hit / miss for synchronized access #25248

🪲 Bug Fixes

  • Issue with Forwarded Header and Multiple Values #25737
  • CallMetaDataContext.reconcileParameters overwrites cursor name #25707
  • VerifyErrors when using SpEL compilation with Thymeleaf when invoking a default method defined in an interface #25706
  • SQLErrorCodesFactory.getErrorCodes(DataSource) returns empty error codes if access to transactional connection fails #25681
  • Make "org.springframework.util.unit.DataSize" class Serializable #25675
  • Joda-Time presence check fails to detect Joda-Time 2.x specifically #25655
  • Regression in SimpleThreadScope introduced in 5.2.7 #25618
  • Potential integer overflow in ExecutorConfigurationSupport.setAwaitTerminationSeconds(int) and AbstractResourceBasedMessageSource.setCacheSeconds(int) #25613
  • Remove session on 4xx response from WebSocket handshake #25608
  • spring-jdbc don't set out parameter name from metadata for Postgresql function after issue#25399 #25588
  • FileUrlResource isWritable method returns true if URL protocol is not indicating a file #25584
  • Lazy dependency proxy does not populate bean dependencies #25562
  • Bean creation fails with StackOverflowError after upgrading from 5.1.13 to 5.2.7 #25546
  • StaticListableBeanFactory.isSingleton() returns false for singleton beans #25522
  • Standalone MockMvc ignores @RestControllerAdvice annotation attributes #25520
  • MockHttpServletResponse reset() does not reset charset field #25501
  • AnnotationTypeMappings does not filter repeatable annotations #25483
  • Wrong error message for type mismatch in jsonPath().value() #25480
  • Fix infinite loop bug in AnnotationScanner #25429
  • Overloaded @Bean method with name mismatch causes bean to be created twice (in case of ASM processing) #25263

📔 Documentation

  • Prevent confusion about build(boolean) method in UriComponentsBuilder #25604
  • Document how to specify Jackson JSON view serialization hints with @RestController and Webflux #25596
  • Inconsistent log level in @Bean javadoc and ConfigurationClassEnhancer #25590
  • Fix asciidoctor syntax for source #25539
  • Improve Javadoc for @RequestMapping#params #25482
Commits
  • 69921b4 Release version 5.2.9.RELEASE
  • f010368 Polishing
  • 3ec4538 Upgrade to Checkstyle 8.36.1
  • 3c84863 Polishing
  • c2f6a98 Lenient handling of empty Content-Disposition filename
  • 49d65d5 Configurable filename encoding in MimeMessageHelper
  • 16d125c Extend Content-Disposition "inline" to error responses
  • dccc781 Expose defaultCharset in StringDecoder
  • dde79a9 Upgrade to Reactor Dysprosium-SR12
  • 49356b2 SimpleIdGenerator rolls over at Long.MAX_VALUE
  • Additional commits viewable in compare view

Updates spring-beans from 5.2.8.RELEASE to 5.2.9.RELEASE

Release notes

Sourced from spring-beans's releases.

v5.2.9.RELEASE

⭐ New Features

  • HttpHeaders.setContentDispositionFormData should ignore empty filename #25769
  • StringDecoder does not provide a way to configure the default charset #25762
  • MimeMessageHelper.addAttachment: configurable encoding of attachment filename #25755
  • Current log level not checked by LogAccessor supplier-enabled logging methods #25741
  • PropertiesLoaderSupport should ignore socket/connect exceptions as well #25717
  • Avoid repeated calls to getPathWithinApplication from UrlPathHelper.getLookupPathForRequest #25669
  • Avoid full singleton lock for DefaultSingletonBeanRegistry.getSingleton(beanName, false) #25667
  • XStreamMarshaller should avoid direct use of CompositeClassLoader which is not exported by XStream in OSGi #25662
  • Avoid LinkedList performance issues through use of ArrayDeque #25652
  • Introduce createContext() factory method in AbstractGenericContextLoader #25600
  • Declare MessagePostProcessor as a @FunctionalInterface #25571
  • Assert preconditions for MergedAnnotations.from() factory methods #25568
  • Provide access to AbstractRoutingDataSource's resolved target DataSources #25544
  • Possible optimization in UrlResource #25531
  • Refine use of substring operations #25445
  • Cache abstraction does not log hit / miss for synchronized access #25248

🪲 Bug Fixes

  • Issue with Forwarded Header and Multiple Values #25737
  • CallMetaDataContext.reconcileParameters overwrites cursor name #25707
  • VerifyErrors when using SpEL compilation with Thymeleaf when invoking a default method defined in an interface #25706
  • SQLErrorCodesFactory.getErrorCodes(DataSource) returns empty error codes if access to transactional connection fails #25681
  • Make "org.springframework.util.unit.DataSize" class Serializable #25675
  • Joda-Time presence check fails to detect Joda-Time 2.x specifically #25655
  • Regression in SimpleThreadScope introduced in 5.2.7 #25618
  • Potential integer overflow in ExecutorConfigurationSupport.setAwaitTerminationSeconds(int) and AbstractResourceBasedMessageSource.setCacheSeconds(int) #25613
  • Remove session on 4xx response from WebSocket handshake #25608
  • spring-jdbc don't set out parameter name from metadata for Postgresql function after issue#25399 #25588
  • FileUrlResource isWritable method returns true if URL protocol is not indicating a file #25584
  • Lazy dependency proxy does not populate bean dependencies #25562
  • Bean creation fails with StackOverflowError after upgrading from 5.1.13 to 5.2.7 #25546
  • StaticListableBeanFactory.isSingleton() returns false for singleton beans #25522
  • Standalone MockMvc ignores @RestControllerAdvice annotation attributes #25520
  • MockHttpServletResponse reset() does not reset charset field #25501
  • AnnotationTypeMappings does not filter repeatable annotations #25483
  • Wrong error message for type mismatch in jsonPath().value() #25480
  • Fix infinite loop bug in AnnotationScanner #25429
  • Overloaded @Bean method with name mismatch causes bean to be created twice (in case of ASM processing) #25263

📔 Documentation

  • Prevent confusion about build(boolean) method in UriComponentsBuilder #25604
  • Document how to specify Jackson JSON view serialization hints with @RestController and Webflux #25596
  • Inconsistent log level in @Bean javadoc and ConfigurationClassEnhancer #25590
  • Fix asciidoctor syntax for source #25539
  • Improve Javadoc for @RequestMapping#params #25482
Commits
  • 69921b4 Release version 5.2.9.RELEASE
  • f010368 Polishing
  • 3ec4538 Upgrade to Checkstyle 8.36.1
  • 3c84863 Polishing
  • c2f6a98 Lenient handling of empty Content-Disposition filename
  • 49d65d5 Configurable filename encoding in MimeMessageHelper
  • 16d125c Extend Content-Disposition "inline" to error responses
  • dccc781 Expose defaultCharset in StringDecoder
  • dde79a9 Upgrade to Reactor Dysprosium-SR12
  • 49356b2 SimpleIdGenerator rolls over at Long.MAX_VALUE
  • Additional commits viewable in compare view

Updates spring-context from 5.2.8.RELEASE to 5.2.9.RELEASE

Release notes

Sourced from spring-context's releases.

v5.2.9.RELEASE

⭐ New Features

  • HttpHeaders.setContentDispositionFormData should ignore empty filename #25769
  • StringDecoder does not provide a way to configure the default charset #25762
  • MimeMessageHelper.addAttachment: configurable encoding of attachment filename #25755
  • Current log level not checked by LogAccessor supplier-enabled logging methods #25741
  • PropertiesLoaderSupport should ignore socket/connect exceptions as well #25717
  • Avoid repeated calls to getPathWithinApplication from UrlPathHelper.getLookupPathForRequest #25669
  • Avoid full singleton lock for DefaultSingletonBeanRegistry.getSingleton(beanName, false) #25667
  • XStreamMarshaller should avoid direct use of CompositeClassLoader which is not exported by XStream in OSGi #25662
  • Avoid LinkedList performance issues through use of ArrayDeque #25652
  • Introduce createContext() factory method in AbstractGenericContextLoader #25600
  • Declare MessagePostProcessor as a @FunctionalInterface #25571
  • Assert preconditions for MergedAnnotations.from() factory methods #25568
  • Provide access to AbstractRoutingDataSource's resolved target DataSources #25544
  • Possible optimization in UrlResource #25531
  • Refine use of substring operations #25445
  • Cache abstraction does not log hit / miss for synchronized access #25248

🪲 Bug Fixes

  • Issue with Forwarded Header and Multiple Values #25737
  • CallMetaDataContext.reconcileParameters overwrites cursor name #25707
  • VerifyErrors when using SpEL compilation with Thymeleaf when invoking a default method defined in an interface #25706
  • SQLErrorCodesFactory.getErrorCodes(DataSource) returns empty error codes if access to transactional connection fails #25681
  • Make "org.springframework.util.unit.DataSize" class Serializable #25675
  • Joda-Time presence check fails to detect Joda-Time 2.x specifically #25655
  • Regression in SimpleThreadScope introduced in 5.2.7 #25618
  • Potential integer overflow in ExecutorConfigurationSupport.setAwaitTerminationSeconds(int) and AbstractResourceBasedMessageSource.setCacheSeconds(int) #25613
  • Remove session on 4xx response from WebSocket handshake #25608
  • spring-jdbc don't set out parameter name from metadata for Postgresql function after issue#25399 #25588
  • FileUrlResource isWritable method returns true if URL protocol is not indicating a file #25584
  • Lazy dependency proxy does not populate bean dependencies #25562
  • Bean creation fails with StackOverflowError after upgrading from 5.1.13 to 5.2.7 #25546
  • StaticListableBeanFactory.isSingleton() returns false for singleton beans #25522
  • Standalone MockMvc ignores @RestControllerAdvice annotation attributes #25520
  • MockHttpServletResponse reset() does not reset charset field #25501
  • AnnotationTypeMappings does not filter repeatable annotations #25483
  • Wrong error message for type mismatch in jsonPath().value() #25480
  • Fix infinite loop bug in AnnotationScanner #25429
  • Overloaded @Bean method with name mismatch causes bean to be created twice (in case of ASM processing) #25263

📔 Documentation

  • Prevent confusion about build(boolean) method in UriComponentsBuilder #25604
  • Document how to specify Jackson JSON view serialization hints with @RestController and Webflux #25596
  • Inconsistent log level in @Bean javadoc and ConfigurationClassEnhancer #25590
  • Fix asciidoctor syntax for source #25539
  • Improve Javadoc for @RequestMapping#params #25482
Commits
  • 69921b4 Release version 5.2.9.RELEASE
  • f010368 Polishing
  • 3ec4538 Upgrade to Checkstyle 8.36.1
  • 3c84863 Polishing
  • c2f6a98 Lenient handling of empty Content-Disposition filename
  • 49d65d5 Configurable filename encoding in MimeMessageHelper
  • 16d125c Extend Content-Disposition "inline" to error responses
  • dccc781 Expose defaultCharset in StringDecoder
  • dde79a9 Upgrade to Reactor Dysprosium-SR12
  • 49356b2 SimpleIdGenerator rolls over at Long.MAX_VALUE
  • Additional commits viewable in compare view

Updates spring-context-support from 5.2.8.RELEASE to 5.2.9.RELEASE

Release notes

Sourced from spring-context-support's releases.

v5.2.9.RELEASE

⭐ New Features

  • HttpHeaders.setContentDispositionFormData should ignore empty filename #25769
  • StringDecoder does not provide a way to configure the default charset #25762
  • MimeMessageHelper.addAttachment: configurable encoding of attachment filename #25755
  • Current log level not checked by LogAccessor supplier-enabled logging methods #25741
  • PropertiesLoaderSupport should ignore socket/connect exceptions as well #25717
  • Avoid repeated calls to getPathWithinApplication from UrlPathHelper.getLookupPathForRequest #25669
  • Avoid full singleton lock for DefaultSingletonBeanRegistry.getSingleton(beanName, false) #25667
  • XStreamMarshaller should avoid direct use of CompositeClassLoader which is not exported by XStream in OSGi #25662
  • Avoid LinkedList performance issues through use of ArrayDeque #25652
  • Introduce createContext() factory method in AbstractGenericContextLoader #25600
  • Declare MessagePostProcessor as a @FunctionalInterface #25571
  • Assert preconditions for MergedAnnotations.from() factory methods #25568
  • Provide access to AbstractRoutingDataSource's resolved target DataSources #25544
  • Possible optimization in UrlResource #25531
  • Refine use of substring operations #25445
  • Cache abstraction does not log hit / miss for synchronized access #25248

🪲 Bug Fixes

  • Issue with Forwarded Header and Multiple Values #25737
  • CallMetaDataContext.reconcileParameters overwrites cursor name #25707
  • VerifyErrors when using SpEL compilation with Thymeleaf when invoking a default method defined in an interface #25706
  • SQLErrorCodesFactory.getErrorCodes(DataSource) returns empty error codes if access to transactional connection fails #25681
  • Make "org.springframework.util.unit.DataSize" class Serializable #25675
  • Joda-Time presence check fails to detect Joda-Time 2.x specifically #25655
  • Regression in SimpleThreadScope introduced in 5.2.7 #25618
  • Potential integer overflow in ExecutorConfigurationSupport.setAwaitTerminationSeconds(int) and AbstractResourceBasedMessageSource.setCacheSeconds(int) #25613
  • Remove session on 4xx response from WebSocket handshake #25608
  • spring-jdbc don't set out parameter name from metadata for Postgresql function after issue#25399 #25588
  • FileUrlResource isWritable method returns true if URL protocol is not indicating a file #25584
  • Lazy dependency proxy does not populate bean dependencies #25562
  • Bean creation fails with StackOverflowError after upgrading from 5.1.13 to 5.2.7 #25546
  • StaticListableBeanFactory.isSingleton() returns false for singleton beans #25522
  • Standalone MockMvc ignores @RestControllerAdvice annotation attributes #25520
  • MockHttpServletResponse reset() does not reset charset field #25501
  • AnnotationTypeMappings does not filter repeatable annotations #25483
  • Wrong error message for type mismatch in jsonPath().value() #25480
  • Fix infinite loop bug in AnnotationScanner #25429
  • Overloaded @Bean method with name mismatch causes bean to be created twice (in case of ASM processing) #25263

📔 Documentation

  • Prevent confusion about build(boolean) method in UriComponentsBuilder #25604
  • Document how to specify Jackson JSON view serialization hints with @RestController and Webflux #25596
  • Inconsistent log level in @Bean javadoc and ConfigurationClassEnhancer #25590
  • Fix asciidoctor syntax for source #25539
  • Improve Javadoc for @RequestMapping#params #25482
Commits
  • 69921b4 Release version 5.2.9.RELEASE
  • f010368 Polishing
  • 3ec4538 Upgrade to Checkstyle 8.36.1
  • 3c84863 Polishing
  • c2f6a98 Lenient handling of empty Content-Disposition filename
  • 49d65d5 Configurable filename encoding in MimeMessageHelper
  • 16d125c Extend Content-Disposition "inline" to error responses
  • dccc781 Expose defaultCharset in StringDecoder
  • dde79a9 Upgrade to Reactor Dysprosium-SR12
  • 49356b2 SimpleIdGenerator rolls over at Long.MAX_VALUE
  • Additional commits viewable in compare view

Updates spring-core from 5.2.8.RELEASE to 5.2.9.RELEASE

Release notes

Sourced from spring-core's releases.

v5.2.9.RELEASE

⭐ New Features

  • HttpHeaders.setContentDispositionFormData should ignore empty filename #25769
  • StringDecoder does not provide a way to configure the default charset #25762
  • MimeMessageHelper.addAttachment: configurable encoding of attachment filename #25755
  • Current log level not checked by LogAccessor supplier-enabled logging methods #25741
  • PropertiesLoaderSupport should ignore socket/connect exceptions as well #25717
  • Avoid repeated calls to getPathWithinApplication from UrlPathHelper.getLookupPathForRequest #25669
  • Avoid full singleton lock for DefaultSingletonBeanRegistry.getSingleton(beanName, false) #25667
  • XStreamMarshaller should avoid direct use of CompositeClassLoader which is not exported by XStream in OSGi #25662
  • Avoid LinkedList performance issues through use of ArrayDeque #25652
  • Introduce createContext() factory method in AbstractGenericContextLoader #25600
  • Declare MessagePostProcessor as a @FunctionalInterface #25571
  • Assert preconditions for MergedAnnotations.from() factory methods #25568
  • Provide access to AbstractRoutingDataSource's resolved target DataSources #25544
  • Possible optimization in UrlResource #25531
  • Refine use of substring operations #25445
  • Cache abstraction does not log hit / miss for synchronized access #25248

🪲 Bug Fixes

  • Issue with Forwarded Header and Multiple Values #25737
  • CallMetaDataContext.reconcileParameters overwrites cursor name #25707
  • VerifyErrors when using SpEL compilation with Thymeleaf when invoking a default method defined in an interface #25706
  • SQLErrorCodesFactory.getErrorCodes(DataSource) returns empty error codes if access to transactional connection fails #25681
  • Make "org.springframework.util.unit.DataSize" class Serializable #25675
  • Joda-Time presence check fails to detect Joda-Time 2.x specifically #25655
  • Regression in SimpleThreadScope introduced in 5.2.7 #25618
  • Potential integer overflow in ExecutorConfigurationSupport.setAwaitTerminationSeconds(int) and AbstractResourceBasedMessageSource.setCacheSeconds(int) #25613
  • Remove session on 4xx response from WebSocket handshake #25608
  • spring-jdbc don't set out parameter name from metadata for Postgresql function after issue#25399 #25588
  • FileUrlResource isWritable method returns true if URL protocol is not indicating a file #25584
  • Lazy dependency proxy does not populate bean dependencies #25562
  • Bean creation fails with StackOverflowError after upgrading from 5.1.13 to 5.2.7 #25546
  • StaticListableBeanFactory.isSingleton() returns false for singleton beans #25522
  • Standalone MockMvc ignores @RestControllerAdvice annotation attributes #25520
  • MockHttpServletResponse reset() does not reset charset field #25501
  • AnnotationTypeMappings does not filter repeatable annotations #25483
  • Wrong error message for type mismatch in jsonPath().value() #25480
  • Fix infinite loop bug in AnnotationScanner #25429
  • Overloaded @Bean method with name mismatch causes bean to be created twice (in case of ASM processing) #25263

📔 Documentation

  • Prevent confusion about build(boolean) method in UriComponentsBuilder #25604
  • Document how to specify Jackson JSON view serialization hints with @RestController and Webflux #25596
  • Inconsistent log level in @Bean javadoc and ConfigurationClassEnhancer #25590
  • Fix asciidoctor syntax for source #25539
  • Improve Javadoc for @RequestMapping#params #25482
Commits
  • 69921b4 Release version 5.2.9.RELEASE
  • f010368 Polishing
  • 3ec4538 Upgrade to Checkstyle 8.36.1
  • 3c84863 Polishing
  • c2f6a98 Lenient handling of empty Content-Disposition filename
  • 49d65d5 Configurable filename encoding in MimeMessageHelper
  • 16d125c Extend Content-Disposition "inline" to error responses
  • dccc781 Expose defaultCharset in StringDecoder
  • dde79a9 Upgrade to Reactor Dysprosium-SR12
  • 49356b2 SimpleIdGenerator rolls over at Long.MAX_VALUE
  • Additional commits viewable in compare view

Updates spring-instrument from 5.2.8.RELEASE to 5.2.9.RELEASE

Release notes

Sourced from spring-instrument's releases.

v5.2.9.RELEASE

⭐ New Features

  • HttpHeaders.setContentDispositionFormData should ignore empty filename #25769
  • StringDecoder does not provide a way to configure the default charset #25762
  • MimeMessageHelper.addAttachment: configurable encoding of attachment filename #25755
  • Current log level not checked by LogAccessor supplier-enabled logging methods #25741
  • PropertiesLoaderSupport should ignore socket/connect exceptions as well #25717
  • Avoid repeated calls to getPathWithinApplication from UrlPathHelper.getLookupPathForRequest #25669
  • Avoid full singleton lock for DefaultSingletonBeanRegistry.getSingleton(beanName, false) #25667
  • XStreamMarshaller should avoid direct use of CompositeClassLoader which is not exported by XStream in OSGi #25662
  • Avoid LinkedList performance issues through use of ArrayDeque #25652
  • Introduce createContext() factory method in AbstractGenericContextLoader #25600
  • Declare MessagePostProcessor as a @FunctionalInterface #25571
  • Assert preconditions for MergedAnnotations.from() factory methods #25568
  • Provide access to AbstractRoutingDataSource's resolved target DataSources #25544
  • Possible optimization in UrlResource #25531
  • Refine use of substring operations #25445
  • Cache abstraction does not log hit / miss for synchronized access #25248

🪲 Bug Fixes

  • Issue with Forwarded Header and Multiple Values #25737
  • CallMetaDataContext.reconcileParameters overwrites cursor name #25707
  • VerifyErrors when using SpEL compilation with Thymeleaf when invoking a default method defined in an interface #25706
  • SQLErrorCodesFactory.getErrorCodes(DataSource) returns empty error codes if access to transactional connection fails #25681
  • Make "org.springframework.util.unit.DataSize" class Serializable #25675
  • Joda-Time presence check fails to detect Joda-Time 2.x specifically #25655
  • Regression in SimpleThreadScope introduced in 5.2.7 #25618
  • Potential integer overflow in ExecutorConfigurationSupport.setAwaitTerminationSeconds(int) and AbstractResourceBasedMessageSource.setCacheSeconds(int) #25613
  • Remove session on 4xx response from WebSocket handshake #25608
  • spring-jdbc don't set out parameter name from metadata for Postgresql function after issue#25399 #25588
  • FileUrlResource isWritable method returns true if URL protocol is not indicating a file #25584
  • Lazy dependency proxy does not populate bean dependencies #25562
  • Bean creation fails with StackOverflowError after upgrading from 5.1.13 to 5.2.7 #25546
  • StaticListableBeanFactory.isSingleton() returns false for singleton beans #25522
  • Standalone MockMvc ignores @RestControllerAdvice annotation attributes #25520
  • MockHttpServletResponse reset() does not reset charset field #25501
  • AnnotationTypeMappings does not filter repeatable annotations #25483
  • Wrong error message for type mismatch in jsonPath().value() #25480
  • Fix infinite loop bug in AnnotationScanner #25429
  • Overloaded @Bean method with name mismatch causes bean to be created twice (in case of ASM processing) #25263

📔 Documentation

  • Prevent confusion about build(boolean) method in UriComponentsBuilder #25604
  • Document how to specify Jackson JSON view serialization hints with @RestController and Webflux #25596
  • Inconsistent log level in @Bean javadoc and ConfigurationClassEnhancer #25590
  • Fix asciidoctor syntax for source #25539
  • Improve Javadoc for @RequestMapping#params #25482
Commits
  • 69921b4 Release version 5.2.9.RELEASE
  • f010368 Polishing
  • 3ec4538 Upgrade to Checkstyle 8.36.1
  • 3c84863 Polishing
  • c2f6a98 Lenient handling of empty Content-Disposition filename
  • 49d65d5 Configurable filename encoding in MimeMessageHelper
  • 16d125c Extend Content-Disposition "inline" to error responses
  • dccc781 Expose defaultCharset in StringDecoder
  • dde79a9 Upgrade to Reactor Dysprosium-SR12
  • 49356b2 SimpleIdGenerator rolls over at Long.MAX_VALUE
  • Additional commits viewable in compare view

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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps `version.spring.framework` from 5.2.8.RELEASE to 5.2.9.RELEASE.

Updates `spring-aop` from 5.2.8.RELEASE to 5.2.9.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.2.8.RELEASE...v5.2.9.RELEASE)

Updates `spring-beans` from 5.2.8.RELEASE to 5.2.9.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.2.8.RELEASE...v5.2.9.RELEASE)

Updates `spring-context` from 5.2.8.RELEASE to 5.2.9.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.2.8.RELEASE...v5.2.9.RELEASE)

Updates `spring-context-support` from 5.2.8.RELEASE to 5.2.9.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.2.8.RELEASE...v5.2.9.RELEASE)

Updates `spring-core` from 5.2.8.RELEASE to 5.2.9.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.2.8.RELEASE...v5.2.9.RELEASE)

Updates `spring-instrument` from 5.2.8.RELEASE to 5.2.9.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.2.8.RELEASE...v5.2.9.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 16, 2020
@codecov-commenter
Copy link

codecov-commenter commented Sep 16, 2020

Codecov Report

Merging #82 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #82   +/-   ##
=========================================
  Coverage     78.83%   78.83%           
  Complexity       71       71           
=========================================
  Files            19       19           
  Lines           586      586           
  Branches         81       81           
=========================================
  Hits            462      462           
  Misses           91       91           
  Partials         33       33           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cb4a86d...b482ed5. Read the comment docs.

@dependabot-preview
Copy link
Contributor Author

Superseded by #87.

@dependabot-preview dependabot-preview bot deleted the dependabot/maven/version.spring.framework-5.2.9.RELEASE branch October 28, 2020 05:19
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.

2 participants