Nineya
Home
Blog
软著申请
SpringBoot Update pull request workflow to use build action
2025-01-07 23:33:30
583
We clean them up for our main builds so we should do the same for PRs.Comment From: wilkinsonaRather than updating the P...
SpringBoot Add property to specify Docker Compose flags
2025-01-07 23:33:27
106
42500Comment From: mhalbritterThanks @nosan !Comment From: nosanThanks @mhalbritterThat was super fast ❤️
SpringBoot Add a configuration property to set the Docker Compose project name
2025-01-07 23:33:24
1609
Description:Requesting support for an option to create a random project name in Docker Compose within the spring-boot-do...
SpringBoot Why does maven plugin say "Source must refer to an existing file, got ... /target/classes"?
2025-01-07 23:33:20
3454
We are using Spring Boot 3.2.5 in numerous services. We recently upgraded from version 2.x.Our builds depend on a numbe...
SpringBoot Rework HTTP Client Configuration support
2025-01-07 23:33:18
431
We have a number of related issues that we can't easily fix until we redesign the way that HTTP Clients are configured. ...
SpringBoot Add native jar mode
2025-01-07 23:33:15
369
Running native-image on a jar is a bit painful:$ rm -rf target/native$ mkdir -p target/native$ cd target/native$ jar -xv...
SpringBoot Consider how to support spring.integration.keep-alive
2025-01-07 23:33:13
888
Spring Integration is introducing a new spring.integration.keep-alive property which will create a keep-alive thread bas...
SpringBoot Add property to specify Docker Compose flags
2025-01-07 23:33:10
1662
https://github.com/spring-projects/spring-boot/issues/38763 allows specifying the arguments passed to the start and stop...
SpringBoot Spring Boot 3.3.4 with Spring Cloud Stream 4.1.3 issue when consuming messages from kafka stream
2025-01-07 23:33:07
3299
DescriptionWhen using Spring Boot version 3.3.4 with the dependency management plugin io.spring.dependency-management ve...
SpringBoot @RefreshScope GenericFilterBean will fail to initialize
2025-01-07 23:33:05
4490
@Bean @RefreshScope public Filter myFilter(AutowireCapableBeanFactory beanFactory) { return new GenericFilt...
SpringBoot virtual thread issue with ECS fargate / Kubernetes
2025-01-07 23:33:02
4319
In Spring Boot version 3.2, the introduction of the Virtual Thread feature aimed to enhance concurrency and scalability....
SpringBoot Upgrade to Maven Javadoc Plugin 3.10.1
2025-01-07 23:32:59
514
See discussion at https://issues.apache.org/jira/browse/MJAVADOC-812Spring Boot Parent has updated maven-javadoc-plugin ...
SpringBoot Review OpenTelemetry and OTLP support for consistency
2025-01-07 23:32:57
5912
Packagesorg.springframework.boot.actuate.autoconfigure.logging.opentelemetryorg.springframework.boot.actuate.autoconfigu...
SpringBoot RequestMappingHandlerMapping Bean Conflict
2025-01-07 23:32:53
3552
DescriptionSpring can't distinguish bean types of RequestMappingHandlerMapping and its subtype ControllerEndpointHandler...
SpringBoot Gradle runtimeClasspath configuration contains testAndDevelopmentOnly configuration
2025-01-07 23:32:50
1658
Hi,in the scope of issue #35436, it happened that the runtimeClasspath configuration contains the testAndDevelopmentOnly...
SpringBoot Exceeding 32 @SpringBootTest Configurations Causes Netty RejectedExecutionException with WebFlux
2025-01-07 23:32:47
6292
Environment:Spring Boot Version: 3.3.1Java SDK Version: 21MockServer Version: 5.15.0Issue Summary:When running more than...
SpringBoot web-allow-others always enables console
2025-01-07 23:32:45
3084
I feel that there is a bug with how spring.h2.console.settings.web-allow-others is working.I have the following lines in...
SpringBoot Which IDE do you recommend to open and modify the spring-boot source?
2025-01-07 23:32:42
786
I would like to contribute to the source code, but first I need to open it in IDE. I have questions:Which IDE and any pl...
SpringBoot RestTemplate with interceptor calling response getBody() throws IOException even if BufferingClientHttpRequestFactory is set.
2025-01-07 23:32:38
3136
Version: at least from 3.2.1 to 3.3.4The issue occurs when using RestTemplate to call another server as a client. There ...
SpringBoot Use builder-jammy-java-tiny when using Buildpacks
2025-01-07 23:32:36
425
with dual arch builder-jammy-java-tinyupdate documentation and trusted builders tooComment From: anthonydahanne@phxql , ...
上一页
下一页
1
…
1639
1640
1641
1642
1643
…
2246
.