Nineya
Home
Blog
SpringBoot Artifactory rest calls can return HTTP 200 despite failures
The curl commands we issue to artifactory can sometimes fail without returning a correct HTTP status code. Most recently...
2025-03-21 14:02:21
421
SpringBoot @AutoConfigurationPackage unpredictable behaviour depending on package name
Hello, team!My issue is intertwined with #19024.Suppose, I've "client" app that has spring-boot-data-jpa with its automa...
2025-03-21 14:02:11
2497
SpringBoot SSL Hot Reload reloads certificates only once on Kubernetes
Spring-boot version 3.3.9I have configured a springboot application to use SSL bundles and enabled the hot reload functi...
2025-03-21 14:01:37
6432
SpringBoot Rewrite Hibernate2ndLevelCacheIntegrationTests to use ehcache
I've just noticed that the rest of the hibernate tests using JCache were working because ehcache is preferred. This part...
2025-03-21 14:01:23
375
SpringBoot Optimize SystemEnvironmentPropertyMapper.isLegacyAncestorOf
demo.zipare checking the performance impact of adding Consumer beans with spring-cloud-function. We added 100 Consumer b...
2025-03-21 14:01:14
9912
SpringBoot DataSourceTransactionManagerAutoConfiguration should run after DataSourceAutoConfiguration
DataSourceTransactionManagerAutoConfiguration is checking if a single DataSource candidate is available, but it doesn't ...
2025-03-21 14:01:04
229
SpringBoot Multiline properties in documentation are missing backslashes
Hello team,Just wanted to reach out with a small issue.SSLBundle is a very cool feature of Spring, if not anything else ...
2025-03-20 14:01:58
2142
SpringBoot MessageConverterBackgroundPreinitializer has an import on the wrong MessageConverter class
It currently has an import on org.apache.activemq.artemis.spi.core.protocol.MessageConverter but it should be org.spring...
2025-03-19 14:00:52
256
SpringBoot Native Query with clause and delete broken in springboot 3.4.x
In springboot 3.3.x, a with clause supports delete operations - e.g.@Transactional@Modifying@Query(nativeQuery = true, ...
2025-03-18 14:02:00
1491
SpringBoot Add Property for keepalive Setting of GraphQL SSE Handlers
There is a new keepAliveDuration setting in GraphQlSseHandlers, see https://github.com/spring-projects/spring-graphql/is...
2025-03-18 14:01:50
215
SpringBoot Missing web client request header
After upgrading Spring Boot from version 3.3.5 to 3.4.3, we started receiving an HTTP 411 error from an external service...
2025-03-18 14:01:35
1163
SpringBoot JmsAutoConfigurationTests should not rely on broker auto-configuration
JmsAutoConfigurationTests currently expects a full-fledged ConnectionFactory to be configured, but that's actually not n...
2025-03-18 14:01:09
216
SpringBoot Issue with null values for Kafka when using SslBundles
Hello team,Just wanted to reach out with a small issue observed using SslBundle (in favor of the "old" way)BEFORE:Before...
2025-03-17 14:00:18
4297
SpringBoot Cannot override properties from imported config
Assuming the below files on my classpath:application-staging.ymlspring: data: mongodb: uri: stagingUrI# ... (bu...
2025-03-15 14:01:41
607
SpringBoot Rationalize Groovy Template configuration properties
We currently have@ConfigurationProperties("spring.groovy.template.configuration")public GroovyMarkupConfigurer...
2025-03-15 14:01:33
181
SpringBoot Actuator throws an exception when using prototype scoped datasource bean
Spring Boot 3.4.3: <properties> <java.version>17</java.version> <maven.compiler.so...
2025-03-15 14:01:16
21442
SpringBoot Consider if we want to reintroduce base classes for template properties
FreeMarkerProperties settings templateLoaderPath preferFileSystemAccessextends AbstractTemplateViewResolverPr...
2025-03-15 14:01:08
1767
SpringBoot My Postgres in Springboot is not auto createtable when I run my Java program
Can you help to check why this is happening. My Postgres in Springboot is not auto create run I run my Java program. SHo...
2025-03-14 14:02:56
13920
SpringBoot Enable combined MongoDB URI and username/password properties usage
When configuring MongoDB authentication, the configuration needs to happen either through the URI or through individual ...
2025-03-14 14:02:19
1888
SpringBoot Support bind other configuration key as default value
See https://github.com/spring-projects/spring-boot/issues/44701 for background.We could introduce new attribute like ref...
2025-03-13 14:02:52
699
上一页
下一页
1
2
3
4
5
6
7
…
655
.