Nineya
Home
Blog
软著申请
SpringBoot OpenTelemetryMetricsContainerConnectionDetailsFactoryIntegrationTests is flaky when running locally
2025-01-07 22:42:51
3562
I seem to often have this test fail locally. See https://ge.spring.io/scans/tests?search.tags=Mac%20OS%20X&search.ti...
SpringBoot Disable TestContext framework's cache in spring-boot-testcontainers
2025-01-07 22:42:48
634
The cache isn't useful in this module as every test class has a different context configuration. We should disable it so...
SpringBoot Document more precisely how a Container's Docker image name is used to find the matching service connection
2025-01-07 22:42:45
1754
I was working on https://github.com/Azure/azure-sdk-for-java/pull/40388 when I noticed the following, azurite full image...
SpringBoot Cross-link to the CDS how-to guide
2025-01-07 22:42:43
112
This allows to improve the discoverability of the CDS how-to guide.Comment From: wilkinsonaThank you, @sdeleuze.
SpringBoot Project1 have a POST service, and Project2 use restTemplate.exchange call it, have exception: Request method 'GET' is not supported
2025-01-07 22:42:37
5564
Project1 have a POST service, and Project2 use restTemplate.exchange call it, have exception: Request method 'GET' is n...
SpringBoot Unable to start Redis with Spring Actuator
2025-01-07 22:42:35
2276
Version of Spring Boot: 3.2.5Redis Client: JedisDetails:When I configured Jedis connection factory along with Spring Act...
SpringBoot Remove buildSrc/.idea/workspace.xml
2025-01-07 22:42:32
179
This PR removes the buildSrc/.idea/workspace.xml that seems to have been committed accidentally in 70a4bc80239c1c0a2eac7...
SpringBoot spring-boot-starter-quartz throwing exception org.quartz.SchedulerException: DB URL not specified for DataSource: myDS
2025-01-07 22:42:30
5364
Environment :Project is having org.quartz-scheduler.quartz:2.3.2 library which comes from org.springframework.boot:sprin...
SpringBoot Spring Boot remote restart with devtools causes 'factory already defined' Tomcat error when running with 'java -jar'
2025-01-07 22:42:27
44514
DescriptionStarting on v2.7.12 (last working version was v2.7.11) and up to any 3.x.x version Spring Boot Remote has sto...
SpringBoot Tests in DelegatingFilterProxyRegistrationBeanTests are non idempotent
2025-01-07 22:42:24
1568
IssueThe test org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBeanTests.initShouldNotCauseEarlyIni...
SpringBoot Allow JSON keys containing non-canonical characters from CF environment to be handled as a single path segment
2025-01-07 22:42:20
274
We need to have another go at #18915 without causing the problems described in #20343 again.Comment From: wilkinsonaThis...
SpringBoot Revisit Reactive context hierarchy
2025-01-07 22:42:18
1372
The context hierarchy for reactive support contains a number of classes that do not seem very useful:ConfigurableReactiv...
SpringBoot Find a better way to detect when to start embedded servers
2025-01-07 22:42:16
7261
See https://jira.spring.io/browse/SPR-16760 and https://github.com/rabbitmq/hop/issues/122 for some of the issues we cur...
SpringBoot Add include/exclude filters to @EntityScan
2025-01-07 22:42:13
3429
Using @EntityScan lets Spring Boot scan all entities within one or more base packages to supply the discovered types to ...
SpringBoot System.exit(SpringApplication.exit(ctx, () -> 42)); does not reliable exit with status 42
2025-01-07 22:42:08
2255
...if executed from within a controller - in that case also 0 is returned as exit status sometimes.I wrote a very small ...
SpringBoot Upgrade from 3.2.5 to 3.2.6 or 3.3.0 throws AoP Exception on startup
2025-01-07 22:42:06
15749
Application run failedorg.springframework.beans.factory.BeanCreationException: Error creating bean with name 'healthEndp...
SpringBoot Support Mongo's Stable API in MongoHealthIndicator
2025-01-07 22:42:03
2677
Hi, We are using Mongo 5.0 and have implemented their stable-api. We now find the Mongo health-check no longer works an...
SpringBoot Prometheus Exemplars are missing from _count
2025-01-07 22:42:01
4997
It seems that 3.3.0 introduced a regression during the migration of Prometheus 1.x: exemplars are missing from _count ti...
SpringBoot spring-boot-starter-parent:3.3.0 java 22 threads.virtual NOT WORKING
2025-01-07 22:41:58
12943
spring-boot-starter-parent:3.3.0java 22spring.threads.virtual.enabled=trueerror:Error creating bean with name 'dataSourc...
SpringBoot : characters are removed from application.yaml keys in mapped values when using @ConfigurationProperties
2025-01-07 22:41:55
1881
With a configuration properties class like this:@ConfigurationProperties(prefix = "something")data class MyCon...
上一页
下一页
1
…
1679
1680
1681
1682
1683
…
2246
.