Nineya
Home
Blog
Spring MockMvc jsonPath matching for DateTimes could be easier
2025-01-08 17:53:25
1311
It seems really hard to achieve a reliable matcher for values of types like OffsetDateTime with jsonPath.If I have somet...
Spring Fixed an error connecting to another database ignoring the "spring.datasource.url" setting in "application.properties"
2025-01-08 17:53:22
1012
Fixed a bug where "catalogName" in "TableMetaData" and "DatabaseMetaData" were connected to different databases by direc...
Spring application.yaml的字段取值不正确
2025-01-08 17:53:16
3253
版本:springboot-verison 3.1.2 如图所示,application.yaml图上为的access-key为minioAdmin;access-secret为minioAdmin123456写了MinioProperie...
Spring Missing native hints for Hibernate Native Query proxy
2025-01-08 17:53:09
16387
In Spring Boot 3.0.0, jpa native query not working @Query(value = "SELECT * from user where email = ?1 ;"...
Spring Use io.spring.javadoc-aggregate
2025-01-08 17:53:05
2128
Closes gh-24653Comment From: sbrannenHolding off on making this change to the build until we branch for 5.3.Comment From...
Spring Spring Boot WebFlux validation of invalid inputs
2025-01-08 17:53:02
5999
I am building java application using Spring Boot 2.7.12And I have very simpler REST API controller like that:import org....
Spring Introduce var-args params() method in JdbcClient's StatementSpec
2025-01-08 17:52:59
279
OverviewTo make it easier to simultaneously supply multiple parameters to JdbcClient when you already have an array (ins...
Spring Introduce overloaded methods in JdbcTestUtils that accept JdbcClient instead of JdbcOperations
2025-01-08 17:52:57
141
OverviewFor background, see https://github.com/spring-projects/spring-framework/issues/31059#issuecomment-1683412954.Rel...
Spring Revise JdbcTestUtils method signatures to accept JdbcOperations instead of JdbcTemplate
2025-01-08 17:52:55
262
OverviewFor consistency with other APIs that work with the JdbcOperations API instead of the concrete JdbcTemplate imple...
Spring Optimize whitespace checks in StringUtils
2025-01-08 17:52:53
409
On review, StringUtils has some suboptimal whitespace checks: For hasText(String), it can use the JDK 11+ String.isBlank...
Spring Spring Cloud Dependencies 2021.0.8: active profiles on command-line are appended to those in bootstrap.yml
2025-01-08 17:52:50
629
Affects: \Spring Boot dependencies 2.7.14Spring Cloud dependencies 2021.0.8After upgrading from spring-cloud-dependencie...
Spring Update README.md
2025-01-08 17:52:48
199
Comment From: pivotal-cla@RAZIULLAH-KHAN12 Please sign the Contributor License Agreement!Click here to manually synchron...
Spring CVE needs removal?
2025-01-08 17:52:45
421
Affects: 5.3.27When i go herehttps://mvnrepository.com/artifact/org.springframework/spring-web/5.3.27it shows a direct c...
Spring Move blocking view resolution to boundedElastic
2025-01-08 17:52:42
938
Hi! :) We used BlockHound to identify blocking operations in reactive spring modules; it turns out resolveViewName opera...
Spring WireMock server becomes unresponsive when context is evicted from ContextCache by removeEldestEntry()
2025-01-08 17:52:36
1254
Affects: 5.3.29We have a project in Spring Boot (version 2.7.14) that is extensively tested and we noticed that at some ...
Spring Spring security metrics with dash in it's label (in Spring Boot 3)
2025-01-08 17:52:33
651
When upgrading to Spring Boot 3 we had issue in new spring security metrics exposed with Micrometer. Issue seems to be t...
Spring Lazy cache provider initialization [SPR-17646]
2025-01-08 17:52:31
2313
Dave Syer opened SPR-17646 and commentedSeveral opportunities:Pointcut processing is expensive, and involves reflecting ...
Spring @Transactional on package-private/protected methods for class-based proxies
2025-01-08 17:52:28
1384
Hello, according to the documentation, to allow package-private or protected methods to benefit from @Transactional we h...
Spring IllegalArgumentException when using Spring Transaction Management with Microsoft SQL Server R2DBC driver
2025-01-08 17:52:25
728
As of Spring Boot 3.0.0, placing a @Transactional annotation on a method when using Spring Data R2DBC with the r2dbc-mss...
Spring Consider allowing attributes annotated with CreatedDate to determine "isNew" status for R2DBC Repositories
2025-01-08 17:52:22
1584
Affects: r2dbc 6, data-commons 3.1Currently r2dbc "is new state detection" supports:null/0 @Id propertiesnull/0 @Version...
上一页
下一页
1
…
1319
1320
1321
1322
1323
…
2246
.