Nineya
Home
Blog
SpringBoot Actuator web endpoints cannot respond with custom HTTP status codes when running on MVC or WebFlux
2025-01-06 19:55:40
10331
The issue can be reproduced the issue with following git projectSpring boot: v2.3.5.RELEASEJava 8In the application.prop...
SpringBoot Missing Spring Integration metrics due to the MeterRegistry bean being looked for before it has been defined
2025-01-06 19:55:33
2081
Related to https://github.com/spring-projects/spring-integration/issues/3420After fixing https://github.com/spring-proje...
SpringBoot Provide a configuration property for the driverClassName of the Liquibase DataSource
2025-01-06 19:55:25
399
Fixes gh-23810Comment From: wilkinsonaThanks very much for the PR, @evgeniycheban. I've squeezed this into 2.4. While I ...
SpringBoot The properties server.servlet.context-path=/somepath did not work with webflux netty container
2025-01-06 19:55:19
331
The properties server.servlet.context-path=/somepath did not work with webflux netty container. version:<groupId>...
SpringBoot Remove unused AutoConfigureMetricsSpringBootApplication
2025-01-06 19:55:12
344
Hi,this PR removes a package private class in the test scope that seems to be unused.Cheers,ChristophComment From: dreis...
SpringBoot @ConditionalOnProperty silently ignored on @EventListener
2025-01-06 19:55:05
1218
@EventListener(ApplicationReadyEvent.class) @ConditionalOnProperty(havingValue = "true", value = USE_SE...
SpringBoot 2.3.4 spring boot loggers/ROOT GET call returns 404 error
2025-01-06 19:54:58
2675
With previous spring boot version this seemed to be working fine. However, in 2.3.4 I see this is no more working. Has G...
SpringBoot Fix regular expression used in devools documentation
2025-01-06 19:54:51
486
In the docs for customizing the Spring Boot Devtools RestartClassLoader, the example regex captures jars named mycorp-co...
SpringBoot Caused by: java.lang.IllegalStateException: Error processing condition on org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration$RedisConfiguration.stringRedisTemplate
2025-01-06 19:54:44
9660
Hi. I'm using Spring Boot 1.5.22.RELEASE and Apache CXF 3.3.8. I'm not sure if this is a Spring or CXF issue, but when...
SpringBoot Pre Spring-boot 2.0 Relaxed Binding - Clarify whether previous 1.x relaxed behavior is possible
2025-01-06 19:54:38
7477
Using references:https://spring.io/blog/2018/03/28/property-binding-in-spring-boot-2-0https://github.com/spring-projects...
SpringBoot Any line that is immediately after a line that contains only a # is lost when reading application properties files
2025-01-06 19:54:31
335
If an application.properties file has the following content:#property1.name=value1property2.name=value2The second line (...
SpringBoot Add support for picocli in the CLI
2025-01-06 19:54:25
3931
I could swear I had remembered Spring Boot already supporting something like this, but I can't find it. So..I haven't ac...
SpringBoot Add support for environment variables with custom prefix
2025-01-06 19:54:18
1507
Use case:* Publish a Docker image for a Spring Boot application, for example using com.google.cloud.tools.jib* Use this ...
SpringBoot DataSourceUnwrapper calls Wrapper.isWrapperFor with a class rather than an interface causing Oracle UCP warnings
2025-01-06 19:54:11
7326
Spring Boot gets exception when using oracle ucp datasource and actuator.This is because that "isWrapperFor" call speci...
SpringBoot logging woes
2025-01-06 19:53:57
43138
SB 2.4.0doc problemsI'm having some problems with logging, the simplest is, could you please add documentation for how t...
SpringBoot Security properties appendix contains spring.session and spring.ldap properties that belong elsewhere
2025-01-06 19:53:47
1111
When looking at the documentation for Common Application properties, at the Security section, I also found the propertie...
SpringBoot WebFluxTags performs unnecessary Pattern compilation when ignoring trailing slashes
2025-01-06 19:53:40
269
Fix minor cpu hotspot where String.replaceAll calls Pattern.compile for each call. Reuse a precompiled Pattern.Found in ...
SpringBoot log4j2 configuration vulnerable to CRLF injection
2025-01-06 19:53:32
1176
https://owasp.org/www-community/vulnerabilities/CRLF_Injection#:~:text=Description,ASCII%2010%2C%20%5Cn%20).&text=A%...
SpringBoot LoggingSystem calls with Log4J throws NullPointerException
2025-01-06 19:53:25
4869
build.gradleplugins { id 'org.springframework.boot' version '2.4.0' id 'io.spring.dependency-management' version '...
SpringBoot Pin github-pr-resource to v0.21.0
2025-01-06 19:53:18
163
The latest version of the resource triggers GitHub's rate limit abuse detection. Pinning to v0.21.0 will hopefully avoid...
上一页
下一页
1
…
2094
2095
2096
2097
2098
…
2246
.