Nineya
Home
Blog
SpringBoot server.tomcat.use-relative-redirects=true not honored when server.forward-headers-strategy=framework
2025-01-07 02:15:43
3663
For a Spring Boot webmvc application, when the property server.tomcat.use-relative-redirects is set to true and the serv...
SpringBoot Gradle tests fail with OOM error when trying to run multiple integration tests
2025-01-07 02:15:40
11731
Hi,I am facing a weird problem that I am unable to debug or understand why is it manifesting.When I am running my integr...
SpringBoot Provide dependency management for RxJava 3 in place of 1.x and 2.x
2025-01-07 02:15:36
1610
As a follow up of spring-projects/spring-framework#27443, we should drop support for RxJava 1.x and RxJava 2.x and only ...
SpringBoot Spring Boot 2.6 - Spring JPA - Hibernate Batch Insert not working
2025-01-07 02:15:33
916
I am upgrading from Spring Boot 2.5 to 2.6 and before that the batch insert was working properly using the properties be...
SpringBoot Warn about the dangers of early bean initialization when using @ConditionalOnExpression
2025-01-07 02:15:29
187
Fix #28771added a note on using beans in @ConditionalOnExpression in the Javadoc and .adocComment From: snicoll@mihailco...
SpringBoot Suggestion for improving Logging documentation
2025-01-07 02:15:24
3626
After reading https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#features.logging, I am not sure how ...
SpringBoot Support SameSite attributes on session Cookies for Servlet-based applications
2025-01-07 02:15:21
4294
This issue is about configuring the SameSite attribute in a consistent way for session cookies in Servlet-based applicat...
SpringBoot Enforce using BDDMockito
2025-01-07 02:15:16
1829
Replace Mockito.verify*() with BDDMockito.then()Replace Mockito.doReturn() with BDDMockito.willReturn()Adjust checkstyle...
SpringBoot Tomcat IOException: Duplicate accept detected. This is a known OS bug. Please consider reporting that you are affected:
2025-01-07 02:15:12
2923
Versionspring boot v2.6.2 and spring cloud v2021.0.0EnvironmentLinux alpine image on a pod.JDK 11ProblemI get this excep...
SpringBoot spring-boot-gradle-plugin docs use deprecated Gradle API
2025-01-07 02:15:09
1061
The Spring Boot Gradle Reference Guide uses AbstractArchiveTask.classifier which is deprecated as of Gradle 5.1 and repl...
SpringBoot Typo in method return documentation - DefaultOAuth2AccessToken.html#isExpired()
2025-01-07 02:15:05
809
Typo in documentation for the Returns: description of this DefaultOAuth2AccessToken.html#isExpired() method here:https:/...
SpringBoot Gradle building build-properties under BOOT-INFO rather than META-INF
2025-01-07 02:15:01
3875
Having issues pulling in buildInfo in autoconfig as gradle is placing buildInfo in BOOT-INF with a META-INF rather than ...
SpringBoot Spring Boot logging management not working for testcontainers
2025-01-07 02:14:56
1428
Testcontainers run with noisy DEBUG logs everywhere. I tried to silence them withlogging: level: com.github.dockerja...
SpringBoot Custom ObjectMapper not used in 2.6.3 and spring-boot-starter-webflux
2025-01-07 02:14:52
2594
I am using Java 17, spring-boot 2.6.3 and spring-webflux and I have set up a repository in order to demonstrate that eve...
SpringBoot ConfigurationProperties does not support yml if its file name is NOT application.yml
2025-01-07 02:14:49
1112
spring boot v2.6.3I notice that the ConfigurationProperties only worked for yaml if and only if the file name is applica...
SpringBoot (kotlin) spring-boot-starter-data-jdbc and jackson-module-kotlin causes odd side effect
2025-01-07 02:14:45
1849
When spring-boot-starter-data-jdbc and jackson-module-kotlin are both present in my gradle.build.kts kotlin.time.Duratio...
SpringBoot Goal Build-info does not generate build-info.properties
2025-01-07 02:14:42
6053
I have issues with usage of build properties generated by spring-boot-maven-plugin, goal build-info. This goal does not ...
SpringBoot Provide some guidance on identifying and resolving Devtools classloading issues
2025-01-07 02:14:37
566
If you encounter the problem of the two classloaders in Devtools, there's no hint that there are two classloaders and th...
SpringBoot Allow @DataNeo4jTest to autoconfigure an embedded test instance
2025-01-07 02:14:32
6823
https://github.com/spring-projects/spring-data-neo4j/issues/2316#issuecomment-873918857reading https://docs.spring.io/sp...
SpringBoot Reduce reflection and annotation usage in ConfigData infrastructure
2025-01-07 02:14:28
9269
I hope there are many places we can improve this. Let's start with a simple one.ConfigDataProperties is a value object, ...
上一页
下一页
1
…
1969
1970
1971
1972
1973
…
2246
.