Nineya
Home
Blog
软著申请
SpringBoot The issue of springboot not being able to refresh configuration properly
2025-01-07 23:29:07
1637
Describe the bugWhen I tried to get the app configuration in the bean, I found that it was not the latest value. Even if...
SpringBoot Polishing KotlinConfigurationPropertiesTests to use the same naming style
2025-01-07 23:28:48
376
Comment From: wilkinsonaI don't think we should make this change as it's the use of @Import that's being tested so the …...
SpringBoot methodSignature.getParameterNames() is null in Spring Boot 3.2 when Running Junit Tests together but tests pass individually
2025-01-07 23:28:44
468
Hello Community,Please I'm facing an issue when running JUnit test after migrating to spring boot 3.2. When Running Test...
SpringBoot @ServiceConnection not working as expected
2025-01-07 23:28:34
48752
In the process of creating a stream application to test it as a native container I discovered the @ServiceConnection is ...
SpringBoot @Async annotation breaks Trace continuity
2025-01-07 23:28:31
30227
Spring Boot: 3.0.3Using method with @Async annotation causes that Trace context is broken and spans within Async method ...
SpringBoot LoggerContext.getConfigurationLock() causes NoSuchMethodError
2025-01-07 23:28:20
901
Hello,When trying to use the getConfigurationLock() method of LogbackConfigurator, the following error is thrown (spring...
SpringBoot A completely custom JPA repository, without BaseJpaRepository or JpaRepositoryImplementation
2025-01-07 23:28:18
381
Sorry, wrong project, moved to https://github.com/spring-projects/spring-data-jpa/issues/3621 Comment From: wilkinsonaSp...
SpringBoot ActiveMQ Artemis Connection Factory creation fails in native image
2025-01-07 23:28:15
5048
See reproducer: https://github.com/krezovic/artemis-native-demo./mvnw clean package -P native./mvnw native:compile-no-fo...
SpringBoot Allow auto-configured org.jooq.Configuration to be used to create a custom DSLContext
2025-01-07 23:28:12
3402
Hello 👋 I face a case where I want to "enhance" the DSLContext provided by JOOQ, to leverage MetricsDSLContext features ...
SpringBoot Downgraded Maven Javadoc Plugin to v3.8.0 from v3.10.0
2025-01-07 23:28:10
652
Downgraded Maven Javadoc Plugin to v3.8.0 from v3.10.0 as per - issue reported #42401- MJAVADOC-812 https://issues.apach...
SpringBoot Looking for spring-boot version that includes the fix for CVE-2024-38816
2025-01-07 23:28:07
817
Hi,We are using spring-boot version 3.2.5 and we're facing the issue described here: https://spring.io/security/cve-2024...
SpringBoot Consider how to provide SSL from ConnectionDetails
2025-01-07 23:28:04
1046
We would like to extend our ConnectionDetails abstraction to allow SSL based connections. The following two issues are b...
SpringBoot Refactor: Extract constant for Paketo integration image prefix
2025-01-07 23:28:02
995
ChangesAdded PAKETO_IMAGE_PREFIX constant to the PaketoBuilderTests class.Replaced the "paketo-integration/" string with...
SpringBoot @Bean proxying breaks verify() in @SpringBootTest
2025-01-07 23:27:59
5509
Hello,The issuescenario we have:There are several @SpringBootTest tests that test various classes and scenarios.There is...
SpringBoot Refactor DevToolsIntegrationTests to use constants for repeated strings
2025-01-07 23:27:56
1085
This PR refactors the DevToolsIntegrationTests class to use constants for frequently repeated strings. The changes aim t...
SpringBoot Add default value for spring.data.web.pageable.serialization-mode to configuration metadata
2025-01-07 23:27:53
1319
See gh-39797Comment From: wilkinsonaThis isn’t needed:https://docs.spring.io/spring-boot/3.4/appendix/application-proper...
SpringBoot remove duplicated file name access and use StringBuilder to insert in WebServerPortFileWriter
2025-01-07 23:27:50
1223
The File.getName() method always slice the path to get the name. so, it's not cachedIt doesn't have a huge impact, but i...
SpringBoot Spring Boot 3.2.7 -> Spring Boot 3.3.3 upgrade has not impacted startup time much
2025-01-07 23:27:48
424
Comment From: atulgupta7@bclozel CDS Support for improved startup times and reduced memory consumption - I am talking ab...
SpringBoot Add Javadoc since for PrometheusScrapeEndpoint(PrometheusRegistry, Properties)
2025-01-07 23:27:45
170
This PR adds a Javadoc @since tag for the PrometheusScrapeEndpoint(PrometheusRegistry, Properties).See gh-40904Comment F...
SpringBoot Provide service connection support for Hazelcast
2025-01-07 23:27:42
875
Suggested by @eddumelendez in https://github.com/spring-projects/spring-boot/issues/34760, it would be interesting to ha...
上一页
下一页
1
…
1643
1644
1645
1646
1647
…
2246
.