SpringBoot Remove note about Infinispan's Spring Boot Starter as it is not yet 3.0-compatible

Infinispan was upgraded to 14.0.1.Final in #32798.Unfortunately, this version of Infinispan does not appear to be fully ...

SpringBoot Rename httptrace endpoint and related classes to httpexchanges

See #32875Using httptrace as the endpoint ID is very confusing now that we have micometer tracing support. Renaming it w...

SpringBoot Resolve unicode escape sequences in environment variables used in externalized configuration

When I set a property in the application.properties file containing a unicode escape sequence like thislanguages=English...

SpringBoot spring-boot-validation not working with spring native

Bug report:With version 3.0.0-RC1 of spring boot, the spring-boot-starter-validation not longer working as expected.When...

SpringBoot Handle null currentSpan() in LazyTracingSpanContextSupplier consistently

This PR changes to handle null currentSpan() in the LazyTracingSpanContextSupplier consistently.Comment From: wilkinsona...

SpringBoot Cyclic dependency between @JsonComponents and ObjectMapper causes JsonComponents to be ignored

Spring Boot 2.7.5 + JUnit 5Kotlin 1.7.20openjdk version "17.0.4.1" 2022-08-12 LTSOpenJDK Runtime Environment Zulu17.36+1...

SpringBoot Polish "Remove spring.xml.ignore flag usages"

This PR polishes "Remove spring.xml.ignore flag usages" changes a bit.See gh-32653Comment From: mhalbritterThanks @izeye...

SpringBoot Package-private ResourceProviderCustomizer prevents external usage of FlywayAutoConfiguration class

We have a multi-tenant application that uses a database per tenant. To handle database migrations, we create an instanc...

SpringBoot OTel W3C doesn't propagate remote fields

without this change we're missing the BaggageTextMapPropagator for OTel. This means that we're not propagating remote-fi...

SpringBoot EmbeddedDatabaseConnection was unintentionally initialized at build time when using @DataJpaTest

When using @DataJpaTest in a native image, the build aborts with:Error: Classes that should be initialized at run time g...

SpringBoot Delete WebSecurityConfigurerAdapter from Javadoc in SpringBootWebSecurityConfiguration / SecurityProperties

WebSecurityConfigurerAdapter was finally removed #10902 and thus the Javadoc of two classes in Spring Boot should be upd...

SpringBoot Missing resource hint for banner.txt

Running Petclinic as a native image shows: . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ ...

SpringBoot RandomValuePropertySource returns a different random value each time a random property is referenced

Currently, randomized configuration properties produce new randomized values each time they are referenced within config...

SpringBoot springboot 3.0.0 RC1 use cmd "mvn -Pnative spring-boot:build-image" found error

springboot 3.0.0 RC1 use cmd "mvn -Pnative spring-boot:build-image" found error mvn spring-boot:build-image -> s...

SpringBoot The org.springframework.boot.context.properties.bind.MapBinder#merge works in wrong result by deleting the cofniguration

the code like this:@Data@ToString@ConfigurationProperties(value = MonitorPluginConfiguration.PREFIX)public class Monitor...

SpringBoot Actuator breaks schema.sql init

I'm using spring-boot:2.0.3.RELEASE + spring-cloud-dependencies:Finchley.RELEASEMy application is working fine however w...

SpringBoot Properties not available when using SpringBootTest.UseMainMethod.ALWAYS

When using useMainMethod = SpringBootTest.UseMainMethod.NEVER, properties are passed into the Environment, so this test ...

SpringBoot Setting a RestTemplateBuilder read timeout results in an IllegalStateException due to deprecations in HttpComponentsClientHttpRequestFactory

In a project that has micrometer-tracing with Zipkin + RestTemplate and no WebClient dependency, ZipkinRestTemplateSend...

SpringBoot Manifests of jars built with Gradle do not have a Build-Jdk-Spec entry

Maven adds a Build-Jdk-Spec attribute to META-INF/MANIFEST.MF when building a jar or war file. Paketo Java buildpacks wi...

SpringBoot How / Can add supoort buildtype/productflavor like Android Project ?

Dear Siri am a Android Dev. now i try to use Spring to do backend .at Android (application or library type), we can set ...
上一页 下一页
.