SpringBoot ObjectMapper don't convert bean object

This code goalI try to reqeust some api using RestTemplateNow I used thatRestTemplate and normal ObjectMapper (not custo...

SpringBoot Add HealthIndicator implementation for ArangoDB for readiness checks

We have recently upgraded our microservices platform to use Spring-Boot 2.3 and are making use of the new functionality ...

SpringBoot Add configuration to enable Redis Cluster topology refresh

Redis Cluster can be reconfigured at runtime and Redis clients should to pick up these changes to stay operable. Updatin...

SpringBoot Upgrade to Netty 4.1.52.Final

Comment From: snicollsslNeedsClientAuthenticationFailsWithoutClientCertificate started failing as the exception hierarch...

SpringBoot Springboo Kafka - @EmbeddedKafka - Transaction not working

I have configured the @KafkaListener method which runs on transactionally.I am testing the Kafkalistener method with the...

SpringBoot Clarification on log4j2-spring.xml vs log4j2.xml

This issue is really around adding clarification in the documentation with the usage of log4j2-spring.xml vs log4j2.xml....

SpringBoot proxyBeanMethods is not explicitly false in the Spring Session subclasses

SpringBootRedisHttpSessionConfiguration (and same for other data stores) is a subclass of RedisHttpSessionConfiguration....

SpringBoot Upgrade to a Cassandra version that works with Java 9

See CASSANDRA-9608. Our sample is disabled on Java 9 at the moment.See also https://github.com/jsevellec/cassandra-unit/...

SpringBoot ValidationHandler no longer works with certain map keys

Just upgraded Spring Boot from 2.1.4.RELEASE to 2.2.5.RELEASE and my application.yml doesn't validate any longer.For exa...

SpringBoot PoolAcquireTimeoutException: Pool#acquire(Duration) has been pending for more than the configured timeout of 45000ms

This is issue is still reproducible with latest release :reactor.netty.internal.shaded.reactor.pool.PoolAcquireTimeoutEx...

SpringBoot Spring upgrade issue

Recently we upgraded spring version, kept minimal dependency to run only one controller, facing issue like this . ___...

SpringBoot @Transactional annotation is ignored silently if there is no JPA dependency installed

There is a hard dependency between @Transactional and JPA (eg. spring-boot-starter-data-jpa) to get the expected behavio...

SpringBoot Allow types other than Date to be used in the "timestamp" MVC error model

Remove casting timestamp to java.util.Date as the cast is not necessary and it makes using other objects (e.g. java.time...

SpringBoot Missing sanitization in lists of URIs properties on actuator endpoints

ProblemI'm using Spring Boot 2.2.9. The change introduced by https://github.com/spring-projects/spring-boot/pull/19999 c...

SpringBoot Allow redis's connect and read/command timeouts to be configured separately

Fixes #23070Comment From: anshlykov@snicoll Thanks for your feedback. I'll make the changes today or tomorrowComment Fro...

SpringBoot Sanitize entire value if property is not of URI type; Fixes gh-23037

Handles case where a property has a uri/address key but the value is not matched against the value regex. In this case, ...

SpringBoot Spring Reactive WebSocket does not work when Spring Web is present in the classpath.

Spring Reactive WebSocket does not work when Spring Web is present in the classpath.For example, pull this sample applic...

SpringBoot Cassandra's pool duration mapping uses a wrong duration unit

I use the spring-boot-data-cassandra to connect to my cassandra cluster.my application configuration is so:spring.data.c...

SpringBoot springboot upgrade from 1.2.x to 2.3.2 - onetoManymapping issue - rest template - repositoryrestresource

we are performing springboot upgrade from 1.2.5 to 2.3.2 and after upgrade,compilation is successful and application is ...

SpringBoot Make maxAliasesForCollections of yaml loader configurable

There is OriginTrackedYamlLoader which loads yaml files into a map. When it creates instance of Yaml from snakeyaml libr...
上一页 下一页
.