SpringBoot Use "spring.application.name" as fallback of "spring.kafka.consumer.group-id"

Keep it consistent with spring.kafka.streams.application-id.https://github.com/spring-projects/spring-boot/blob/4c4fdb35...

SpringBoot LifecycleTests executeWithSecurityOptionsExecutesPhases fails on Windows

java.lang.AssertionError: HostConfigExpected: SecurityOptbut none found at org.skyscreamer.jsonassert.JSONAssert.asse...

SpringBoot Add a configuration property for configuring sessionTransacted flag on auto-configured JMS listener container

This commit introduces spring.jms.listener.session-transacted property in order to enable explicit configuration of sess...

SpringBoot Move spring.jms.listener.acknowledge-mode to spring.jms.listener.session.acknowlege-mode

To align with the new properties for JmsTemplate, we should move spring.jms.listener.acknowledge-mode to spring.jms.list...

SpringBoot Update documentation to align with Mockito 5 using the inline mock maker by default

With the upgrade to Mockito 5.3, it dropped the mockito-inline module. Removed this note from the documentation.Fixes h...

SpringBoot LoggingSystemProperties writes unwanted logging during reinit when logging properties are used

The bug was discovered when working with spring-cloud-stream-test-support org.springframework.cloud.stream.binder.Binder...

SpringBoot Add configuration properties for JmsTemplate's sessionAcknowledgeMode and sessionTransacted

Closes gh-37472Comment From: vpavicFYI recent PR builds are failing due to worker running out of disk space:- https://gi...

SpringBoot Managed types for Neo4j are not used in Neo4j Data auto configuration

This fixes #37573.I tested the fix locally in native image mode and added a test that reliable fails without using Neo4j...

SpringBoot fileMode and dirMode are not applied to all entries in an archive produced by BootJar

tasks.named("bootJar") { fileMode = 0400 dirMode = 0500}The configuration above applies the expected per...

SpringBoot Disable user details auto-configuration if the application has resource server, saml, or oauth2-client dependencies

Description of the BugA warning appears on startup when configuring an OAuth2 Resource Server for an MVC application wit...

SpringBoot Bump gradle/gradle-build-action from 2.8.0 to 2.8.1

Bumps gradle/gradle-build-action from 2.8.0 to 2.8.1.Release notesSourced from gradle/gradle-build-action's releases.v2....

SpringBoot When using checkpoint-restore and Hikari, dependency injection fails if the HikariDataSource has been replaced or wrapped

While working on https://github.com/sdeleuze/spring-petclinic-data-jdbc/tree/crac, I figured out that when org.crac:crac...

SpringBoot bootJar gradle task does not set file permissions within jar to readonly

bootJar gradle task creates a fat jar with writeable files.Security scans from stuff like Synk/Sonar fail because of thi...

SpringBoot Validation not work in boot 2.7.14

Hello team, Sorry to trouble you about my problem. I‘m not sure it's a single case or a most popular case on this versi...

SpringBoot Managed types for Neo4j are not used in Neo4j Data auto configuration.

The auto configuration for imperative and reactive Spring Data variant still uses Set<Class<?>> initialEntit...

SpringBoot @DynamicPropertySource breaks collection mapped properties

In a Spring Boot 3.1.3 application, I am using the Spring Addons library to configure my Spring Security. My application...

SpringBoot Testing push n pull

Comment From: pivotal-cla@RakshitKashyap11 Please sign the Contributor License Agreement!Click here to manually synchron...

SpringBoot Update documentation to align with Mockito 5 using the inline mock maker by default

With thanks to @romainmoreau, we need to update the docs following the upgrade to Mockito 5.3 as it dropped the mockito-...

SpringBoot Spring Boot 3.1.3 report AopConfigException error

The Spring Boot startup class scanned for this service, but the ServiceImpl class reported an AopConfigException errorpa...

SpringBoot IllegalAccessError for some auto-configured beans when enabling AspectJ load time weaving

To enable AspectJ load time weaving in a Spring application, one would use the @EnableLoadTimeWeaving annotation as outl...
上一页 下一页
.