SpringBoot Attempt to improve performance with SpringIterableConfigurationPropertySource

Running a project with >10k external properties.It seems that Spring is taking a long time with processing all proper...

SpringBoot Add aggregation temporality to OtlpProperties

In Micrometer 1.11.0-RC1, a new property was introduced in OtlpConfig to define aggregation temporality.See https://gith...

SpringBoot Print build info if available at start

So the goal here is to be able to discern what version of my app someone (ops) is using. In debugging they are using the...

SpringBoot Auto-configure property-based …ConnectionDetails beans when there is no existing …ConnectionDetails bean

Hello,First of all, the new @ServiceConnection and related annotations are a great addition for running integration test...

SpringBoot Spring boot kotlin data class parameter length restriction

spring boot version: 2.7.10kotlin version: 1.8.10mybatis version: 3.5.13When I start up boot application, program throws...

SpringBoot Invalid classpath index manifest attribute in war files built with Maven

When packaging a war file, the Spring Boot Maven plugin will add a Spring-Boot-Classpath-Index: WEB-INF/classpath.idx en...

SpringBoot Add properties to support device grant with Spring Authorization Server

[ ] Add property *.endpoint.device-authorization-uri - maps to AuthorizationServerSettings.getDeviceAuthorizationEndpoin...

SpringBoot Avoid repeated loading of "META-INF/spring.factories"

When I use a custom classloader I find duplicate loading spring.factories@SpringBootApplicationpublic class TestApplicat...

SpringBoot Server not getting shutdown when running the mockserver in Java 17

Hello team,We are upgrading our apps to Java 17, where when running the integration tests we are facing an issue,we run ...

SpringBoot /cloudfoudryapplication-Endpoints defect after update to spring-boot-starter 2.7.10

Not sure whether to put this report here, cloudfoundry, netty or with spring cloud gateway but as I can reproduce this i...

SpringBoot Identical Gradle attributes found between bootArchive and archive configurations

It seems that Gradle 8 enforces that 2 configuration cannot have the same attributes.In my project I am seeing this issu...

SpringBoot Remove bootArchives configuration in favour of adding task dependencies to assemble

This issue is follow-on from https://github.com/spring-projects/spring-boot/issues/34812. Our bootArchives configuration...

SpringBoot Spring boot 3.0.5 application not exporting logs to otel-collector

I had created a Spring-boot micro-service using spring-cloud-sleuth for distributed-tracing. I had a otel-collector whic...

SpringBoot maven execution "-P native native:compile" ignores provided scoped dependencies

When executing "mvn -P native native:compile" dependencies with scope provided are not considered.I couldn't find if thi...

SpringBoot Spring Boot 3 compiled to native getting Postgresql JDBC errors

I have a simple Spring Boot 3 application that uses Spring Data JPA (https://github.com/edeandrea/quarkus-for-spring-dev...

SpringBoot Update remaining data properties to make it clear which stores do and do not require Spring Data

Unless I have overlooked something, I think we may have missed some changes when determining the scope of #11574. MongoP...

SpringBoot 2.6.6 Upgrade issue with quartz datasource

We have a Spring Boot application upgrading to version 2.6.6 from 1.5.9.RELEASE. The application uses the quartz schedul...

SpringBoot Spring boot 3.0.0 ramdom.uuid run twice

pom.xml <dependencyManagement> <dependencies> <dependency> &lt...

SpringBoot BatchProperties has an outdated reference to JPA

Since JpaBatchConfigurer.java was removed, BatchAutoConfiguration.getIsolationLevelForCreate() is the only method that ...

SpringBoot Bug in documentation of SessionManagementConfigurer.sessionAuthenticationStrategy

Hi, I have currently migrated my application from Spring Boot 2.7.10 to 3.0.5. My application tests failed because of mi...
上一页 下一页
.