SpringBoot Polish CacheManager customization section in reference doc

Minor fix in docs about cachingComment From: snicoll@An1s9n thank you for making your first contribution to Spring Boot.

SpringBoot Default value for configuration property 'spring.mvc.pathmatch.matching-strategy' is not up to date in the reference documentation v2.6

The default value for spring.mvc.pathmatch.matching-strategy should be path-pattern-parser since Spring Boot 2.6 (see re...

SpringBoot Add tip for testing OutputCapture with gradle

Comment From: philwebb@quaff Do you have a sample project you could attach that shows a test failing when showStandardSt...

SpringBoot Why @MockBean Environment doesn't work in @WebMvcTest annotated controller class Junit 5

Why @MockBean Environment(Interface) doesn't work in @WebMvcTest annotated controller class Junit 5 However same thing i...

SpringBoot get from spring

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

SpringBoot Remove spring.profiles support

Addresses issue #22523removed all instances of spring profiles, changing it for spring.config.activate.on-profileComment...

SpringBoot Hibernate validation messages broken in spring boot 2.6.1 when setUseCodeAsDefaultMessage set to true

Configuring the following messageSource breaks hibernate validation messages@Beanpublic MessageSource messageSource() { ...

SpringBoot DataSourceScriptDatabaseInitializer may still try to access the database even though its initialization mode is never

Comment From: snicollI am looking at this issue and I am not able to reproduce the problem in a unit test. I can see the...

SpringBoot creation of function run and exit and adjusting all uses of it in the…

Addresses enhancement issue #25100create function run and exit using a Inline Method refactoring.Changed all uses from e...

SpringBoot WebTestClient performance comparing MockMvc

Now that spring 2.6.x supports WebTestClient in MCV environments, it could be worth switching from MockMvc to WebTestCli...

SpringBoot spring-boot-starter-validation 2.5.0 is not working with hibernate-validator 7.0.1.Final

I try to combine<dependency> <groupId>org.springframework.boot</groupId> <artifactId>sprin...

SpringBoot Enable caching for system tests in CI

System tests are run in CI with the --rerun-tasks Gradle option to ensure that all tests run without build avoidance. Th...

SpringBoot Java 17 maven project doesn't compile anymore when adding Spring Boot 2.6.1 managed 'hibernate-validator-annotation-processor' dependency

When using the Spring Boot 2.6.1 managed dependency org.hibernate.validator.hibernate-validator-annotation-processor in ...

SpringBoot Lazy load of spring beans

QuestionIs that possible to use the spring.main.lazy-initialization property with config server?I have spring-boot micro...

SpringBoot spring-boot-starter-logging depends on vulnerable log4j version

Spring-boot-starter-logging indirectly depends on log4j version 2.14 through the log4j-to-slf4j adapter dependency.this ...

SpringBoot java.lang.IllegalStateException: No transactional EntityManager found

I am using Spring Boot version 2.3.12.RELEASE.Tests that use TestEntityManager are failing with the following error:java...

SpringBoot Facing error while accessing cassandra data through Solr_query json

Having com.datastax.oss of version : 4.13.0Select selectQuery = selectFrom(table).all().whereColumn("solr_query").isEqu...

SpringBoot Document UndertowEmbeddedServletContainerFactory's addBuilderCustomizers() to configure both HTTP and HTTPS listeners

TomcatEmbeddedServletContainerFactory has addAdditionalTomcatConnectors() which allows to have both SSL and non-SSL conn...

SpringBoot Use log4j-bom to manage log4j-to-slf4j dependency

log4j-to-slf4j is already in log4j-bom since this commit, so we should remove it to keep clear。Comment From: snicoll@cop...

SpringBoot Schema-validation: missing table [member.member_flag]

Schema-validation: missing table [member.member_flag] iam getting this issue even though the database contains table Com...
上一页 下一页
.