Nineya
Home
Blog
SpringBoot Polish CacheManager customization section in reference doc
2025-01-07 01:57:29
120
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
2025-01-07 01:57:22
758
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
2025-01-07 01:57:18
301
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
2025-01-07 01:57:15
2996
Why @MockBean Environment(Interface) doesn't work in @WebMvcTest annotated controller class Junit 5 However same thing i...
SpringBoot get from spring
2025-01-07 01:57:09
217
Comment From: pivotal-cla@KukoBang Please sign the Contributor License Agreement!Click here to manually synchronize the ...
SpringBoot Remove spring.profiles support
2025-01-07 01:57:05
775
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
2025-01-07 01:57:00
1536
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
2025-01-07 01:56:54
682
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…
2025-01-07 01:56:51
296
Addresses enhancement issue #25100create function run and exit using a Inline Method refactoring.Changed all uses from e...
SpringBoot WebTestClient performance comparing MockMvc
2025-01-07 01:56:47
3190
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
2025-01-07 01:56:43
2224
I try to combine<dependency> <groupId>org.springframework.boot</groupId> <artifactId>sprin...
SpringBoot Enable caching for system tests in CI
2025-01-07 01:56:37
177
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
2025-01-07 01:56:17
5511
When using the Spring Boot 2.6.1 managed dependency org.hibernate.validator.hibernate-validator-annotation-processor in ...
SpringBoot Lazy load of spring beans
2025-01-07 01:56:13
824
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
2025-01-07 01:56:09
7704
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
2025-01-07 01:56:06
2145
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
2025-01-07 01:56:02
1603
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
2025-01-07 01:55:59
4990
TomcatEmbeddedServletContainerFactory has addAdditionalTomcatConnectors() which allows to have both SSL and non-SSL conn...
SpringBoot Use log4j-bom to manage log4j-to-slf4j dependency
2025-01-07 01:55:55
185
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]
2025-01-07 01:55:50
525
Schema-validation: missing table [member.member_flag] iam getting this issue even though the database contains table Com...
上一页
下一页
1
…
1981
1982
1983
1984
1985
…
2246
.