Nineya
Home
Blog
SpringBoot Remove redundant bitwise operations
2025-01-06 17:59:25
58
as title.Comment From: wilkinsonaThanks again, @XenoAmess.
SpringBoot Use new ArrayList(Collection) rather than separate instantiation and addAll(Collection)
2025-01-06 17:59:18
58
as title.Comment From: wilkinsonaThanks again, @XenoAmess.
SpringBoot Use new ArrayList(Collection) rather than separate instantiation and addAll(Collection)
2025-01-06 17:59:12
62
Though slightly.Comment From: wilkinsonaThank you, @XenoAmess.
SpringBoot Use Integer.parseInt rather than valueOf where result is assigned to an int
2025-01-06 17:59:05
105
because you use an int to receive it not an Integer.Comment From: wilkinsonaThanks very much, @XenoAmess.
SpringBoot Remove duplicated icon from git-repo-windows resource definition
2025-01-06 17:58:58
414
as title.Comment From: pivotal-issuemaster@XenoAmess Please sign the Contributor License Agreement!Click here to manuall...
SpringBoot How to exclude metric tag?
2025-01-06 17:58:52
2577
My project is based on SpringBoot2, and I use micrometer-registry-prometheus to expose metrics. but I found there are so...
SpringBoot TCP connections is growing unless restart
2025-01-06 17:58:45
255
TCP connections is growing unless restart when using Spring Cloud Gateway. I think the issue is springboot or netty reac...
SpringBoot Mapping YAML properties to list of objects
2025-01-06 17:58:33
2940
We have a configuration of list of objectselastic: mappings: dynamic_templates: - longs_as_strings: match_...
SpringBoot SpringDataWebSupport throws MethodArgumentConversionNotSupportedException in Spring Boot 2.3.1
2025-01-06 17:58:26
565
The following code works perfectly on Spring Boot 2.3.0, but throws org.springframework.web.method.annotation.MethodArgu...
SpringBoot Avoid registering application context shutdown hook for WAR deployments
2025-01-06 17:58:20
875
While looking into #19385, we've found that we're registering the application context shutdown hook even for Servlet dep...
SpringBoot Configuration classes aren't loaded when use spring.main.lazy-initialization=true property
2025-01-06 17:58:13
1994
I use spring.main.lazy-initialization=true to speed up Spring Boot 2.2.8.RELEASE startup. But I found that, configuratio...
SpringBoot Issue with Groovy deps on spring-boot 2.3.0 and java-jdk 14
2025-01-06 17:58:06
2958
Dear team,I have configured my Idea and Ubuntu environment to work with oracle java-jdk 14. Once I want to start the app...
SpringBoot Remove plugin version management for exec-maven plugin
2025-01-06 17:57:59
1680
The Spring Boot 2.3. Release Notes contain a section on Removal of some Maven Plugin Management that says:Spring Boot’s ...
SpringBoot gradle bootBuildImage --verboseLogging=true results in Unknown command-line option '--verboseLogging'
2025-01-06 17:57:53
1263
With 2.3.1.RELEASE:./gradlew bootBuildImage --verboseLogging=trueResults in:Unknown command-line option '--verboseLoggin...
SpringBoot Add properties for Netty HttpDecoderSpec
2025-01-06 17:57:46
398
Closes gh-21504Comment From: wilkinsona@Julien-Eyraud Thank you very much for making your first contribution to Spring B...
SpringBoot Image building fails when DOCKER_HOST is set to a local socket prefixed with unix://
2025-01-06 17:57:39
15860
On our build server we have an environment varialbe DOCKER_HOST="unix:///var/run/docker.sock" set.This has not been a pr...
SpringBoot Add the ability to customize threads properties for management when in distinct port
2025-01-06 17:57:32
853
https://github.com/spring-projects/spring-boot/blob/2c60672d7015c539e10f1e9f4dffbcd35a0bd4b6/spring-boot-project/spring-...
SpringBoot Add failure analyzer for missing Liquibase changelog
2025-01-06 17:57:25
2359
This PR closes #22159. I created a FailureAnalyzer that analyzes exceptions of type liquibase.exception.ChangeLogParseEx...
SpringBoot make @ConditionalOnProperty#havingValue support regexp
2025-01-06 17:57:19
1582
the source of org.springframework.boot.autoconfigure.condition.OnPropertyCondition.Spec#isMatch is simple value equalsp...
SpringBoot Bean validation error message not displayed in response body
2025-01-06 17:57:12
4799
Affects: Spring Boot 2.3.X.RELEASESince Spring Boot 2.3.X.RELEASE, the bean validation error message are no longer displ...
上一页
下一页
1
…
2140
2141
2142
2143
2144
…
2246
.