Nineya
Home
Blog
SpringBoot Message conversion issue going from 2.3.0 to 2.3.1
2025-01-06 18:02:21
6016
Hello,The project I'm working on is experiencing an interesting HTTP message conversion issue starting with Spring Boot ...
SpringBoot Upgrade to Spring Data Neumann-SR2
2025-01-06 18:02:15
402
Comment From: mp911deSpring Data dependencies:org.mongodb:mongodb-driver-*:4.0.5io.lettuce:lettuce-core:5.3.2.RELEASEred...
SpringBoot Upgrade to Spring Data Moore-SR9
2025-01-06 18:02:08
463
Comment From: mp911deSpring Data dependencies:org.mongodb:mongodb-driver-reactivestreams:1.12.0org.mongodb:mongodb-drive...
SpringBoot Upgrade to Spring Data Lovelace-SR19
2025-01-06 18:02:02
498
Comment From: mp911deNote: This should be Lovelace-SR19.Spring Data dependencies are:org.mongodb:mongodb-driver-reactive...
SpringBoot Add plugin management for liquibase-maven-plugin
2025-01-06 18:01:54
1602
HelloWould it be possible to add liquibase-maven-plugin to spring-boot-dependencies pom.xml ?With something like this, p...
SpringBoot Misleading error message with immutable configuration properties and @Component
2025-01-06 18:01:47
5144
Consider the following example that is target for regular classpath scanning@Component@ConstructorBinding@ConfigurationP...
SpringBoot Binding to immutable Map fails with UnsupportedOperationException
2025-01-06 18:01:41
1898
It works for Collections. See #9290Comment From: mbhaveActually, maybe this is expected behavior since for collections w...
SpringBoot Remove redundant compiler arguments in Gradle build files
2025-01-06 18:01:33
211
Hi,this PR removes redundant compiler arguments in build.gradle files. The -parameters option is already applied via the...
SpringBoot springboot @AutoConfigureAfter error
2025-01-06 18:01:27
3931
The Project A(Custom starter) maven as flow <parent> <groupId>org.springframework.boot</group...
SpringBoot Consider supporting health check RFC
2025-01-06 18:01:21
1404
See https://inadarei.github.io/rfc-healthcheck/Comment From: philwebbThe RFC doesn't seem to be getting much traction. I...
SpringBoot Configurable waiting time before graceful shutdown starts (to let kubernetes pick up new readiness state)
2025-01-06 18:01:14
1125
I started to use the new graceful shutdown feature of spring boot. When running on kubernetes, the readiness probe is us...
SpringBoot Improve Liveness/Readiness health indicators and probes configuration
2025-01-06 18:01:07
5914
Hello, I've tested the following issue with both Spring Boot 2.3.0 and 2.3.1I am trying to override the default health c...
SpringBoot Spring Circular dependency + Setter Dependency Injection + Java Config => Getting Exception - Documentation update may require
2025-01-06 18:01:01
571
Hi Team,This is continuous to https://github.com/spring-projects/spring-boot/issues/22479 Thanks for the information. I'...
SpringBoot Register Controller
2025-01-06 18:00:52
534
Hello.How can I manually register a Controller at Runtime?Comment From: bclozelThanks for getting in touch, but it feels...
SpringBoot Make DefaultErrorAttributes easier to subclass for message customization
2025-01-06 18:00:09
3831
I have an exception like this@ResponseStatus(value = HttpStatus.BAD_REQUEST)public class RequestValidationException exte...
SpringBoot Spring Boot 2.2.8 XML/JSON mix-up with arbitrary maps
2025-01-06 18:00:01
15629
Serializing a model which has a Map<String, ?> appears to serialize as XML in all cases.We found this in:Spring Bo...
SpringBoot Numerous logs mentioning a failed JNDI lookup when using Jetty
2025-01-06 17:59:52
14273
Affects: 5.2.7.RELEASEAfter migrating to Spring Boot 2.3.1.RELEASE / Spring 5.2.7.RELEASE, I am seeing the following DEB...
SpringBoot Fix some typos in test code
2025-01-06 17:59:44
55
as title.Comment From: wilkinsonaThank you, @XenoAmess.
SpringBoot Fix unwrapping of captured PrintStream in test support's OutputCapture
2025-01-06 17:59:38
469
this should not be like this. I guess you made a mistake here.if you really get the original work flow, you should use i...
SpringBoot Remove redundant close() call from JarResourceManagerTests
2025-01-06 17:59:31
72
why close it two times?Comment From: wilkinsonaThanks again, @XenoAmess.
上一页
下一页
1
…
2139
2140
2141
2142
2143
…
2246
.