Nineya
Home
Blog
Spring Security [Docs] Broken link on Spring MVC Test Integration page
2025-03-21 14:11:00
801
Describe the bugThere is a broken link on the Spring MVC Test Integration documentation page. The link to "Spring MVC Te...
Spring Security AuthorizationDenied and Granted EventListeners Should Support Generics
2025-03-21 14:10:44
546
It would be nice if users could listen for authorization events specific to the type of source:@EventListenerpublic void...
Spring Security PathPatternRequestMatcher Include Optional Servlet Path in the pattern
2025-03-21 14:10:36
6474
I wonder if it would be better to change PathPatternRequestMatcher to include the servlet in the PathPattern that should...
Spring AI DefaultUsage#nativeUsage can crash SimpleLoggingAdvisor
2025-03-21 14:09:56
875
The nativeUsage object within DefaultUsage may not be JSON serialisable and hence causes a crash when using SimpleLoggin...
Spring AI block()/blockFirst()/blockLast() are blocking, which is not supported in thread reactor-http-nio-3
2025-03-21 14:09:48
1940
I hope to quickly learn Spring AI + ollama + deepseek r1 (local learning and deployment) through the official documentat...
SpringBoot Artifactory rest calls can return HTTP 200 despite failures
2025-03-21 14:02:21
421
The curl commands we issue to artifactory can sometimes fail without returning a correct HTTP status code. Most recently...
SpringBoot @AutoConfigurationPackage unpredictable behaviour depending on package name
2025-03-21 14:02:11
2497
Hello, team!My issue is intertwined with #19024.Suppose, I've "client" app that has spring-boot-data-jpa with its automa...
SpringBoot SSL Hot Reload reloads certificates only once on Kubernetes
2025-03-21 14:01:37
6432
Spring-boot version 3.3.9I have configured a springboot application to use SSL bundles and enabled the hot reload functi...
SpringBoot Rewrite Hibernate2ndLevelCacheIntegrationTests to use ehcache
2025-03-21 14:01:23
375
I've just noticed that the rest of the hibernate tests using JCache were working because ehcache is preferred. This part...
SpringBoot Optimize SystemEnvironmentPropertyMapper.isLegacyAncestorOf
2025-03-21 14:01:14
9912
demo.zipare checking the performance impact of adding Consumer beans with spring-cloud-function. We added 100 Consumer b...
SpringBoot DataSourceTransactionManagerAutoConfiguration should run after DataSourceAutoConfiguration
2025-03-21 14:01:04
229
DataSourceTransactionManagerAutoConfiguration is checking if a single DataSource candidate is available, but it doesn't ...
Spring Add support for ImportAware in BeanRegistrar
2025-03-21 14:00:31
228
BeanRegistrar could provide optional support for implementations implementing ImportAware. When used outside of an impor...
Spring Extract AnnotatedElementAdapter to public type
2025-03-21 14:00:23
443
We currently have two private implementations that adapt an array of annotations to an AnnotatedElement: AnnotatedElemen...
Spring URITemplate in 6.2.x having behavioural change for URNs with slash
2025-03-21 14:00:13
591
There is change in UriTemplate between spring-web 6.2.x and 6.1.x. Below urn template we are looking at urn:text:servic...
SpringBoot Multiline properties in documentation are missing backslashes
2025-03-20 14:01:58
2142
Hello team,Just wanted to reach out with a small issue.SSLBundle is a very cool feature of Spring, if not anything else ...
Spring MvcUriComponentsBuilder javadocs inaccurately reflects usage of forwarded headers
2025-03-20 14:01:33
1927
In version 5.1.x, the ServletUriComponentsBuilder methods changed to remove the usage of forwarded headers:* code change...
Spring AbstractTestNGSpringContextTests only provides @BeforeClass support, need @BeforeSuite
2025-03-20 14:01:15
623
Issue was opened on TestNG side, but this is a Spring specific issue (2019).https://github.com/testng-team/testng/issues...
Spring Introduce Checkstyle rule for separator symbol location
2025-03-20 14:00:55
675
We have a longstanding rule in Spring Framework about where separator symbols are allowed to be located in the code.Spec...
SpringBoot MessageConverterBackgroundPreinitializer has an import on the wrong MessageConverter class
2025-03-19 14:00:52
256
It currently has an import on org.apache.activemq.artemis.spi.core.protocol.MessageConverter but it should be org.spring...
Spring Remove BDDMockito Checkstyle rule
2025-03-19 14:00:31
1150
Although we have a Checkstyle rule which attempts to enforce the use of BDDMockito...https://github.com/spring-projects/...
上一页
下一页
1
2
3
4
5
6
7
…
2246
.