SpringBoot AntMatchers+oauth2 are not working on spring-boot 2.5.7+

Can be seen in action here --> https://github.com/Enigo/SpringSecurityBugExpected behaviourantMatchers together with ...

SpringBoot Spring RSocket "SSLHandshakeException: No available authentication scheme" when using PKCS12 Keystore

Spring Boot (starter rsocket) Version 2.6.2Kotlin 1.6.10Temurin-17.0.1+12Hey, i have an issue with the SSL Handshake whe...

SpringBoot Add SpringInfoContributor to expose Spring Framework/Boot version on info actuator

This PR provides an opt-in InfoContributor that exposes the Spring and SpringBoot versions on the info actuator endpoint...

SpringBoot Configuration changelog misses properties that switched from deprecated to removed

I think https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.6.0-Configuration-Changelog should be explici...

SpringBoot Allow spring.config.import to work the other way around

When using external application properties it's possible to import further configuration data from other locations using...

SpringBoot spring application not running up

2022-01-10 15:49:35.137 ERROR 34549 --- [ restartedMain] o.s.boot.SpringApplication : Application run fai...

SpringBoot Do not auto-configure a UserDetailsService when SAML 2.0 Login is being used

A default password is generated by Boot in a Servlet application when SAML 2.0 Login is being used.For the OAuth2 Login ...

SpringBoot Provide more control over WebMvcMetricsFilter's registration

WebMvcMetricsFilter record all requests, but I want to record the request which I need.can WebMvcMetricsFilter support c...

SpringBoot Change ID of DatabaseDriver.MARIADB from mysql to mariadb

With boot 2.6.0-RC1 is was looking why flyway config is still trying to find mysql classes if I use {vendor} placement. ...

SpringBoot WebGraphQlTester bean missing with SpringBootTest

Section 9.12.3 of the documentation describes that a test can be started with Live Server. @SpringBootTest(webEnvironmen...

SpringBoot Upgrade to Log4j2 2.17.1

Comment From: x80486...and pinned issue could be unpinned as well 😉Comment From: dataGeeekIs there already a timeline wh...

SpringBoot V2.2.5.release

Comment From: pivotal-cla@30743905 Please sign the Contributor License Agreement!Click here to manually synchronize the ...

SpringBoot Load order for Filters in AutoConfiguration overwritten by SpringSecurityFilterChain in implementing project?

I am trying to create a load order in autoconfiguration files for the following filters:@Beanpublic FilterRegistrationBe...

SpringBoot Upgrade to Elasticsearch 7.16.2

Comment From: snicollUpgraded as part of switching Spring Data to 2021.2.0-M1 snapshots, see https://github.com/spring-p...

SpringBoot Upgrade to Elasticsearch 7.16.2

Comment From: snicollWe need to switch to the next release train for Spring Data first, see #29223Comment From: snicollD...

SpringBoot Investigate impact of switching default logging system to log4j2

We've had requests before to switch the default logging system from logback to log4j2. In order to prepare for Spring Bo...

SpringBoot ErrorPageSecurityFilter prevents deployment to a Servlet 3.1 compatible container

As identified by this answer on Stack Overflow, ErrorPageSecurityFilter extends HttpFilter which is new in Servlet 4.0. ...

SpringBoot Remove TomcatEmbeddedContext.overrideLoadOnStart

I think we can remove the overrideLoadOnStart reflection hacks in TomcatEmbeddedContext now since we no longer support o...

SpringBoot spring.config.import is not overriding values for multi-document files

spring.config.import seems to not be working properly when working with multi-document files (either that or with spring...

SpringBoot Scheduling auto-configuration backs off with @EnableWebSocket

When use @EnableWebSocket and @EnableScheduling at the same time, spring.task.sheduling* will not effectAfter I debug a ...
上一页 下一页
.