Nineya
Home
Blog
软著申请
SpringBoot Introduce @BatchTransactionManager to make it easier to configure Spring Batch to use a custom transaction manager
2025-01-07 23:30:25
3930
Same as BatchAutconfiguration uses @BatchDatasource to tell apart the batch datasource from the main domain one, it shou...
SpringBoot Custom Actuator Endpoint with MediaType as text/event-stream is not working
2025-01-07 23:30:22
7973
@bclozel As per your suggestion, I tried to utilize the most recent supported version of Spring and was still able to re...
SpringBoot Update link to the official Micrometer @Timed documentation
2025-01-07 23:30:06
590
The current link of the official Micrometer @Timed annotation documentation is at: https://docs.micrometer.io/micrometer...
SpringBoot Support .env file for configuration properties
2025-01-07 23:30:04
25209
Lots of developers use .env to process own configuration for script or app. Now I add spring.config.import in applicati...
SpringBoot Springboot 3.2.4 : restTemplate.exchange throws exception "Premature end of chunk coded message body: closing chunk expected"
2025-01-07 23:30:01
3193
Running with Spring Boot v3.2.4, Spring v6.1.5.After upgrading Spring Boot 2.x -> 3.2.4, our integration test using R...
SpringBoot Starter dependencies promoting misuse Maven's transitive dependency mechanisms
2025-01-07 23:29:58
17690
From Spring Boot's own documentation (as well as the many examples of use I've seen both within Spring Boot's own exampl...
SpringBoot Autoconfigure Undertow/XNIO for virtual thread support
2025-01-07 23:29:55
3189
Hi,With the release of Spring Boot 3.2 a new property spring.threads.virtual.enabled was added which, amongst other clas...
SpringBoot Polish HazelcastConnectionDetailsConfiguration
2025-01-07 23:29:49
2677
Comment From: nosanSystem.IO.IOException: No space left on device : '/home/runner/runners/2.319.1/_diag/Worker_20240927-...
SpringBoot AsynchronousCloseException is thrown when shutdown Tomcat
2025-01-07 23:29:47
2435
package com.example.demo;import org.springframework.boot.SpringApplication;import org.springframework.boot.autoconfigure...
SpringBoot Update workflows to use DEVELOCITY_ACCESS_KEY in place of GRADLE_ENTERPRISE_SECRET_ACCESS_KEY
2025-01-07 23:29:43
472
Comment From: durgesh4040Please, I have knowledge of Spring Boot, but I have never contributed to a project. Could you g...
SpringBoot Centralize slash character in static final variable, improves clarity and maintainability.
2025-01-07 23:29:40
153
Comment From: wilkinsonaThanks for the proposal but, IMO, this doesn't improve the clarify of the code and I'm not sure ...
SpringBoot Spring Modulith Application Event handling (Incomplete events process) giving class cast exception
2025-01-07 23:29:35
9865
Spring boot dependancy"org.springframework.boot" version "3.2.5" "io.spring.dependency-management" version "1.1.4"Moduli...
SpringBoot Make OtlpMeterRegistry virtual thread aware
2025-01-07 23:29:33
183
Add support for virtual threads in OtlpMeterRegistry configuration per issue #42175.Comment From: mhalbritterThank you v...
SpringBoot Make OtlpMeterRegistry virtual thread aware
2025-01-07 23:29:29
1529
It's possible to pass a ThreadFactory into the OtlpMeterRegistry constructor. At the moment we don't do this, which then...
SpringBoot SpringBoot Starter Test depends on hamcrest-Core and Hamcrest-Library - they have moved GAV
2025-01-07 23:29:26
1892
Spring boot starter test includes a dependency on org.hamcrest:hamcrest-library:2.2 that has moved GAV and replaced by o...
SpringBoot "Server" header is missing in HTTP/2 responses
2025-01-07 23:29:24
2948
Bug ReportWith both server.server-header=CustomServer and server.http2.enabled=true set in application.properties, the S...
SpringBoot Configure sensible order for metrics aspects
2025-01-07 23:29:21
2589
See https://github.com/spring-projects/spring-framework/issues/33595Comment From: quaffNot sure tests should be added an...
SpringBoot Add mail sender support for spring-boot-testcontainers
2025-01-07 23:29:19
4052
Mail catcher is good solution to test email sending by SMTP, such as: https://mailcatcher.me/https://github.com/linux-c...
SpringBoot Add support for partitioned cookies
2025-01-07 23:29:16
2355
gh-42307Comment From: philwebbThanks @nosan. I think we should also update AbstractServletWebServerFactory.configureSess...
SpringBoot Support scanning @Value annotation for metadata in reguler @Component when using spring-boot-configuration-processor
2025-01-07 23:29:09
3432
Quite often separate classes with configuration details aren't used in Spring Boot code. Instead @Value parameters are i...
上一页
下一页
1
…
1642
1643
1644
1645
1646
…
2246
.