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

Bump spring.version from 3.1.0.RELEASE to 5.2.0.RELEASE #348

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

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

Bumps spring.version from 3.1.0.RELEASE to 5.2.0.RELEASE.

Updates spring-core from 3.1.0.RELEASE to 5.2.0.RELEASE

Release notes

Sourced from spring-core's releases.

v5.2.0.RELEASE

⭐ New Features

  • Add support for MockRestServiceServer to verify that a header does not exist #23721
  • Set name for shutdown hook Thread #23670
  • Use Reactor's new Schedulers.boundedElastic() #23661
  • Avoid ArrayIndexOutOfBoundsException in SpEL's Indexer #23658
  • Fix RSocketRequester API for requests without payload #23649
  • Allow registration of RSocket metadata extractors #23645
  • Allow @Import and @ComponentScan classes to use constructor injection #23637
  • Add SVG mapping to mime.types file for JavaMail support #23629
  • Provide support for disabling cron-based scheduled jobs registered via SchedulingConfigurer #23568
  • Log HTTP method in logging filters and revise log message format #23567
  • Omit cancellation of transactional Monos in TransactionOperator #23562
  • PathMatchingResourcePatternResolver cannot load resources with a '#' in their file name within JARs #23532
  • Improve parity between Java and Kotlin router DSL #23524
  • Provide an memory efficient alternative to ClientHttpRequestInterceptor #22002

πŸͺ² Bug Fixes

  • Newly added TransactionOperations.execute(Runnable) breaks existing Kotlin code #23724
  • ServerRequestExtensionsTests#remoteAddressOrNull with value() fails on Java 13 #23677
  • PathPatternParserTests#regexPathElementPatterns() fails on Java 13 #23669
  • BOM has explicit compile scope for each dependency #23660
  • AbstractResource causes early log4j initialization #23655
  • Improper UTF-8 handling in MockMvc for JSON response #23622
  • Memory leak when using @Async after upgrading from 5.1 to 5.2 #23571
  • FactoryBean registered with explicit target type cannot be autowired by type #23561

πŸ“” Documentation

  • Fix typo in DispatcherServlet Javadoc #23726
  • Clarify units handling in DataSize javadoc #23697
  • Upgrade "Spring Framework Versions" page to mention JDK 13 support #23674
  • Document WebMvc.fn #23657
  • Mention Ordered and @Order support for components in Javadoc #23636
  • Fix typo #23603
  • Document minimum JDK 8 update version #23563
  • RSocket documentation #23147

πŸ”¨ Dependency Upgrades

  • Upgrade to RSocket 1.0.0.RC5 #23698
  • Upgrade to Reactor Dysprosium-RELEASE #23695
  • Upgrade to Spring Doc Resources 0.1.3 #23679
  • Upgrade to Coroutines 1.3.2 #23663
  • Upgrade to Jackson 2.10.0 #23662

❀️ Contributors

... (truncated)
Commits
  • 927b8c1 Release version 5.2.0.RELEASE
  • e435f64 Temporarily disable Gradle metadata publication
  • a446f57 Fix missing project information in generated POMS
  • 545a4fa Revert "Next Development Version"
  • f3ba263 Next Development Version
  • 77bc1b0 Use RSocket BOM
  • 29f0d1b Remove TODO in AnnotationUtils
  • f9424c8 Upgrade to RSocket 1.0.0-RC5
  • b24ac74 Restore TransactionOperations Kotlin API compatibilty
  • 1e0bdc0 Fix typo in DispatcherServlet Javadoc
  • Additional commits viewable in compare view

Updates spring-beans from 3.1.0.RELEASE to 5.2.0.RELEASE

Release notes

Sourced from spring-beans's releases.

v5.2.0.RELEASE

⭐ New Features

  • Add support for MockRestServiceServer to verify that a header does not exist #23721
  • Set name for shutdown hook Thread #23670
  • Use Reactor's new Schedulers.boundedElastic() #23661
  • Avoid ArrayIndexOutOfBoundsException in SpEL's Indexer #23658
  • Fix RSocketRequester API for requests without payload #23649
  • Allow registration of RSocket metadata extractors #23645
  • Allow @Import and @ComponentScan classes to use constructor injection #23637
  • Add SVG mapping to mime.types file for JavaMail support #23629
  • Provide support for disabling cron-based scheduled jobs registered via SchedulingConfigurer #23568
  • Log HTTP method in logging filters and revise log message format #23567
  • Omit cancellation of transactional Monos in TransactionOperator #23562
  • PathMatchingResourcePatternResolver cannot load resources with a '#' in their file name within JARs #23532
  • Improve parity between Java and Kotlin router DSL #23524
  • Provide an memory efficient alternative to ClientHttpRequestInterceptor #22002

πŸͺ² Bug Fixes

  • Newly added TransactionOperations.execute(Runnable) breaks existing Kotlin code #23724
  • ServerRequestExtensionsTests#remoteAddressOrNull with value() fails on Java 13 #23677
  • PathPatternParserTests#regexPathElementPatterns() fails on Java 13 #23669
  • BOM has explicit compile scope for each dependency #23660
  • AbstractResource causes early log4j initialization #23655
  • Improper UTF-8 handling in MockMvc for JSON response #23622
  • Memory leak when using @Async after upgrading from 5.1 to 5.2 #23571
  • FactoryBean registered with explicit target type cannot be autowired by type #23561

πŸ“” Documentation

  • Fix typo in DispatcherServlet Javadoc #23726
  • Clarify units handling in DataSize javadoc #23697
  • Upgrade "Spring Framework Versions" page to mention JDK 13 support #23674
  • Document WebMvc.fn #23657
  • Mention Ordered and @Order support for components in Javadoc #23636
  • Fix typo #23603
  • Document minimum JDK 8 update version #23563
  • RSocket documentation #23147

πŸ”¨ Dependency Upgrades

  • Upgrade to RSocket 1.0.0.RC5 #23698
  • Upgrade to Reactor Dysprosium-RELEASE #23695
  • Upgrade to Spring Doc Resources 0.1.3 #23679
  • Upgrade to Coroutines 1.3.2 #23663
  • Upgrade to Jackson 2.10.0 #23662

❀️ Contributors

... (truncated)
Commits
  • 927b8c1 Release version 5.2.0.RELEASE
  • e435f64 Temporarily disable Gradle metadata publication
  • a446f57 Fix missing project information in generated POMS
  • 545a4fa Revert "Next Development Version"
  • f3ba263 Next Development Version
  • 77bc1b0 Use RSocket BOM
  • 29f0d1b Remove TODO in AnnotationUtils
  • f9424c8 Upgrade to RSocket 1.0.0-RC5
  • b24ac74 Restore TransactionOperations Kotlin API compatibilty
  • 1e0bdc0 Fix typo in DispatcherServlet Javadoc
  • Additional commits viewable in compare view

Updates spring-orm from 3.1.0.RELEASE to 5.2.0.RELEASE

Release notes

Sourced from spring-orm's releases.

v5.2.0.RELEASE

⭐ New Features

  • Add support for MockRestServiceServer to verify that a header does not exist #23721
  • Set name for shutdown hook Thread #23670
  • Use Reactor's new Schedulers.boundedElastic() #23661
  • Avoid ArrayIndexOutOfBoundsException in SpEL's Indexer #23658
  • Fix RSocketRequester API for requests without payload #23649
  • Allow registration of RSocket metadata extractors #23645
  • Allow @Import and @ComponentScan classes to use constructor injection #23637
  • Add SVG mapping to mime.types file for JavaMail support #23629
  • Provide support for disabling cron-based scheduled jobs registered via SchedulingConfigurer #23568
  • Log HTTP method in logging filters and revise log message format #23567
  • Omit cancellation of transactional Monos in TransactionOperator #23562
  • PathMatchingResourcePatternResolver cannot load resources with a '#' in their file name within JARs #23532
  • Improve parity between Java and Kotlin router DSL #23524
  • Provide an memory efficient alternative to ClientHttpRequestInterceptor #22002

πŸͺ² Bug Fixes

  • Newly added TransactionOperations.execute(Runnable) breaks existing Kotlin code #23724
  • ServerRequestExtensionsTests#remoteAddressOrNull with value() fails on Java 13 #23677
  • PathPatternParserTests#regexPathElementPatterns() fails on Java 13 #23669
  • BOM has explicit compile scope for each dependency #23660
  • AbstractResource causes early log4j initialization #23655
  • Improper UTF-8 handling in MockMvc for JSON response #23622
  • Memory leak when using @Async after upgrading from 5.1 to 5.2 #23571
  • FactoryBean registered with explicit target type cannot be autowired by type #23561

πŸ“” Documentation

  • Fix typo in DispatcherServlet Javadoc #23726
  • Clarify units handling in DataSize javadoc #23697
  • Upgrade "Spring Framework Versions" page to mention JDK 13 support #23674
  • Document WebMvc.fn #23657
  • Mention Ordered and @Order support for components in Javadoc #23636
  • Fix typo #23603
  • Document minimum JDK 8 update version #23563
  • RSocket documentation #23147

πŸ”¨ Dependency Upgrades

  • Upgrade to RSocket 1.0.0.RC5 #23698
  • Upgrade to Reactor Dysprosium-RELEASE #23695
  • Upgrade to Spring Doc Resources 0.1.3 #23679
  • Upgrade to Coroutines 1.3.2 #23663
  • Upgrade to Jackson 2.10.0 #23662

❀️ Contributors

... (truncated)
Commits
  • 927b8c1 Release version 5.2.0.RELEASE
  • e435f64 Temporarily disable Gradle metadata publication
  • a446f57 Fix missing project information in generated POMS
  • 545a4fa Revert "Next Development Version"
  • f3ba263 Next Development Version
  • 77bc1b0 Use RSocket BOM
  • 29f0d1b Remove TODO in AnnotationUtils
  • f9424c8 Upgrade to RSocket 1.0.0-RC5
  • b24ac74 Restore TransactionOperations Kotlin API compatibilty
  • 1e0bdc0 Fix typo in DispatcherServlet Javadoc
  • Additional commits viewable in compare view

Updates spring-context from 3.1.0.RELEASE to 5.2.0.RELEASE

Release notes

Sourced from spring-context's releases.

v5.2.0.RELEASE

⭐ New Features

  • Add support for MockRestServiceServer to verify that a header does not exist #23721
  • Set name for shutdown hook Thread #23670
  • Use Reactor's new Schedulers.boundedElastic() #23661
  • Avoid ArrayIndexOutOfBoundsException in SpEL's Indexer #23658
  • Fix RSocketRequester API for requests without payload #23649
  • Allow registration of RSocket metadata extractors #23645
  • Allow @Import and @ComponentScan classes to use constructor injection #23637
  • Add SVG mapping to mime.types file for JavaMail support #23629
  • Provide support for disabling cron-based scheduled jobs registered via SchedulingConfigurer #23568
  • Log HTTP method in logging filters and revise log message format #23567
  • Omit cancellation of transactional Monos in TransactionOperator #23562
  • PathMatchingResourcePatternResolver cannot load resources with a '#' in their file name within JARs #23532
  • Improve parity between Java and Kotlin router DSL #23524
  • Provide an memory efficient alternative to ClientHttpRequestInterceptor #22002

πŸͺ² Bug Fixes

  • Newly added TransactionOperations.execute(Runnable) breaks existing Kotlin code #23724
  • ServerRequestExtensionsTests#remoteAddressOrNull with value() fails on Java 13 #23677
  • PathPatternParserTests#regexPathElementPatterns() fails on Java 13 #23669
  • BOM has explicit compile scope for each dependency #23660
  • AbstractResource causes early log4j initialization #23655
  • Improper UTF-8 handling in MockMvc for JSON response #23622
  • Memory leak when using @Async after upgrading from 5.1 to 5.2 #23571
  • FactoryBean registered with explicit target type cannot be autowired by type #23561

πŸ“” Documentation

  • Fix typo in DispatcherServlet Javadoc #23726
  • Clarify units handling in DataSize javadoc #23697
  • Upgrade "Spring Framework Versions" page to mention JDK 13 support #23674
  • Document WebMvc.fn #23657
  • Mention Ordered and @Order support for components in Javadoc #23636
  • Fix typo #23603
  • Document minimum JDK 8 update version #23563
  • RSocket documentation #23147

πŸ”¨ Dependency Upgrades

  • Upgrade to RSocket 1.0.0.RC5 #23698
  • Upgrade to Reactor Dysprosium-RELEASE #23695
  • Upgrade to Spring Doc Resources 0.1.3 #23679
  • Upgrade to Coroutines 1.3.2 #23663
  • Upgrade to Jackson 2.10.0 #23662

❀️ Contributors

... (truncated)
Commits
  • 927b8c1 Release version 5.2.0.RELEASE
  • e435f64 Temporarily disable Gradle metadata publication
  • a446f57 Fix missing project information in generated POMS
  • 545a4fa Revert "Next Development Version"
  • f3ba263 Next Development Version
  • 77bc1b0 Use RSocket BOM
  • 29f0d1b Remove TODO in AnnotationUtils
  • f9424c8 Upgrade to RSocket 1.0.0-RC5
  • b24ac74 Restore TransactionOperations Kotlin API compatibilty
  • 1e0bdc0 Fix typo in DispatcherServlet Javadoc
  • Additional commits viewable in compare view

Updates spring-expression from 3.1.0.RELEASE to 5.2.0.RELEASE

Release notes

Sourced from spring-expression's releases.

v5.2.0.RELEASE

⭐ New Features

  • Add support for MockRestServiceServer to verify that a header does not exist #23721
  • Set name for shutdown hook Thread #23670
  • Use Reactor's new Schedulers.boundedElastic() #23661
  • Avoid ArrayIndexOutOfBoundsException in SpEL's Indexer #23658
  • Fix RSocketRequester API for requests without payload #23649
  • Allow registration of RSocket metadata extractors #23645
  • Allow @Import and @ComponentScan classes to use constructor injection #23637
  • Add SVG mapping to mime.types file for JavaMail support #23629
  • Provide support for disabling cron-based scheduled jobs registered via SchedulingConfigurer #23568
  • Log HTTP method in logging filters and revise log message format #23567
  • Omit cancellation of transactional Monos in TransactionOperator #23562
  • PathMatchingResourcePatternResolver cannot load resources with a '#' in their file name within JARs #23532
  • Improve parity between Java and Kotlin router DSL #23524
  • Provide an memory efficient alternative to ClientHttpRequestInterceptor #22002

πŸͺ² Bug Fixes

  • Newly added TransactionOperations.execute(Runnable) breaks existing Kotlin code #23724
  • ServerRequestExtensionsTests#remoteAddressOrNull with value() fails on Java 13 #23677
  • PathPatternParserTests#regexPathElementPatterns() fails on Java 13 #23669
  • BOM has explicit compile scope for each dependency #23660
  • AbstractResource causes early log4j initialization #23655
  • Improper UTF-8 handling in MockMvc for JSON response #23622
  • Memory leak when using @Async after upgrading from 5.1 to 5.2 #23571
  • FactoryBean registered with explicit target type cannot be autowired by type #23561

πŸ“” Documentation

  • Fix typo in DispatcherServlet Javadoc #23726
  • Clarify units handling in DataSize javadoc #23697
  • Upgrade "Spring Framework Versions" page to mention JDK 13 support #23674
  • Document WebMvc.fn #23657
  • Mention Ordered and @Order support for components in Javadoc #23636
  • Fix typo #23603
  • Document minimum JDK 8 update version #23563
  • RSocket documentation #23147

πŸ”¨ Dependency Upgrades

  • Upgrade to RSocket 1.0.0.RC5 #23698
  • Upgrade to Reactor Dysprosium-RELEASE #23695
  • Upgrade to Spring Doc Resources 0.1.3 #23679
  • Upgrade to Coroutines 1.3.2 #23663
  • Upgrade to Jackson 2.10.0 #23662

❀️ Contributors

... (truncated)
Commits
  • 927b8c1 Release version 5.2.0.RELEASE
  • e435f64 Temporarily disable Gradle metadata publication
  • a446f57 Fix missing project information in generated POMS
  • 545a4fa Revert "Next Development Version"
  • f3ba263 Next Development Version
  • 77bc1b0 Use RSocket BOM
  • 29f0d1b Remove TODO in AnnotationUtils
  • f9424c8 Upgrade to RSocket 1.0.0-RC5
  • b24ac74 Restore TransactionOperations Kotlin API compatibilty
  • 1e0bdc0 Fix typo in DispatcherServlet Javadoc
  • Additional commits viewable in compare view

Updates spring-aop from 3.1.0.RELEASE to 5.2.0.RELEASE

Release notes

Sourced from spring-aop's releases.

v5.2.0.RELEASE

⭐ New Features

  • Add support for MockRestServiceServer to verify that a header does not exist #23721
  • Set name for shutdown hook Thread #23670
  • Use Reactor's new Schedulers.boundedElastic() #23661
  • Avoid ArrayIndexOutOfBoundsException in SpEL's Indexer #23658
  • Fix RSocketRequester API for requests without payload #23649
  • Allow registration of RSocket metadata extractors #23645
  • Allow @Import and @ComponentScan classes to use constructor injection #23637
  • Add SVG mapping to mime.types file for JavaMail support #23629
  • Provide support for disabling cron-based scheduled jobs registered via SchedulingConfigurer #23568
  • Log HTTP method in logging filters and revise log message format #23567
  • Omit cancellation of transactional Monos in TransactionOperator #23562
  • PathMatchingResourcePatternResolver cannot load resources with a '#' in their file name within JARs #23532
  • Improve parity between Java and Kotlin router DSL #23524
  • Provide an memory efficient alternative to ClientHttpRequestInterceptor #22002

πŸͺ² Bug Fixes

  • Newly added TransactionOperations.execute(Runnable) breaks existing Kotlin code #23724
  • ServerRequestExtensionsTests#remoteAddressOrNull with value() fails on Java 13 #23677
  • PathPatternParserTests#regexPathElementPatterns() fails on Java 13 #23669
  • BOM has explicit compile scope for each dependency #23660
  • AbstractResource causes early log4j initialization #23655
  • Improper UTF-8 handling in MockMvc for JSON response #23622
  • Memory leak when using @Async after upgrading from 5.1 to 5.2 #23571
  • FactoryBean registered with explicit target type cannot be autowired by type #23561

πŸ“” Documentation

  • Fix typo in DispatcherServlet Javadoc #23726
  • Clarify units handling in DataSize javadoc #23697
  • Upgrade "Spring Framework Versions" page to mention JDK 13 support #23674
  • Document WebMvc.fn #23657
  • Mention Ordered and @Order support for components in Javadoc #23636
  • Fix typo #23603
  • Document minimum JDK 8 update version #23563
  • RSocket documentation #23147

πŸ”¨ Dependency Upgrades

  • Upgrade to RSocket 1.0.0.RC5 #23698
  • Upgrade to Reactor Dysprosium-RELEASE #23695
  • Upgrade to Spring Doc Resources 0.1.3 #23679
  • Upgrade to Coroutines 1.3.2 #23663
  • Upgrade to Jackson 2.10.0 #23662

❀️ Contributors

... (truncated)
Commits
  • 927b8c1 Release version 5.2.0.RELEASE
  • e435f64 Temporarily disable Gradle metadata publication
  • a446f57 Fix missing project information in generated POMS
  • 545a4fa Revert "Next Development Version"
  • f3ba263 Next Development Version
  • 77bc1b0 Use RSocket BOM
  • 29f0d1b Remove TODO in AnnotationUtils
  • f9424c8 Upgrade to RSocket 1.0.0-RC5
  • b24ac74 Restore TransactionOperations Kotlin API compatibilty
  • 1e0bdc0 Fix typo in DispatcherServlet Javadoc
  • Additional commits viewable in compare view

Updates spring-jdbc from 3.1.0.RELEASE to 5.2.0.RELEASE

Release notes

Sourced from spring-jdbc's releases.

v5.2.0.RELEASE

⭐ New Features

  • Add support for MockRestServiceServer to verify that a header does not exist #23721
  • Set name for shutdown hook Thread #23670
  • Use Reactor's new Schedulers.boundedElastic() #23661
  • Avoid ArrayIndexOutOfBoundsException in SpEL's Indexer #23658
  • Fix RSocketRequester API for requests without payload #23649
  • Allow registration of RSocket metadata extractors #23645
  • Allow @Import and @ComponentScan classes to use constructor injection #23637
  • Add SVG mapping to mime.types file for JavaMail support #23629
  • Provide support for disabling cron-based scheduled jobs registered via SchedulingConfigurer #23568
  • Log HTTP method in logging filters and revise log message format #23567
  • Omit cancellation of transactional Monos in TransactionOperator #23562
  • PathMatchingResourcePatternResolver cannot load resources with a '#' in their file name within JARs #23532
  • Improve parity between Java and Kotlin router DSL #23524
  • Provide an memory efficient alternative to ClientHttpRequestInterceptor #22002

πŸͺ² Bug Fixes

  • Newly added TransactionOperations.execute(Runnable) breaks existing Kotlin code #23724
  • ServerRequestExtensionsTests#remoteAddressOrNull with value() fails on Java 13 #23677
  • PathPatternParserTests#regexPathElementPatterns() fails on Java 13 #23669
  • BOM has explicit compile scope for each dependency #23660
  • AbstractResource causes early log4j initialization #23655
  • Improper UTF-8 handling in MockMvc for JSON response #23622
  • Memory leak when using @Async after upgrading from 5.1 to 5.2 #23571
  • FactoryBean registered with explicit target type cannot be autowired by type #23561

πŸ“” Documentation

  • Fix typo in DispatcherServlet Javadoc #23726
  • Clarify units handling in DataSize javadoc #23697
  • Upgrade "Spring Framework Versions" page to mention JDK 13 support #23674
  • Document WebMvc.fn #23657
  • Mention Ordered and @Order support for components in Javadoc #23636
  • Fix typo #23603
  • Document minimum JDK 8 update version #23563
  • RSocket documentation #23147

πŸ”¨ Dependency Upgrades

  • Upgrade to RSocket 1.0.0.RC5 #23698
  • Upgrade to Reactor Dysprosium-RELEASE #23695
  • Upgrade to Spring Doc Resources 0.1.3 #23679
  • Upgrade to Coroutines 1.3.2 #23663
  • Upgrade to Jackson 2.10.0 #23662

❀️ Contributors

... (truncated)
Commits
  • 927b8c1 Release version 5.2.0.RELEASE
  • e435f64 Temporarily disable Gradle metadata publication
  • a446f57 Fix missing project information in generated POMS
  • 545a4fa Revert "Next Development Version"
  • f3ba263 Next Development Version
  • 77bc1b0 Use RSocket BOM
  • 29f0d1b Remove TODO in AnnotationUtils
  • f9424c8 Upgrade to RSocket 1.0.0-RC5
  • b24ac74 Restore TransactionOperations Kotlin API compatibilty
  • 1e0bdc0 Fix typo in DispatcherServlet Javadoc
  • Additional commits viewable in compare view

Updates spring-security-acl from 3.1.0.RELEASE to 5.2.0.RELEASE

Release notes

Sourced from spring-security-acl's releases.

5.2.0.RELEASE

⭐ New Features

  • Add Hello RSocket Sample #7504
  • Add RSocket Reference #7502
  • CookieServerCsrfRepositoryTests should not start domain with a dot #7500
  • Add OAuth2 Resource Server to Modules Section #7498
  • Initial saml2 login docs #7495
  • SAML 2 Assertion - Always require signature validation #7490
  • Add Reactive Messaging CurrentSecurityContextPrincipalArgumentResolver #7488
  • CurrentSecurityContextArgumentResolver polishes #7487
  • Add ClientRegistration.withClientRegistration(ClientRegistration) #7486
  • Add hasAuthority method to RSocketSecurity #7478
  • Align Servlet ExchangeFilterFunction CoreSubscriber #7476
  • WebFluxSecurityConfiguration does not configure oauth2Client #7470
  • Allow to customize OAuth2AuthorizationRequestRedirectWebFilter in OAuth2LoginSpec #7467
  • Add ability to customize OAuth2AuthorizationRequestRedirectWebFilter in OAuth2LoginSpec #7466
  • Document Clear-Site-Data Support #7463
  • Document RFC 8414 Support #7462
  • Document Bearer Token Propagation #7461
  • Document Reactive Mock Jwt Testing #7460
  • Fixed typo in comment #7458
  • Use Schedulers.boundedElastic() #7457
  • AbstractUserDetailsReactiveAuthenticationManager uses newParallel #7456
  • Add hasAnyAuthority method in AuthorizePayloadsSpec.Access #7455
  • Add denyAll method in AuthorizePayloadsSpec.Access #7451
  • AuthenticationFilter's methods should be private #7447
  • AuthenticationFilter should provide session fixation protection #7446
  • Use Jwt.Builder #7443
  • Add AuthorizePayloadsSpec.Access denyAll, hasAnyRole, hasAnyAuthority #7437
  • Add AuthorizePayloadsSpec.Access hasAuthority #7435
  • Document Resource Server User-Info Usage #7431
  • Document Reactive Opaque Token Usage #7430
  • Document NimbusReactiveJwtDecoder #7425
  • Document Mock Jwt Testing #7424
  • Servlet ExchangeFilterFunctions should align #7422
  • Document Opaque Token Usage #7420
  • ServletBearerExchangeFilterFunction should propagate Authentication #7418
  • Document NimbusJwtDecoder #7408
  • Document Jwt.Builder #7407
  • Document OAuth2AuthenticatedPrincipal #7406
  • DefaultReactiveOAuth2AuthorizedClientManager should default ServerWebExchange #7390
  • Make OAuth2User extends OAuth2AuthenticatedPrincipal #7383
  • OAuth2User should extend OAuth2AuthenticatedPrincipal #7378
  • SamlAuthenticationProvider should propagate actual validation errors #7375
  • Add Reactive Messaging AuthenticationPrincipalArgumentResolver #7363
  • Allow Custom PayloadInterceptor to be Added #7362
  • Default RSocketSecurity #7361
  • Add nonce to OIDC Authentication Request #7337
  • Introduce LogoutSuccessEvent #7306
... (truncated)
Commits
  • b7d97ca Release 5.2.0.RELEASE
  • 0d088b5 Allow milestone for Boot version
  • 4113e79 Upgrade Spring Boot to 2.2.0.M6
  • 8c42526 Upgrade rsocket to 1.0.0-RC5 without BOM
  • cdeeb27 Upgrade Spring Data to Lovelace-SR11
  • 9393017 Upgrade Project Reactor to Dysprosium-RELEASE
  • 09c29d2 Upgrade Spring Framework to 5.2.0.RELEASE
  • b29106e Use deamon thread for Schedulers.newParallel
  • 1bf0e70 Revert "Dispose default Scheduler"
  • 8bc3ad1 SAML 2 Login - Documentation
  • Additional commits viewable in compare view

Updates spring-security-taglibs from 3.1.0.RELEASE to 5.2.0.RELEASE

Release notes

Sourced from spring-security-taglibs's releases.

5.2.0.RELEASE

⭐ New Features

  • Add Hello RSocket Sample #7504
  • Add RSocket Reference #7502
  • CookieServerCsrfRepositoryTests should not start domain with a dot #7500
  • Add OAuth2 Resource Server to Modules Section #7498
  • Initial saml2 login docs #7495
  • SAML 2 Assertion - Always require signature validation #7490
  • Add Reactive Messaging CurrentSecurityContextPrincipalArgumentResolver #7488
  • CurrentSecurityContextArgumentResolver polishes #7487
  • Add ClientRegistration.withClientRegistration(ClientRegistration) #7486
  • Add hasAuthority method to RSocketSecurity #7478
  • Align Servlet ExchangeFilterFunction CoreSubscriber #7476
  • WebFluxSecurityConfiguration does not configure oauth2Client #7470
  • Allow to customize OAuth2AuthorizationRequestRedirectWebFilter in OAuth2LoginSpec #7467
  • Add ability to customize OAuth2AuthorizationRequestRedirectWebFilter in OAuth2LoginSpec #7466
  • Document Clear-Site-Data Support #7463
  • Document RFC 8414 Support #7462
  • Document Bearer Token Propagation #7461
  • Document Reactive Mock Jwt Testing #7460
  • Fixed typo in comment #7458
  • Use Schedulers.boundedElastic() #7457
  • AbstractUserDetailsReactiveAuthenticationManager uses newParallel #7456
  • Add hasAnyAuthority method in AuthorizePayloadsSpec.Access #7455
  • Add denyAll method in AuthorizePayloadsSpec.Access #7451
  • AuthenticationFilter's methods should be private #7447
  • AuthenticationFilter should provide session fixation protection #7446
  • Use Jwt.Builder #7443
  • Add AuthorizePayloadsSpec.Access denyAll, hasAnyRole, hasAnyAuthority #7437
  • Add AuthorizePayloadsSpec.Access hasAuthority #7435
  • Document Resource Server User-Info Usage #7431
  • Document Reactive Opaque Token Usage #7430
  • Document NimbusReactiveJwtDecoder #7425
  • Document Mock Jwt Testing #7424
  • Servlet ExchangeFilterFunctions should align #7422
  • Document Opaque Token Usage #7420
  • ServletBearerExchangeFilterFunction should propagate Authentication #7418
  • Document NimbusJwtDecoder #7408
  • Document Jwt.Builder #7407
  • Document OAuth2AuthenticatedPrincipal #7406
  • DefaultReactiveOAuth2AuthorizedClientManager should default ServerWebExchange #7390
  • Make OAuth2User extends OAuth2AuthenticatedPrincipal #7383
  • OAuth2User should extend OAuth2AuthenticatedPrincipal #7378
  • SamlAuthenticationProvider should propagate actual validation errors #7375
  • Add Reactive Messaging AuthenticationPrincipalArgumentResolver #7363
  • Allow Custom PayloadInterceptor to be Added #7362
  • Default RSocketSecurity #7361
  • Add nonce to OIDC Authentication Request #7337
  • Introduce LogoutSuccessEvent #7306
... (truncated)
Commits
  • b7d97ca Release 5.2.0.RELEASE
  • 0d088b5 Allow milestone for Boot version
  • 4113e79 Upgrade Spring Boot to 2.2.0.M6
  • 8c42526 Upgrade rsocket to 1.0.0-RC5 without BOM
  • cdeeb27 Upgrade Spring Data to Lovelace-SR11
  • 9393017 Upgrade Project Reactor to Dysprosium-RELEASE
  • 09c29d2 Upgrade Spring Framework to 5.2.0.RELEASE
  • b29106e Use deamon thread for Schedulers.newParallel
  • 1bf0e70 Revert "Dispose default Scheduler"
  • 8bc3ad1 SAML 2 Login - Documentation
  • Additional commits viewable in compare view

Updates spring-test from 3.1.0.RELEASE to 5.2.0.RELEASE

Release notes

Sourced from spring-test's releases.

v5.2.0.RELEASE

⭐ New Features

  • Add support for MockRestServiceServer to verify that a header does not exist #23721
  • Set name for shutdown hook Thread #23670
  • Use Reactor's new Schedulers.boundedElastic() #23661
  • Avoid ArrayIndexOutOfBoundsException in SpEL's Indexer #23658
  • Fix RSocketRequester API for requests without payload #23649
  • Allow registration of RSocket metadata extractors #23645
  • Allow @Import and @ComponentScan classes to use constructor injection #23637
  • Add SVG mapping to mime.types file for JavaMail support #23629
  • Provide support for disabling cron-based scheduled jobs registered via SchedulingConfigurer #23568
  • Log HTTP method in logging filters and revise log message format #23567
  • Omit cancellation of transactional Monos in TransactionOperator #23562
  • PathMatchingResourcePatternResolver cannot load resources with a '#' in their file name within JARs #23532
  • Improve parity between Java and Kotlin router DSL #23524
  • Provide an memory efficient alternative to ClientHttpRequestInterceptor #22002

πŸͺ² Bug Fixes

  • Newly added TransactionOperations.execute(Runnable) breaks existing Kotlin code #23724
  • ServerRequestExtensionsTests#remoteAddressOrNull with value() fails on Java 13 #23677
  • PathPatternParserTests#regexPathElementPatterns() fails on Java 13 #23669
  • BOM has explicit compile scope for each dependency #23660
  • AbstractResource causes early log4j initialization #23655
  • Improper UTF-8 handling in MockMvc for JSON response #23622
  • Memory leak when using @Async after upgrading from 5.1 to 5.2 #23571
  • FactoryBean registered with explicit target type cannot be autowired by type #23561

πŸ“” Documentation

  • Fix typo in DispatcherServlet Javadoc #23726
  • Clarify units handling in DataSize javadoc #23697
  • Upgrade "Spring Framework Versions" page to mention JDK 13 support #23674
  • Document WebMvc.fn #23657
  • Mention Ordered and @Order support for components in Javadoc #23636
  • Fix typo #23603
  • Document minimum JDK 8 update version #23563
  • RSocket documentation #23147

πŸ”¨ Dependency Upgrades

  • Upgrade to RSocket 1.0.0.RC5 #23698
  • Upgrade to Reactor Dysprosium-RELEASE #23695
  • Upgrade to Spring Doc Resources 0.1.3 #23679
  • Upgrade to Coroutines 1.3.2 #23663
  • Upgrade to Jackson 2.10.0 #23662

❀️ Contributors

... (truncated)
Commits
  • 927b8c1 Release version 5.2.0.RELEASE
  • e435f64 Temporarily disable Gradle metadata publication
  • a446f57 Fix missing project information in generated POMS
  • 545a4fa Revert "Next Development Version"
  • f3ba263 Next Development Version
  • 77bc1b0 Use RSocket BOM
  • 29f0d1b Remove TODO in AnnotationUtils
  • f9424c8 Upgrade to RSocket 1.0.0-RC5
  • b24ac74 Restore TransactionOperations Kotlin API compatibilty
  • 1e0bdc0 Fix typo in DispatcherServlet Javadoc
  • Additional commits viewable in compare view

Updates spring-web from 3.1.0.RELEASE to 5.2.0.RELEASE

Release notes

Sourced from spring-web's releases.

v5.2.0.RELEASE

⭐ New Features

  • Add support for MockRestServiceServer to verify that a header does not exist #23721
  • Set name for shutdown hook Thread #23670
  • Use Reactor's new Schedulers.boundedElastic() #23661
  • Avoid ArrayIndexOutOfBoundsException in SpEL's Indexer #23658
  • Fix RSocketRequester API for requests without payload #23649
  • Allow registration of RSocket metadata extractors #23645
  • Allow @Import and @ComponentScan classes to use constructor injection #23637
  • Add SVG mapping to mime.types file for JavaMail support #23629
  • Provide support for disabling cron-based scheduled jobs registered via SchedulingConfigurer #23568
  • Log HTTP method in logging filters and revise log message format #23567
  • Omit cancellation of transactional Monos in TransactionOperator #23562
  • PathMatchingResourcePatternResolver cannot load resources with a '#' in their file name within JARs #23532
  • Improve parity between Java and Kotlin router DSL #23524
  • Provide an memory efficient alternative to ClientHttpRequestInterceptor #22002

πŸͺ² Bug Fixes

  • Newly added TransactionOperations.execute(Runnable) breaks existing Kotlin code #23724
  • ServerRequestExtensionsTests#remoteAddressOrNull with value() fails on Java 13 #23677
  • PathPatternParserTests#regexPathElementPatterns() fails on Java 13 #23669
  • BOM has explicit compile scope for each dependency #23660
  • AbstractResource causes early log4j initialization #23655
  • Improper UTF-8 handling in MockMvc for JSON response #23622
  • Memory leak when using @Async after upgrading from 5.1 to 5.2 #23571
  • FactoryBean registered with explicit target type cannot be autowired by type #23561

πŸ“” Documentation

  • Fix typo in DispatcherServlet Javadoc #23726
  • Clarify units handling in DataSize javadoc #23697
  • Upgrade "Spring Framework Versions" page to mention JDK 13 support #23674
  • Document WebMvc.fn #23657
  • Mention Ordered and @Order support for components in Javadoc #23636
  • Fix typo #23603
  • Document minimum JDK 8 update version #23563
  • RSocket documentation #23147

πŸ”¨ Dependency Upgrades

  • Upgrade to RSocket 1.0.0.RC5 #23698
  • Upgrade to Reactor Dysprosium-RELEASE #23695
  • Upgrade to Spring Doc Resources 0.1.3 #23679
  • Upgrade to Coroutines 1.3.2 #23663
  • Upgrade to Jackson 2.10.0 #23662

❀️ Contributors

... (truncated)
Commits
  • 927b8c1 Release version 5.2.0.RELEASE
  • e435f64 Temporarily disable Gradle metadata publication
  • a446f57 Fix missing project information in generated POMS
  • 545a4fa Revert "Next Development Version"
  • f3ba263 Next Development Version
  • 77bc1b0 Use RSocket BOM
  • 29f0d1b Remove TODO in AnnotationUtils
  • f9424c8 Upgrade to RSocket 1.0.0-RC5
  • b24ac74 Restore TransactionOperations Kotlin API compatibilty
  • 1e0bdc0 Fix typo in DispatcherServlet Javadoc
  • Additional commits viewable in compare view

Updates spring-webmvc from 3.1.0.RELEASE to 5.2.0.RELEASE

Release notes

Sourced from spring-webmvc's releases.

v5.2.0.RELEASE

⭐ New Features

  • Add support for MockRestServiceServer to verify that a header does not exist #23721
  • Set name for shutdown hook Thread #23670
  • Use Reactor's new Schedulers.boundedElastic() #23661
  • Avoid ArrayIndexOutOfBoundsException in SpEL's Indexer #23658
  • Fix RSocketRequester API for requests without payload #23649
  • Allow registration of RSocket metadata extractors #23645
  • Allow @Import and @ComponentScan classes to use constructor injection #23637
  • Add SVG mapping to mime.types file for JavaMail support #23629
  • Provide support for disabling cron-based scheduled jobs registered via SchedulingConfigurer #23568
  • Log HTTP method in logging filters and revise log message format #23567
  • Omit cancellation of transactional Monos in TransactionOperator #23562
  • PathMatchingResourcePatternResolver cannot load resources with a '#' in their file name within JARs #23532
  • Improve parity between Java and Kotlin router DSL #23524
  • Provide an memory efficient alternative to ClientHttpRequestInterceptor #22002

πŸͺ² Bug Fixes

  • Newly added TransactionOperations.execute(Runnable) breaks existing Kotlin code #23724
  • ServerRequestExtensionsTests#remoteAddressOrNull with value() fails on Java 13 #23677
  • PathPatternParserTests#regexPathElementPatterns() fails on Java 13 #23669
  • BOM has explicit compile scope for each dependency #23660
  • AbstractResource causes early log4j initialization #23655
  • Improper UTF-8 handling in MockMvc for JSON response #23622
  • Memory leak when using @Async after upgrading from 5.1 to 5.2 #23571
  • FactoryBean registered with explicit target type cannot be autowired by type #23561

πŸ“” Documentation

  • Fix typo in DispatcherServlet Javadoc #23726
  • Clarify units handling in DataSize javadoc #23697
  • Upgrade "Spring Framework Versions" page to mention JDK 13 support #23674
  • Document WebMvc.fn #23657
  • Mention Ordered and @Order support for components in Javadoc #23636
  • Fix typo #23603
  • Document minimum JDK 8 update version #23563
  • RSocket documentation #23147

πŸ”¨ Dependency Upgrades

  • Upgrade to RSocket 1.0.0.RC5 #23698
  • Upgrade to Reactor Dysprosium-RELEASE #23695
  • Upgrade to Spring Doc Resources 0.1.3 #23679
  • Upgrade to Coroutines 1.3.2 #23663
  • Upgrade to Jackson 2.10.0 #23662

❀️ Contributors

... (truncated)
Commits
  • 927b8c1 Release version 5.2.0.RELEASE
  • e435f64 Temporarily disable Gradle metadata publication
  • a446f57 Fix missing project information in generated POMS
  • 545a4fa Revert "Next Development Version"
  • f3ba263 Next Development Version
  • 77bc1b0 Use RSocket BOM
  • 29f0d1b Remove TODO in AnnotationUtils
  • f9424c8 Upgrade to RSocket 1.0.0-RC5
  • b24ac74 Restore TransactionOperations Kotlin API compatibilty
  • 1e0bdc0 Fix typo in DispatcherServlet Javadoc
  • Additional commits viewable in compare view

Updates spring-security-core from 3.1.0.RELEASE to 5.2.0.RELEASE

Release notes

Sourced from spring-security-core's releases.

5.2.0.RELEASE

⭐ New Features

  • Add Hello RSocket Sample #7504
  • Add RSocket Reference #7502
  • CookieServerCsrfRepositoryTests should not start domain with a dot #7500
  • Add OAuth2 Resource Server to Modules Section #7498
  • Initial saml2 login docs #7495
  • SAML 2 Assertion - Always require signature validation #7490
  • Add Reactive Messaging CurrentSecurityContextPrincipalArgumentResolver #7488
  • CurrentSecurityContextArgumentResolver polishes #7487
  • Add ClientRegistration.withClientRegistration(ClientRegistration) #7486
  • Add hasAuthority method to RSocketSecurity #7478
  • Align Servlet ExchangeFilterFunction CoreSubscriber #7476
  • WebFluxSecurityConfiguration does not configure oauth2Client #7470
  • Allow to customize OAuth2AuthorizationRequestRedirectWebFilter in OAuth2LoginSpec #7467
  • Add ability to customize OAuth2AuthorizationRequestRedirectWebFilter in OAuth2LoginSpec #7466
  • Document Clear-Site-Data Support #7463
  • Document RFC 8414 Support #7462
  • Document Bearer Token Propagation #7461
  • Document Reactive Mock Jwt Testing #7460
  • Fixed typo in comment #7458
  • Use Schedulers.boundedElastic() #7457
  • AbstractUserDetailsReactiveAuthenticationManager uses newParallel #7456
  • Add hasAnyAuthority method in AuthorizePayloadsSpec.Access #7455
  • Add denyAll method in AuthorizePayloadsSpec.Access #7451
  • AuthenticationFilter's methods should be private #7447
  • AuthenticationFilter should provide session fixation protection #7446
  • Use Jwt.Builder #7443
  • Add AuthorizePayloadsSpec.Access denyAll, hasAnyRole, hasAnyAuthority #7437
  • Add AuthorizePayloadsSpec.Access hasAuthority #7435
  • Document Resource Server User-Info Usage #7431
  • Document Reactive Opaque Token Usage #7430
  • Document NimbusReactiveJwtDecoder #7425
  • Document Mock Jwt Testing #7424
  • Servlet ExchangeFilterFunctions should align #7422
  • Document Opaque Token Usage #7420
  • ServletBearerExchangeFilterFunction should propagate Authentication #7418
  • Document NimbusJwtDecoder #7408
  • Document Jwt.Builder #7407
  • Document OAuth2AuthenticatedPrincipal #7406
  • DefaultReactiveOAuth2AuthorizedClientManager should default ServerWebExchange #7390
  • Make OAuth2User extends OAuth2AuthenticatedPrincipal #7383
  • OAuth2User should extend OAuth2AuthenticatedPrincipal #7378
  • SamlAuthenticationProvider should propagate actual validation errors #7375
  • Add Reactive Messaging AuthenticationPrincipalArgumentResolver #7363
  • Allow Custom PayloadInterceptor to be Added #7362
  • Default RSocketSecurity #7361
  • Add nonce to OIDC Authentication Request #7337
  • Introduce LogoutSuccessEvent #7306
... (truncated)
Commits
  • b7d97ca Release 5.2.0.RELEASE
  • 0d088b5 Allow milestone for Boot version
  • 4113e79 Upgrade Spring Boot to 2.2.0.M6
  • 8c42526 Upgrade rsocket to 1.0.0-RC5 without BOM
  • cdeeb27 Upgrade Spring Data to Lovelace-SR11
  • 9393017 Upgrade Project Reactor to Dysprosium-RELEASE
  • 09c29d2 Upgrade Spring Framework to 5.2.0.RELEASE
  • b29106e Use deamon thread for Schedulers.newParallel
  • 1bf0e70 Revert "Dispose default Scheduler"
  • 8bc3ad1 SAML 2 Login - Documentation
  • Additional commits viewable in compare view

Updates spring-security-config from 3.1.0.RELEASE to 5.2.0.RELEASE

Release notes

Sourced from spring-security-config's releases.

5.2.0.RELEASE

⭐ New Features

  • Add Hello RSocket Sample #7504
  • Add RSocket Reference #7502
  • CookieServerCsrfRepositoryTests should not start domain with a dot #7500
  • Add OAuth2 Resource Server to Modules Section #7498
  • Initial saml2 login docs #7495
  • SAML 2 Assertion - Always require signature validation #7490
  • Add Reactive Messaging CurrentSecurityContextPrincipalArgumentResolver #7488
  • CurrentSecurityContextArgumentResolver polishes #7487
  • Add ClientRegistration.withClientRegistration(ClientRegistration) #7486
  • Add hasAuthority method to RSocketSecurity #7478
  • Align Servlet ExchangeFilterFunction CoreSubscriber #7476
  • WebFluxSecurityConfiguration does not configure oauth2Client #7470
  • Allow to customize OAuth2AuthorizationRequestRedirectWebFilter in OAuth2LoginSpec #7467
  • Add ability to customize OAuth2AuthorizationRequestRedirectWebFilter in OAuth2LoginSpec #7466
  • Document Clear-Site-Data Support #7463
  • Document RFC 8414 Support #7462
  • Document Bearer Token Propagation #7461
  • Document Reactive Mock Jwt Testing #7460
  • Fixed typo in comment #7458
  • Use Schedulers.boundedElastic() #7457
  • AbstractUserDetailsReactiveAuthenticationManager uses newParallel #7456
  • Add hasAnyAuthority method in AuthorizePayloadsSpec.Access #7455
  • Add denyAll method in AuthorizePayloadsSpec.Access #7451
  • AuthenticationFilter's methods should be private #7447
  • AuthenticationFilter should provide session fixation protection #7446
  • Use Jwt.Builder #7443
  • Add AuthorizePayloadsSpec.Access denyAll, hasAnyRole, hasAnyAuthority #7437
  • Add AuthorizePayloadsSpec.Access hasAuthority #7435
  • Document Resource Server User-Info Usage #7431
  • Document Reactive Opaque Token Usage #7430
  • Document NimbusReactiveJwtDecoder #7425
  • Document Mock Jwt Testing #7424
  • Servlet ExchangeFilterFunctions should align #7422
  • Document Opaque Token Usage #7420
  • ServletBearerExchangeFilterFunction should propagate Authentication #7418
  • Document NimbusJwtDecoder #7408
  • Document Jwt.Builder #7407
  • Document OAuth2AuthenticatedPrincipal #7406
  • DefaultReactiveOAuth2AuthorizedClientManager should default ServerWebExchange #7390
  • Make OAuth2User extends OAuth2AuthenticatedPrincipal #7383
  • OAuth2User should extend OAuth2AuthenticatedPrincipal #7378
  • SamlAuthenticationProvider should propagate actual validation errors #7375
  • Add Reactive Messaging AuthenticationPrincipalArgumentResolver #7363
  • Allow Custom PayloadInterceptor to be Added #7362
  • Default RSocketSecurity #7361
  • Add nonce to OIDC Authentication Request #7337
  • Introduce LogoutSuccessEvent #7306
... (truncated)
Commits
  • b7d97ca Release 5.2.0.RELEASE
  • 0d088b5 Allow milestone for Boot version
  • 4113e79 Upgrade Spring Boot to 2.2.0.M6
  • 8c42526 Upgrade rsocket to 1.0.0-RC5 without BOM
  • cdeeb27 Upgrade Spring Data to Lovelace-SR11
  • 9393017 Upgrade Project Reactor to Dysprosium-RELEASE
  • 09c29d2 Upgrade Spring Framework to 5.2.0.RELEASE
  • b29106e Use deamon thread for Schedulers.newParallel
  • 1bf0e70 Revert "Dispose default Scheduler"
  • 8bc3ad1 SAML 2 Login - Documentation
  • Additional commits viewable in compare view

Updates spring-aspects from 3.1.0.RELEASE to 5.2.0.RELEASE

Release notes

Sourced from spring-aspects's releases.

v5.2.0.RELEASE

⭐ New Features

  • Add support for MockRestServiceServer to verify that a header does not exist #23721
  • Set name for shutdown hook Thread #23670
  • Use Reactor's new Schedulers.boundedElastic() #23661
  • Avoid ArrayIndexOutOfBoundsException in SpEL's Indexer #23658
  • Fix RSocketRequester API for requests without payload #23649
  • Allow registration of RSocket metadata extractors #23645
  • Allow @Import and @ComponentScan classes to use constructor injection #23637
  • Add SVG mapping to mime.types file for JavaMail support #23629
  • Provide support for disabling cron-based scheduled jobs registered via SchedulingConfigurer #23568
  • Log HTTP method in logging filters and revise log message format #23567
  • Omit cancellation of transactional Monos in TransactionOperator #23562
  • PathMatchingResourcePatternResolver cannot load resources with a '#' in their file name within JARs #23532
  • Improve parity between Java and Kotlin router DSL #23524
  • Provide an memory efficient alternative to ClientHttpRequestInterceptor #22002

πŸͺ² Bug Fixes

  • Newly added TransactionOperations.execute(Runnable) breaks existing Kotlin code #23724
  • ServerRequestExtensionsTests#remoteAddressOrNull with value() fails on Java 13 #23677
  • PathPatternParserTests#regexPathElementPatterns() fails on Java 13 #23669
  • BOM has explicit compile scope for each dependency #23660
  • AbstractResource causes early log4j initialization #23655
  • Improper UTF-8 handling in MockMvc for JSON response #23622
  • Memory leak when using @Async after upgrading from 5.1 to 5.2 #23571
  • FactoryBean registered with explicit target type cannot be autowired by type #23561

πŸ“” Documentation

  • Fix typo in DispatcherServlet Javadoc #23726
  • Clarify units handling in DataSize javadoc #23697
  • Upgrade "Spring Framework Versions" page to mention JDK 13 support #23674
  • Document WebMvc.fn #23657
  • Mention Ordered and @Order support for components in Javadoc #23636
  • Fix typo #23603
  • Document minimum JDK 8 update version #23563
  • RSocket documentation #23147

πŸ”¨ Dependency Upgrades

  • Upgrade to RSocket 1.0.0.RC5 #23698
  • Upgrade to Reactor Dysprosium-RELEASE #23695
  • Upgrade to Spring Doc Resources 0.1.3 #23679
  • Upgrade to Coroutines 1.3.2 #23663
  • Upgrade to Jackson 2.10.0 #23662

❀️ Contributors

... (truncated)
Commits
  • 927b8c1 Release version 5.2.0.RELEASE
  • e435f64 Temporarily disable Gradle metadata publication
  • a446f57 Fix missing project information in generated POMS
  • 545a4fa Revert "Next Development Version"
  • f3ba263 Next Development Version
  • 77bc1b0 Use RSocket BOM
  • 29f0d1b Remove TODO in AnnotationUtils
  • f9424c8 Upgrade to RSocket 1.0.0-RC5
  • b24ac74 Restore TransactionOperations Kotlin API compatibilty
  • 1e0bdc0 Fix typo in DispatcherServlet Javadoc
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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.version` from 3.1.0.RELEASE to 5.2.0.RELEASE.

Updates `spring-core` from 3.1.0.RELEASE to 5.2.0.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v3.1.0.RELEASE...v5.2.0.RELEASE)

Updates `spring-beans` from 3.1.0.RELEASE to 5.2.0.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v3.1.0.RELEASE...v5.2.0.RELEASE)

Updates `spring-orm` from 3.1.0.RELEASE to 5.2.0.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v3.1.0.RELEASE...v5.2.0.RELEASE)

Updates `spring-context` from 3.1.0.RELEASE to 5.2.0.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v3.1.0.RELEASE...v5.2.0.RELEASE)

Updates `spring-expression` from 3.1.0.RELEASE to 5.2.0.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v3.1.0.RELEASE...v5.2.0.RELEASE)

Updates `spring-aop` from 3.1.0.RELEASE to 5.2.0.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v3.1.0.RELEASE...v5.2.0.RELEASE)

Updates `spring-jdbc` from 3.1.0.RELEASE to 5.2.0.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v3.1.0.RELEASE...v5.2.0.RELEASE)

Updates `spring-security-acl` from 3.1.0.RELEASE to 5.2.0.RELEASE
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Commits](spring-projects/spring-security@3.1.0.RELEASE...5.2.0.RELEASE)

Updates `spring-security-taglibs` from 3.1.0.RELEASE to 5.2.0.RELEASE
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Commits](spring-projects/spring-security@3.1.0.RELEASE...5.2.0.RELEASE)

Updates `spring-test` from 3.1.0.RELEASE to 5.2.0.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v3.1.0.RELEASE...v5.2.0.RELEASE)

Updates `spring-web` from 3.1.0.RELEASE to 5.2.0.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v3.1.0.RELEASE...v5.2.0.RELEASE)

Updates `spring-webmvc` from 3.1.0.RELEASE to 5.2.0.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v3.1.0.RELEASE...v5.2.0.RELEASE)

Updates `spring-security-core` from 3.1.0.RELEASE to 5.2.0.RELEASE
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Commits](spring-projects/spring-security@3.1.0.RELEASE...5.2.0.RELEASE)

Updates `spring-security-config` from 3.1.0.RELEASE to 5.2.0.RELEASE
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Commits](spring-projects/spring-security@3.1.0.RELEASE...5.2.0.RELEASE)

Updates `spring-aspects` from 3.1.0.RELEASE to 5.2.0.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v3.1.0.RELEASE...v5.2.0.RELEASE)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 15, 2019
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
0 participants