Spring Security Consider Enabling Method Security Templating by default

cc @jzheaux Comment From: jzheauxI believe this is a duplicate of https://github.com/spring-projects/spring-security/iss...

Spring Security WebAuthn + Redis doesn't work; Redis defaults to JdkSerializationRedisSerializer, WebAuthn classes lack Serializable interface, WebAuthn mixins missing for GenericJackson2JsonRedisSerializer

Describe the bugWebAuthn persistence only works using in-memory SessionRepository?1. PublicKeyCredentialCreationOptions2...

Spring AI Improve support of application.yaml

Expected BehaviorThe project should be fully configurable using both Spring Boot configuration file formats: properties ...

SpringBoot Add support for TLS named groups in SslBundles

SslBundles provides a way to configure SslOptions that should be applied when establishing an SSL connection. Starting ...

SpringBoot [BUG] Incorrect Character Encoding in Logs for Multilingual Text (Spring Boot 3.5.*/4.0.0)

I am using the following dependency:<dependency> <groupId>org.projectlombok</groupId> <artifa...

SpringBoot Auto configuration doesn't set CountedMeterTagAnnotationHandler

As far as i can see here from MetricsAspectsAutoConfiguration , whenever we define a MeterTagAnnotationHandler it will b...

SpringBoot Add Autoconfiguration for OAuth2 + Interface HTTP Clients

It would be nice if Spring Boot added some autoconfiguration for applying Spring Security's OAuth2 Support for Interface...

SpringBoot Bug: Slice test with DataJpaTest not working

Good Morning! I have to create some test cases using Junit5 with Spring Boot Integration.I followed the same steps in th...

Spring ApiVersionConfigurer.setVersionRequired(...) does not appear to cause MissingApiVersionException to be thrown

Calling ApiVersionConfigurer.setVersionRequired(true) in a Spring MVC application should a MissingApiVersionException to...

Spring Consider merging addSupportedVersions and detectSupportedVersions in ApiVersionConfigurer

Calling ApiVersionConfigurer.addSupportedVersions only seems useful if detectSupportedVersions is also called and set to...

Spring Consider throwing an error if setVersionRequired and setDefaultVersion are called on ApiVersionConfigurer

Currently the ApiVersionConfigurer.setVersionRequired(...) states:When a defaultVersion is also set, this is automatical...

Spring Test subclass can not activate additional profiles if parent configures a context hierarchy

During testing and setting up I noticed a wierd bug. Namely if a test class extends some base test class, which has a @C...

Spring PDF version of Spring documentation is not available for latest versions

Affects: 6.0.9-6.1.8It seems that starting from version 6.0.9 the PDF version of Spring reference is not available for d...

Spring RestTestClient returns null response body

DefaultResponseSpec decodes the body via methods on ExchangeResult that in turn delegate to the client response, and the...

Golang x/build: LUCI windows-amd64-longtest TryBot is slow

#!watchflakespost <- builder ~ `(gotip|go1\.\d\d)-windows-amd64-longtest` && (`test timed out` || `SIGQUIT` |...

Golang debug/elf: index out of range in DWARF

Go versiongo version go1.23.4 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...

Golang cmd/link: using CGO with DWARF5 generates malformed Windows binaries

Go versiongo version go1.25.0 windows/amd64Output of go env in your module/workspace:set AR=arset CC=gccset CGO_CFLAGS=-...

Golang x/tools/gopls: modernize should simplify func calls which always return nil errors now

For example, as of Go 1.24, https://pkg.go.dev/crypto/rand#Read always returns a nil error on all platforms, so any call...

Golang cmd/compile: debugger fails to read content of variable beyond its live range

Go versiongo version go1.25.0 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='cc'CGO_CFLAGS='-O2 -g'CGO...

Golang Command Line Parameters with double quotation marks are not parsed properly by C runtime library used on windows platform by GO, ["TestPassword"] results in [TestPassword]. Quotes filtered out, no escape possible.

Go versiongo version go1.22.2 windows/amd64Output of go env in your module/workspace:Microsoft Windows [Version 10.0.226...
上一页 下一页
.