Nineya
Home
Blog
软著申请
SpringBoot Upgrade to AspectJ 1.9.20.1
2025-01-07 17:24:42
481
I know you ask not to raise issues for managed dependencies but I'm wondering if the automatic process missed this one d...
SpringBoot Support caching build layers to an image
2025-01-07 17:24:39
3345
The spring-boot:build-image Maven goal and bootBuildImage Gradle task configure the CNB builder to cache layers created ...
SpringBoot Build image failed for springboot application with status code 51
2025-01-07 17:24:37
7022
Pom.xml<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/P...
SpringBoot Document the accepted inputs when configuring tags on spring-boot:build-image and bootBuildImage
2025-01-07 17:24:34
1968
gradle plugin version: id("org.springframework.boot") version "2.7.5"dsl: kotlinsnippet:tasks.bootBuildImage { imageNam...
SpringBoot Document how to use cloudfoundry specific actuators with a custom base path for webflux applications
2025-01-07 17:24:31
443
This issue is similar to #9081. When setting the spring.webflux.base-path, the Cloudfoundry specific actuators are also...
SpringBoot @MockBean annotation does not find existing bean created through @FeignClient
2025-01-07 17:24:28
1815
Using Spring Boot 3.1.5 version @MockBean annotation works charming, however after trying Spring Boot 3.2.0-SNAPSHOT - w...
SpringBoot Refactor AnsiPropertySource Static Initialization
2025-01-07 17:24:25
1665
OverviewThis pull request updates the static initialization block in the AnsiPropertySource class. The goal is to levera...
SpringBoot Refactor AnsiPropertySource Static Initialization
2025-01-07 17:24:23
1464
OverviewThis pull request updates the static initialization block in the AnsiPropertySource class. The goal is to levera...
SpringBoot Document how RequestAttributeSecurityContextRepository can be used
2025-01-07 17:24:21
327
See #29655 for background.Comment From: mhalbritterSpring Security 6.1.2 shipped in Boot 3.1.x auto-configures a Request...
SpringBoot Document Liberica JDK with CRaC
2025-01-07 17:24:18
175
Following the announcement of Liberica JDK with CRaC, this pull request updates Spring Boot 3.2 reference documentation ...
SpringBoot Minimize the number of beans created by RabbitAnnotationDrivenConfiguration
2025-01-07 17:24:15
1349
In RabbitAnnotationDrivenConfiguration, some beans may be created but unused.When spring.rabbitmq.listener.type is missi...
SpringBoot Can't inject local.server.port into a @Configuration so it can be wired into a @Component
2025-01-07 17:24:13
7697
So the short of my problem is, I'm trying to make a graphql client library, and test to see that it's working. @LocalSer...
SpringBoot Remove unnecessary JobOperator bean definition from BatchAutoConfiguration
2025-01-07 17:24:10
209
Remove unnecessary JobOperator bean definition from BatchAutoConfigurationTarget Branch is 3.0.x, see #38234 .Comment Fr...
SpringBoot Reduce likelyhood of binding errors by making LogCorrelationPropertySource an EnumerablePropertySource
2025-01-07 17:24:06
126
As discovered in #38201 we're likely to get less binder errors if LogCorrelationPropertySource is an EnumerablePropertyS...
SpringBoot Failed to extract parameter names exception thrown when binding with non-enumerable property source
2025-01-07 17:24:04
10065
HiI found a bug when testing version 3.2.0-RC2 when binding in a configuration properties.My configuration properties:im...
SpringBoot Spring Boot 3.1.5 Native Image on GraalVM CE 21.0.1 - Logback Janino Error
2025-01-07 17:24:02
507
Spring Boot 3.1.5 Native Image on GraalVM CE 21.0.1 fails to start due to Logback error as below. We have used Janino fo...
SpringBoot Update JobLauncherApplicationRunner to use JobParameters#getIdentifyingParameters
2025-01-07 17:23:53
176
Update JobLauncherApplicationRunner to use JobParameters#getIdentifyingParametersTarget is main, since 3.2.x is not yet ...
SpringBoot Add a Restarting a stopped or failed Job section to the batch howto
2025-01-07 17:23:50
130
Add a Restarting a stopped or failed Job section to the batch howtoTarget is 3.0.x, see #38234 Comment From: mhalbritter...
SpringBoot FilterRegistrationBean method setUrlPatterns ignored since 3.1.0
2025-01-07 17:23:48
1782
It seems that since spring-boot-starter-web version 3.1.0 FilterRegistrationBean setUrlPatterns gets ignored when used l...
SpringBoot Clarify documentation on importing Testcontainer declarations and using @ServiceConnection or @DynamicPropertySource
2025-01-07 17:23:44
4540
HiWe tried to use Spring Boot & TestContainers integration added in Spring Boot 3.1.0.We used example from the refer...
上一页
下一页
1
…
1755
1756
1757
1758
1759
…
2246
.