SpringBoot Set Netty's io.netty.processId system property to avoid it determining the PID itself

DefaultChannelId wants to know the process id (PID) and hostname for the running process. Spring Boot already knows at l...

SpringBoot custom embedded Undertow containers, filters do not work

<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-paren...

SpringBoot DefaultWebClientExchangeTagsProvider tags the expanded URI rather than the template

It seems like metrics logic is different between DefaultRestTemplateExchangeTagsProvider (RestTemplate) and DefaultWebCl...

SpringBoot Integration test fails when executing "mvn test" in a web project with JPA that has a schema.sql file

When having a web-based project with a JPA based repository, @WebAppConfiguration integration test fails when executing ...

SpringBoot Provide more details about overriding SpringPhysicalNamingStrategy's case insensitive flag

Hi,SpringPhysicalNamingStrategy (applied by defaut by spring boot) does not work in this case.@Entitypublic class Book {...

SpringBoot Configuration metadata annotation processor may use the wrong accessor for boolean properties

Spring Boot version: 2.3.5.RELEASEThe server.tomcat.use-relative-redirects property is incorrectly marked as deprecated ...

SpringBoot No metadata generated with @ConstructorBinding and Kotlin

Generation of metadata for configuration properties doesn't work work with immutable var Kotlin properties. Module: spri...

SpringBoot Upgrade to test-retry-gradle-plugin 1.1.9

Our builds produce a deprecation warning at the moment due to the plugin's use of Test.getClassLoaderCache() which was d...

SpringBoot Error during SSE Connection (migration from 2.3.4 to 2.3.5)

I Have 2 projects with Spring Boot as back and Angular a front. Both are doing SSE.After having migrating both projects ...

SpringBoot When using Tomcat, key and trust store passwords set via javax.net.ssl system properties are overwritten with null when Spring Boot's equivalent properties have not been set

Spring Boot version: 2.3.4.RELEASEContext: I have an REST API that depending on the environment (local, dev, int, ...) r...

SpringBoot message is blank use HttpServletResponse.response.sendError(code,message)

Version: 2.3.x i build a spring boot project, i need to response error message in a RESTful API, so i do that:-pom-&lt...

SpringBoot ActiveProfiles load order has changed from 2.3.4 to 2.3.5

In updating my project from Boot 2.3.4 to 2.3.5, i have some integration tests that are failing, due to what looks like ...

SpringBoot Authenticate with DockerHub prior to running a CI build

We're falling foul of DockerHub's anonymous pull rate limits so we need to update our CI pipelines to authenticate with ...

SpringBoot In Spring Boot 2.3.5 tests, @ActiveProfiles does not honor the given sequence of profiles any more

In 2.3.4 and earlier, when multiple profiles are given with the @ActiveProfiles annotation, the sequence is honored. Tha...

SpringBoot Clarify documentation regarding relaxed binding of environment variables

It seems that there are wrong information in the docs in the section Binding from Environment Variables. A green info se...

SpringBoot Enhance spring.datasource.initialization-mode property description

As discussed here #20920 and here #21077 with @snicoll, we think that the description may of the spring.datasource.initi...

SpringBoot Test auditing with scope request bean fail

I have a DataJpaTest that failed when running after another test annotated with SpringBootTest.The test with DataJpaTest...

SpringBoot @DataJpaTest using H2 with schema.sql and spring.datasource.schema-username fails

Version: Spring Boot v2.2.1.RELEASE, Spring v5.2.1.RELEASEHi, I'm using @DataJpaTest with default embedded H2 DB for tes...

SpringBoot Fix typo in Spring Session documentation

Fix typo in Spring Session documentation (obvious fix)Comment From: pivotal-issuemaster@PascalSchumacher Please sign the...

SpringBoot Avoid repeated calls of Web(Mvc|Flux)Registrations' getters

Make sure the WebMvcRegistrations' and WebFluxRegistrations' getter methods are not called twice thus avoiding possible ...
上一页 下一页
.