SpringBoot property server.compression.enabled=true doesn't take effect when response has strong ETag

I have a default property server.compression.enabled=true in application.properties using Spring Boot 2.3.7.RELEASE.when...

SpringBoot Upgrade 2.7.x to 3.2.x. dialect.getSequenceNextValString replacement

I'm upgrading to Spring Boot 3.2.2dialect.getSequenceNextValString is deleted.I'm just not sure how to replace it.import...

SpringBoot Revisit "Use Liquibase for test-only migrations" section of reference

Use Liquibase for test-only migrations section of the reference manual goes at length to describe an approach of managin...

SpringBoot @Cacheable with condition not working after upgrading from Spring Boot 2.7 to 3.2.2 with Java 21

This snippet of code worked fine in 2.7 but not caching in 3.2.2 @Cacheable(condition = "#objectId != null"...

SpringBoot Auto-configure an ActiveDirectoryLdapAuthenticationProvider from configuration properties

We could configure a good chunk of Spring security for LDAP (probably other places too) simply with application.properti...

SpringBoot Add another port for actuators that need additional access restrictions

Problem StatementToday, there is currently an option to put actuators all on a single management port separate from the ...

SpringBoot Spring Boot Actuator - Exposure for native Build failed

Failure behaviourAfter compiling an application as native image the command line property --management.endpoints.web.exp...

SpringBoot Active on profile not working when profile is included by group

Using a config server, in the application.yml I have defined a group:# application.ymlspring: profiles: group: ...

SpringBoot java.lang.NoClassDefFoundError: ch/qos/logback/core/joran/action/AbstractEventEvaluatorAction

Hi Team, I see this issue was closed without any solution because of lack of data. we are also facing this issue and we ...

SpringBoot Bump gradle/wrapper-validation-action from 2.0.0 to 2.1.1

Bumps gradle/wrapper-validation-action from 2.0.0 to 2.1.1.Release notesSourced from gradle/wrapper-validation-action's ...

SpringBoot [Spring Boot 3.2.2]org.springframework.web.servlet.resource.NoResourceFoundException: No static resource favicon.ico.

If modifying the port number,request have a error.this is my "application.yml"org.springframework.web.servlet.resource.N...

SpringBoot Showcase and fix for actuator configprops endpoint serialization issu…

…e of nested records (and fix).Comment From: pivotal-cla@tomekrojek Please sign the Contributor License Agreement!Click ...

SpringBoot WebFlux auto-configuration should only configure the blocking executor when virtual threads are enabled

Description of the problemIncoming http-requests during graceful shutdown throws exceptions and 500 responses to the cli...

SpringBoot DockerComposeLifecycleManager.start() Called in Spring Cloud Bootstrap and in Application Context phase

https://docs.spring.io/spring-boot/docs/current/reference/html/application-properties.html#appendix.application-properti...

SpringBoot Ordering of ObservationHandlers

I would like to override the default remote service name, for which there isn't a property. As far as I can tell, the le...

SpringBoot Adding unit tests for classes in config package

To enhance bug leakages and detect the issues earlier in the release lifecycle I added unit tests for context package fo...

SpringBoot Introduce @BatchTransactionManager to make it easier to configure Spring Batch to use a custom transaction manager

Add a new annotation for marking a second PlatformTransactionManager to be used in batch processing.See gh-37650Comment ...

SpringBoot Creating a RestClient from a RestTemplateBuilder-created RestTemplate requires double configuration of the baseUrl/rootUri

You have do this:RestClient rest = RestClient .builder(builder.setConnectTimeout(Duration.ofSeconds(30)) .setR...

SpringBoot Use meta-annotations on @AutoConfigureWebMvc to compose it with @AutoConfigureJson

Currently @AutoConfigureWebMvc imports JSON auto-configuration directly. If we use @AutoConfigureJson then any user cust...

SpringBoot Modify isMatch method in InMemoryAuditEventRepository

I think it's possible to return true/false values ​​even without a 'match' variable.Also, I think readability can be imp...
上一页 下一页
.