Nineya
Home
Blog
SpringBoot Update Spring Security filter dispatcher types docs to reflect change in default value
2025-01-07 04:23:11
181
This aligns configuration metadata and documentation with new defaults for spring.security.filter.dispatcher-types prope...
SpringBoot Polish SecurityProperties
2025-01-07 04:23:09
307
This updates SecurityProperties.Filter#dispatcherTypes to use EnumSet#allOf instead of explicitly listing all the dispat...
SpringBoot Document that the jar task should not be disabled when building a native image
2025-01-07 04:23:04
1613
We use assemble task in our CI/CD pipeline to build artifacts. From Spring Boot 2.5.0 jar task generates an additional j...
SpringBoot Refine BackgroundPreinitializer code reachability
2025-01-07 04:23:01
1311
GraalVM code reachability algorithm is not able to evaluate at build time that ENABLED static field is always false in a...
SpringBoot Document nesting configuration properties using records or Kotlin data classes and how and when to use @NestedConfigurationProperty
2025-01-07 04:22:59
7101
Having a simple Kotlin Spring Boot application (link), adding some data class as configuration properties class causes t...
SpringBoot Properties migrator causes an application to fail to start if it tries to map a property whose metadata data entry contains an invalid configuration property name
2025-01-07 04:22:55
5524
TL;DR: The spring-boot-configuration-processor should check for (or fix) invalid configuration property names found in M...
SpringBoot Upgrade to Spring Data 2021.2.6
2025-01-07 04:22:53
599
Comment From: mp911deProject Dependencies Spring Data 2021.2.6Cassandra Driver (com.datastax.oss:java-driver-bom): 4.14....
SpringBoot Upgrade to Spring Data 2021.1.10
2025-01-07 04:22:50
522
Comment From: mp911deProject Dependencies Spring Data 2021.1.10Cassandra Driver (com.datastax.oss:java-driver-bom): 4.13...
SpringBoot Provide starters for micrometer-tracing
2025-01-07 04:22:48
7926
Getting all the dependencies right for various tracing options is no easy task. We should provide starters to make that ...
SpringBoot @Primary ObjectMapper bean does not allow overriding of WebClient.Builder codecs
2025-01-07 04:22:45
5644
Using Spring Boot 2.7.5Having an ObjectMapper bean as @Primary @Bean @Primary fun defaultObjectMapper(): Object...
SpringBoot Mention @RegisterReflectionForBinding in the docs
2025-01-07 04:22:42
2748
Comment From: wilkinsonaI wonder if there's something in Framework's documentation to which we can link? If not, it woul...
SpringBoot OutputCapture reset method is package-private
2025-01-07 04:22:40
4061
Hello, I'm currently trying to utilize OutputCapture in my unit testing to test logging level. And I face issue that I'm...
SpringBoot HealthAggregator deprecated
2025-01-07 04:22:37
2541
Hello. I found HealthAggregator was deprecated and documentation suggests to use StatusAggregator, but StatusAggregato...
SpringBoot Incorrect ConfigurationProperties behavior when Map<?, SomeCustomObject> is used
2025-01-07 04:22:34
1607
Dear team, there is an incorrect behavior of @ConfigurationProperties when there is a field of type Map<KEY, VALUE>...
SpringBoot Configuration property is not bound in a native image when property has get, set, and is methods
2025-01-07 04:22:32
734
BindableRuntimeHintsRegistrar currently uses BeanInfoFactory to get properties, I think we can safely switch to BeanUtil...
SpringBoot ConfigurationProperties Not Populated Correctly In Native Image When Getter/Setter Name Is Different
2025-01-07 04:22:29
3921
Specifically if the field has a different name than its getter/setter (real example io.awspring.cloud.autoconfigure.core...
SpringBoot @ContextHierarchy should never be used with main method
2025-01-07 04:22:27
161
Using SpringBootContextLoader with a UseMainMethod value that finds a main method should never be combined with @Context...
SpringBoot Cannot override SecurityFilterChain in Spring Boot context reliably
2025-01-07 04:22:23
3121
I have created a small project, which simply defines SecurityFilterChain according to documentation:@Beanpublic Security...
SpringBoot Springboot-3.0.0-RC2 + Tomcat 10.1.2 = java.lang.NoClassDefFoundError: org/apache/tomcat/jakartaee/EESpecProfile
2025-01-07 04:22:21
5445
Making a simple test with Apache Tomcat 10.1.2 embedded server in Spring Boot 3.0.0-RC2, this exception is raised when i...
SpringBoot Empty value for spring.datasource.password can cause NullPointerException
2025-01-07 04:22:18
9405
After upgrading to Spring Boot 2.5.0, my application will no longer start locally when my local database user has no pas...
上一页
下一页
1
…
1874
1875
1876
1877
1878
…
2246
.