Nineya
Home
Blog
springboot Memory leak in PartTreeJpaQuery after upgrade from 2.1.9 to 2.2.2
2025-01-06 06:22:31
1177
We bumped spring boot from 2.1.9 to 2.2.2 not so long ago, and right after that we started getting OOMs from time to tim...
springboot Eager ${server.port} property initialization to use in test properties
2025-01-06 06:22:25
1101
Using WebEnvironment.RANDOM_PORT the actual port value available during test execution; in case test property reffer to ...
springboot .maxSessionsPreventsLogin(true) is invalid
2025-01-06 06:22:18
2503
设置最大session为1,且不踢出旧用户时,登录账户A,然后退出登录之后就无法登录了,检查发现浏览器的JSESSIONID这个cookie还在,我手动删除且自定义登出逻辑后,还是没有办法登录,这个cookie显示有效期到浏览器会话结束时,...
springboot Support DevTools condition evaluation delta across JVM restarts
2025-01-06 06:22:10
655
This is a follow on from #9115 to enhance the current implementation to persist the condition evaluation report so that ...
springboot Avoid 406 Not Acceptable for error pages
2025-01-06 06:22:03
19
Backport for #19522
springboot Spring boot JPA with different parent for entity and service
2025-01-06 06:21:57
4210
I have two different maven projects in first I am trying to keep two modules one for "repository and entities" and secon...
springboot Error thrown during destroy method should be logged
2025-01-06 06:21:51
1995
Scenario: spring-boot-starter-parent v2.2.1.RELEASEMethod on @component class 'Foo' annotated with @PreDestroy throws an...
springboot 这个是什么错误,部署到服务器报错了 用到Kotlin写到
2025-01-06 06:21:44
24844
NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED...
springboot Spring bootRun daemon option
2025-01-06 06:21:38
4264
On one of our projects, we have the need for integration tests to be run with rspec. This means we have to bootRun in a ...
springboot Remove deprecated usage of WebTestClientBuilderCustomizer
2025-01-06 06:21:31
302
Hi,this PR removes a remaining usage of the deprecated org.springframework.boot.test.autoconfigure.web.reactive.WebTest...
springboot Remove deprecated usage of WebTestClientBuilderCustomizer
2025-01-06 06:21:24
41
Forward port of issue #19536 to 2.3.0.M1.
springboot One case of @ConditionalOnMissingBean does not work
2025-01-06 06:21:18
2068
HiI tried to give @ConditionalOnMissingBean one of bean method in default config class as a default bean. When there is ...
springboot RedisHealthIndicator unable to recover from authentication failures
2025-01-06 06:21:12
10113
When a Redis (non-cluster mode) server requiring authentication is restarted the Spring Boot Actuator RedisHealthIndicat...
springboot Spring MVC auto-config doc update
2025-01-06 06:20:59
282
The documentation refers to WebMvcRegistrationsAdapter which no longer exists. I've also taken the opportunity to improv...
springboot Spring MVC auto-config doc update
2025-01-06 06:20:52
41
Forward port of issue #19521 to 2.3.0.M1.
springboot Upgrade CI to Artifactory Resource 0.0.10
2025-01-06 06:20:46
41
Forward port of issue #19523 to 2.3.0.M1.
springboot Upgrade CI to Artifactory Resource 0.0.10
2025-01-06 06:20:41
248
Hi,I just noticed that the artifactory-resource seems to be still on version 0.0.5 while there is 0.0.10 available. As I...
springboot Upgrade CI to Artifactory Resource 0.0.10
2025-01-06 06:20:35
38
Forward port of issue #19523 to 2.2.3.
springboot Hazelcast cannot use EntityManager
2025-01-06 06:20:29
8121
Dear @snicoll and others,I see a potential problem with HazelcastJpaDependencyAutoConfiguration. As the comment says: Ad...
springboot Make Kubernetes detection slightly more efficient
2025-01-06 06:20:22
1469
In #15537 we implemented a kubernetes detector based on an env var pattern. But 99.99% of the time KUBERNETES_SERVICE_HO...
上一页
下一页
1
…
2121
2122
2123
2124
2125
2126
2127
.