Nineya
Home
Blog
springboot Disable error message on default error page unless explicitly enabled
2025-01-06 09:35:49
5037
We could display a generic message by default. We could reuse the includeStackTrace property or add a new property.Comme...
springboot Add support for customizing Spring Session's cookie serializer
2025-01-06 09:35:42
505
This PR introduces CookieSerializerCustomizer as callback that allows the customization of auto-configured DefaultCookie...
springboot Change default builder image from cloudfoundry/cnb to Paketo
2025-01-06 09:35:36
119
Paketo is the new CNB. The build plugins should default to a Paketo builder image instead of a cloudfoundry/cnb image.
springboot Improve compatibility of launch script by replacing use of seq with a bash native loop
2025-01-06 09:35:30
1794
The current launch script uses seq in a subshell in the stop action to wait for the process to terminate. seq is not pre...
springboot Problem with DelegatingWebMvcConfiguration in autoconfiguration
2025-01-06 09:35:23
5614
I am facing two issues when I'm using DelegatingWebMvcConfiguration in my custom autoconfiguration module:Creating a con...
springboot Upgrade to Spring Kafka 2.5.0.RC1
2025-01-06 09:35:17
117
Comment From: snicollIt turns out we'll get a Spring Kafka 2.5 release after all. I've updated the title accordingly.
springboot Provide an RSocketMessageHandlerCustomizer to allow customizing of the RSocketMessageHandler
2025-01-06 09:35:10
6008
Hi, this is a first-timers-only issue. This means we've worked to make it more legible to folks who either haven't contr...
springboot KafkaClientMetrics is applied to a newly created producer rather than an existing one
2025-01-06 09:35:04
1983
See https://github.com/spring-projects/spring-boot/commit/888a81beba23728078337ad91c27ca4abbcb189e#r38575845Comment From...
springboot Provide a property to disable configuration of the default servlet
2025-01-06 09:34:57
1180
Currently AbstractServletWebServerFactory is registering the default Servlet in all cases.With a typical Spring Boot app...
springboot Allow project dependencies to be assigned to layers by their coordinates
2025-01-06 09:34:50
720
This change adds support for including/excluding project dependencies in multi-project builds in custom layers in the la...
springboot Fix some deprecations
2025-01-06 09:34:43
261
Hi,this PR fixes some deprecations in tests. The KafkaAdmin#getConfig() deprecation was introduced in 2.5.x only, which ...
springboot Allow @AutoConfigurationPackage to specify the base packages that should be registered
2025-01-06 09:34:09
1635
I am writing a Boot starter where I have some JPA repositories in foo.jpa. I want to add auto-configuration in foo.jpa.a...
springboot Best effort support for Hazelcast 4
2025-01-06 09:34:02
871
Spring Boot 2.3 still provides dependency management for Hazelcast 3. There are a number of changes in Hazelcast 4 that ...
springboot spring-boot-starter-data-jpa pulls in multiple dependencies providing package 'javax.persistence'
2025-01-06 09:33:56
18893
I am using:* Spring Boot 2.3.M4* Gradle 6.3* AdoptOpenJDK-14My build is using the Spring Boot and the Spring Dependency ...
springboot Allow easy activation of ISO-by-default date and time binding for Spring MVC
2025-01-06 09:33:42
1791
As indicated in this ticket, it's a bit cumbersome (though doable) to make Spring MVC properly bind the ISO dates and ti...
springboot Consider reusing auto-configuration metadata for imported configuration
2025-01-06 09:33:36
1135
Currently, the auto-configuration metadata that we generate to prevent loading a class if a "basic" condition does not m...
springboot Upgrade to Micrometer 1.5.0
2025-01-06 09:33:29
138
Comment From: cicioflaviuI can work on this one if it's ok.Comment From: snicoll@cicioflaviu thank you but this issue is...
springboot Add dependency management for oauth2-oidc-sdk
2025-01-06 09:33:23
1079
This issue is the result of the problem discussed here https://github.com/spring-projects/spring-security/issues/7883To ...
springboot Replace "folder" with "directory"
2025-01-06 09:33:16
118
For consistency with the File API we should try to replace the word "folder" with "directory" throughout the codebase.
springboot Throw exception if spring.config.location uses classpath*:
2025-01-06 09:33:10
2637
SpringBoot version 2.3.0.M4When trying to set spring.cloud.bootstrap.location (which is effectively mapped to spring.con...
上一页
下一页
1
…
2061
2062
2063
2064
2065
…
2127
.