Nineya
Home
Blog
SpringBoot ObjectMapper don't convert bean object
2025-01-06 18:54:07
3606
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
2025-01-06 18:54:00
1433
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
2025-01-06 18:53:54
5725
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
2025-01-06 18:53:36
285
Comment From: snicollsslNeedsClientAuthenticationFailsWithoutClientCertificate started failing as the exception hierarch...
SpringBoot Springboo Kafka - @EmbeddedKafka - Transaction not working
2025-01-06 18:53:24
1513
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
2025-01-06 18:53:15
3423
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
2025-01-06 18:53:08
812
SpringBootRedisHttpSessionConfiguration (and same for other data stores) is a subclass of RedisHttpSessionConfiguration....
SpringBoot Upgrade to a Cassandra version that works with Java 9
2025-01-06 18:53:01
894
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
2025-01-06 18:52:51
1081
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
2025-01-06 18:52:45
2974
This is issue is still reproducible with latest release :reactor.netty.internal.shaded.reactor.pool.PoolAcquireTimeoutEx...
SpringBoot Spring upgrade issue
2025-01-06 18:52:38
2344
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
2025-01-06 18:52:31
1957
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
2025-01-06 18:52:24
691
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
2025-01-06 18:52:16
11976
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
2025-01-06 18:52:09
217
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
2025-01-06 18:52:02
233
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.
2025-01-06 18:51:56
1631
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
2025-01-06 18:51:48
3548
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
2025-01-06 18:51:42
773
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
2025-01-06 18:51:33
958
There is OriginTrackedYamlLoader which loads yaml files into a map. When it creates instance of Yaml from snakeyaml libr...
上一页
下一页
1
…
2118
2119
2120
2121
2122
…
2246
.