Nineya
Home
Blog
SpringBoot Adding jackson dataformat xml should not change output format to xml automatically
2025-01-07 04:04:27
466
VersionSpring Boot 2.7.4Spring MVCJackson-dataformat-xmlQuestionWhen I add jackson-dataformat-xml to my pom.xml, all the...
SpringBoot Empty @DefaultValue cannot be used on collections, maps, arrays or optional values
2025-01-07 04:04:25
2479
I have this simple configuration:@ConfigurationProperties("dummy")public record TestRecord(@DefaultValue Set&l...
SpringBoot Documentation Inconsistency - Externalized Config, Using @ConfigurationProperties
2025-01-07 04:04:22
2180
Live Documentation Section: 7.2.8. Type-safe Configuration Properties -> Using @ConfigurationProperties-annotated typ...
SpringBoot EmbeddedLdapContextConfiguration LdapContextSource bean creation not populating base property
2025-01-07 04:04:19
7049
Drift in behavior between LdapAutoConfiguration and EmbeddedLdapAutoConfiguration.LdapAutoConfiguration populates the ba...
SpringBoot Spring Data Mongo 2.7.4 - repository insert method ignores @MongoId
2025-01-07 04:04:15
7157
WHATSpring Data Mongo repositories API -> insert(...) ignores @MongoId annotation with variable type and always auto-...
SpringBoot Auto-configure ProblemDetails support for Spring MVC and Spring WebFlux
2025-01-07 04:04:10
1830
As of spring-projects/spring-framework#27052, Spring Framework provides support for the "Problem Details" RFC 7807.This ...
SpringBoot Fix deprecation warnings in Spring Session auto-configuration
2025-01-07 04:04:08
419
This PR updates Spring Session auto-configuration to avoid usage of deprecated methods, and moves to newly introduced Du...
SpringBoot Make auto-configured Brave Tracer more compliant with OTel tracer
2025-01-07 04:04:05
259
by default we will not support joined spans and the trace id will be 128 bitComment From: wilkinsonaThanks, @marcingrzej...
SpringBoot Update Thymeleaf to 3.1.0.RC1
2025-01-07 04:04:03
265
Fixes #32628.Comment From: wilkinsonaThanks for the PR, @gavrilovegor519, but Thymeleaf 3.1.0.RC1 has not yet been relea...
SpringBoot SpringBoot with LogBack creating LOG_PATH_IS_UNDEFINED folder
2025-01-07 04:04:00
10747
I am using SpringBoot with LogBack and using the below configuration in my yml file:logging: path: C:/var/log/pincode...
SpringBoot Upgrade to Kafka 3.3.1
2025-01-07 04:03:57
153
https://kafka.apache.org/downloadsDoes not require...https://github.com/spring-projects/spring-kafka/pull/2427...but you...
SpringBoot Rework Spring Session auto-configuration to use customizers
2025-01-07 04:03:54
1471
This PR reworks Spring Session auto-configuration to avoid extending Spring Session's configuration classes. Instead, th...
SpringBoot spring boot application start up error
2025-01-07 04:03:51
20481
2019-09-10 15:39:23.937 ERROR 5844 --- [ main] o.s.boot.SpringApplication : Application run fail...
SpringBoot Change phases of WebServer start-stop and graceful shutdown lifecycles to allow other smart lifecycles to run before graceful shutdown
2025-01-07 04:03:48
1954
Use case: We would like to add some logic that runs on shutdown, but before the web server is shut down. To do so, we wa...
SpringBoot Native tests fail when using @SpringBootTest with RANDOM_PORT or DEFINED_PORT
2025-01-07 04:03:45
1013
After upgrading the project to spring boot 3.0.0-M5 and running native tests it is failing with below error. Expectation...
SpringBoot Add Javadoc since for UseMainMethod
2025-01-07 04:03:43
1191
This PR adds Javadoc @since tag for SpringBootTest.UseMainMethod.See gh-22405Comment From: izeyeI pushed a8eb298 as the ...
SpringBoot Killing mvn spring-boot:run does not kill child process
2025-01-07 04:03:40
825
Killing ./mvn spring-boot:run process with SIGKILL signal does not kill Spring Boot application running as child process...
SpringBoot Require since attribute when marking API as deprecated
2025-01-07 04:03:38
135
Spring Java Format 0.0.35 includes a check that requires @Deprecated annotations to be declared with since. We should en...
SpringBoot Where is the META-INF/spring-autoconfigure-metadata.properties?
2025-01-07 04:03:34
702
I wrote a demo to hack the code. And I found when Spring Boot choosed what classes to be loaded, it would use a configur...
SpringBoot Asynchronous deserialization performed by Hazelcast may fail due to the wrong ClassLoader being used
2025-01-07 04:03:31
10660
I discovered this in a long yak-shaving session migrating an app to Boot 2.4.1 and Hazelcast 4.0.3.This fails when you r...
上一页
下一页
1
…
1891
1892
1893
1894
1895
…
2246
.