Nineya
Home
Blog
软著申请
SpringBoot Improve container test code
2025-01-07 22:45:22
375
Issue #41146 has identified that our current container test classes could be improved. Specifically:DockerImageNames sho...
SpringBoot Consider providing recommendation for override/replace beans usecase
2025-01-07 22:45:11
12066
Since spring-boot 2.1, bean overriding is disabled by default.I think this is very reasonable and protects from unknowns...
SpringBoot Make @MockBean respect @Qualifier when replacing beans in application context
2025-01-07 22:45:09
1402
In our application, we have several JmsTemplate beans. The @MockBean is intended to replace or create a bean in the appl...
SpringBoot Add standardized property to distinguish a group of applications
2025-01-07 22:45:06
2297
A property (e.g.: spring.application.namespace) that distinguishes group of applications (e.g.: the company/org/team tha...
SpringBoot jdk http client wire logging improvements
2025-01-07 22:45:03
9917
So this has been a pain to figure out. I need to go add an SO answer I think. looks like the minimum is:in gradle or mav...
SpringBoot Implement strategy to redirect older documentation links to the new site
2025-01-07 22:45:01
502
Any existing links to https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#<fragment> or https://...
SpringBoot Add actuator support for RSocket
2025-01-07 22:44:58
2508
Since #16021, Spring Boot supports RSocket as a type of server applications (meaning there's a single RSocket server ava...
SpringBoot Not Receiving WebSocket Notifications in Spring Boot Application
2025-01-07 22:44:55
11547
Hello everyone, I am currently working on a Spring Boot application that uses WebSockets for real-time communication. I...
SpringBoot Git instant properties cannot be coerced following git-commit-id Maven plugin upgrade
2025-01-07 22:44:52
1319
In 3.2.6, it works fine.Repository: https://github.com/zdu-strong/Temp-Test-Spring-Boot-Good-Work.gitRequired environm...
SpringBoot Default ClientHttpRequestFactory provided by ClientHttpRequestFactories does not support HTTP Patch
2025-01-07 22:44:39
4338
As the title says, the org.springframework.boot.web.client.ClientHttpRequestFactories::get(ClientHttpRequestFactorySetti...
SpringBoot Provide a way to link to versioned javadoc without redirecting to current
2025-01-07 22:44:36
2782
Spring Boot Javadoc is now provided under https://docs.spring.io/spring-boot/<version>/api/java. The version numbe...
SpringBoot Extract fails due to a duplicate entry when BOOT-INF/classes contains a directory that's also present in the root of the jar
2025-01-07 22:44:33
3106
Building an app with AOT enabled and then using extract leads to the following:Exception in thread "main" java...
SpringBoot MeterRegistry not always processed by MeterRegistryPostProcessor
2025-01-07 22:44:29
3989
To support production of metrics in OTLP format by our microservices, we are considering using the following libraries:-...
SpringBoot Support registry mirrors when building images
2025-01-07 22:44:27
4826
See https://github.com/buildpacks/pack/issues/821 and https://github.com/buildpacks/pack/pull/1210 for background. Add t...
SpringBoot JPA Pagination Issue - Getting incorrect total number of records in spring boot.
2025-01-07 22:44:20
804
Hello Team,We are using JPA pagination issue in our application. Issue: Returning different count of total number of rec...
SpringBoot Fix links to Spring AMQP's javadoc
2025-01-07 22:44:18
586
Following links from AMQP section of Spring Boot Reference lead to 404 error page:- https://docs.spring.io/spring-amqp/d...
SpringBoot Spring's EntityManagerFactoryInfo seems to conflict with EntityManagerFactory interface [interface org.hibernate.SessionFactory]
2025-01-07 22:44:11
20647
Issue with Spring Data JPA and Hibernate when upgrading to Spring Boot 3.2.2.Startup Fails - EntityManagerFactory interf...
SpringBoot Bump gradle/actions from 3.4.1 to 3.4.2
2025-01-07 22:44:08
2579
Bumps gradle/actions from 3.4.1 to 3.4.2.Release notesSourced from gradle/actions's releases.v3.4.2This patch release fi...
SpringBoot @ConditionalOnClass not work as expected when added in AllNestedConditions
2025-01-07 22:44:04
1991
Brief description@ConditionalOnClass not work as expected when added in AllNestedConditions.Reproduce sampleLink to repr...
SpringBoot Migrating from SpringBoot 2.7.1 to 3.2.3 but Lombok @SuperBuilder is not working getting error: cannot find symbol
2025-01-07 22:44:01
2598
Hi Team,I am migrating from SpringBoot 2.7.1 to 3.2.3 but Lombok @SuperBuilder is not working getting below error.cannot...
上一页
下一页
1
…
1677
1678
1679
1680
1681
…
2246
.