Nineya
Home
Blog
SpringBoot Set Netty's io.netty.processId system property to avoid it determining the PID itself
2025-01-06 19:45:14
2351
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
2025-01-06 19:45:07
1735
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-paren...
SpringBoot DefaultWebClientExchangeTagsProvider tags the expanded URI rather than the template
2025-01-06 19:45:00
2716
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
2025-01-06 19:44:53
6292
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
2025-01-06 19:44:46
5317
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
2025-01-06 19:44:39
2628
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
2025-01-06 19:44:33
8842
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
2025-01-06 19:44:21
184
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)
2025-01-06 19:44:15
2094
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
2025-01-06 19:44:08
3593
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)
2025-01-06 19:44:00
2130
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-<...
SpringBoot ActiveProfiles load order has changed from 2.3.4 to 2.3.5
2025-01-06 19:43:51
1406
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
2025-01-06 19:43:43
280
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
2025-01-06 19:43:37
721
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
2025-01-06 19:43:29
2961
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
2025-01-06 19:43:21
4035
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
2025-01-06 19:43:13
4022
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
2025-01-06 19:43:05
2327
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
2025-01-06 19:42:58
547
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
2025-01-06 19:42:49
1984
Make sure the WebMvcRegistrations' and WebFluxRegistrations' getter methods are not called twice thus avoiding possible ...
上一页
下一页
1
…
2098
2099
2100
2101
2102
…
2246
.