Nineya
Home
Blog
SpringBoot Upgrade to Spring Kafka 2.7.0-M1
2025-01-06 20:42:26
471
See also https://github.com/spring-projects/spring-boot/pull/24582#issuecomment-749577845Comment From: abchaubey@snicoll...
SpringBoot Upgrade to Liquibase 4.2.2
2025-01-06 20:42:18
457
Liquibase 4.x has some nice benefits from a Spring Boot perspective. Its scanning and logging infrastructure has been re...
SpringBoot Spring boot 2.3.x datasource error
2025-01-06 20:42:12
4812
hello: I change new datasource ,project run error。How to solve it?datasource:spring.shardingsphere.datasource.names=m...
SpringBoot boot 2.4 issue with webclient
2025-01-06 20:42:05
841
Upgrading to 2.4.1 version seems to missing some configuration for making rest calls using webclient, this below works w...
SpringBoot Optionally set Content-Length on compressed responses
2025-01-06 20:41:58
1179
I propose an option for compression to set the Content-Length header on responses that have been compressed by server.co...
SpringBoot Upgrade to Groovy 3.0.0
2025-01-06 20:41:51
9588
Hi,as Groovy 3.0.0 is finally released, I was wondering if Spring-Boot should support it. I initially hoped that the upg...
SpringBoot JSR-305 @Nullable cannot be used to indicate that a parameter to an endpoint operation is optional
2025-01-06 20:41:44
2653
In https://github.com/spring-projects/spring-boot/issues/12020 support for optional parameters was introduced which is g...
SpringBoot possibility to disable event propagation
2025-01-06 20:41:37
1849
a possibility to disable event propagation,this is required to fix the broken "readiness" event propagation of SpringClo...
SpringBoot Upgrade to Spring Data 2021.0.0-M2
2025-01-06 20:41:30
523
Comment From: mp911deProject Dependencies Spring Data 2021.0.0-M2Cassandra Driver (com.datastax.oss:java-driver-core): 4...
SpringBoot Remove Spring Data Solr support
2025-01-06 20:41:22
182
As of Spring Data 2020.1, Solr support is no longer provided so we should remove our support in Spring Boot.Using a dedi...
SpringBoot Spring Data Solr support is not flagged as deprecated
2025-01-06 20:41:15
158
While Spring Data Solr is deprecated for quite some time and is removed in Spring Data 2021.0, our auto-configuration is...
SpringBoot Unable to configure existing certs to enable HTTPS
2025-01-06 20:41:09
1269
I am using spring boot and jetty for my REST application.I will be having certs as .pem files... CA - cacerts.pem, Cert ...
SpringBoot banner.txt ansi color code not working in Windows 10 console
2025-01-06 20:40:44
4208
Hello.banner.txt ansi colors doesn't work in Windows 10 console.Example:banner.txt${AnsiColor.RED}HELLOThe "HELLO" word ...
SpringBoot InvalidConfigDataPropertyException thrown when server processed ConfigData contains profiles
2025-01-06 20:40:33
1082
With Spring Cloud Config Server any spring.profiles.active and spring.profiles.include properties should only apply to t...
SpringBoot Auto-configured DataSourceTransactionManager uses spring.dao.exceptiontranslation.enable rather than spring.dao.exceptiontranslation.enabled to control exception translation
2025-01-06 20:40:27
318
This PR fixes property name for spring.dao.exceptiontranslation.enabled.Comment From: wilkinsonaThanks very much, @izeye...
SpringBoot Prop for disabling sharing webpage / static folder
2025-01-06 20:40:20
4726
Hello,Is there a property to let Spring Boot have all its default values, but not share the webpage / static folder by d...
SpringBoot java.lang.NoSuchMethodError in JUnit Test in Version 2.4.2, but not in 2.4.1
2025-01-06 20:40:13
10911
This following junit code works in Spring Boot 2.4.1import org.junit.jupiter.api.Assertions;import org.junit.jupiter.api...
SpringBoot spring.profiles.included not permitted in externalized non-profile-specific properties
2025-01-06 20:40:07
4163
This issue relates highly to Spring Cloud Config but was introduced directly by changes made in #24733 (released in Spri...
SpringBoot Context is reloading when using @MockBean
2025-01-06 20:40:00
5644
I'm having trouble running my tests, when using the @MockBean annotation to mock a behavior, Spring reloads the context....
SpringBoot Provide a configuration property for endpoints' CORS origin patterns
2025-01-06 20:39:53
1000
When the CorsConfiguration is configured to allow credentials you cannot use wildcards on the allowedOrigins attribute.T...
上一页
下一页
1
…
2077
2078
2079
2080
2081
…
2246
.