Nineya
Home
Blog
Spring Update to io.freefair.aspectj 8.4
2025-01-08 20:34:30
298
Starting with version 8.4 the custom configuration to change the source directory from src/*/aspectj to src/*/java is no...
Spring Remove redundant static declaration on Search class
2025-01-08 20:34:27
1587
I found a very small mistake. : )9.3. Field (Constant) Declarations.Every field declaration in the body of an interface ...
Spring SpringFW 6 / SpringBoot 3.1.4 http_server_requests_seconds_count metrics incorrectly reports outcome=UNKNOWN for success requests and not reporting exception/errors for client cancel
2025-01-08 20:34:24
58790
Current situation:There are 3 main issues in http_server_requests_seconds_count/sum/max/bucket metrics in SpringBoot 3.x...
Spring Lifecycle beans inconsistently started as dependency of autoStartup=false SmartLifecycle
2025-01-08 20:34:20
3880
Based on the following pseudo-codeSpring does NOT auto-start a solo Lifecycle bean: @Component public class ManualServi...
Spring PathMatchingResourcePatternResolver gives different results with classpath in JAR manifest
2025-01-08 20:34:17
2804
Affects: spring-core 5.3.18When looking up a resource that's contained in the root of a dependency jar with a path wildc...
Spring R2dbcTimeoutException (connection acquisition) on @Transactional annotated method with connection pool
2025-01-08 20:34:14
9253
Spring Boot + Spring Webflux 2.7.4Spring r2dbc 5.3.23r2dbc-pool 0.9.2.RELEASEJDK 17r2dbc pool settings:spring.r2dbc.pool...
Spring Revisit AOT support for generic constructor argument values
2025-01-08 20:34:11
338
Now that https://github.com/spring-projects/spring-framework/issues/27920 has been implemented, constructor resolver see...
Spring Prevent duplicate HTTP server observations for cancelled exchanges
2025-01-08 20:34:09
1373
In some specific cases, HTTP clients can eagerly close connections with the server right after the response has been rec...
Spring ConfigurableBeanFactory.registerDependentBean() being ignored
2025-01-08 20:34:07
1357
I migrated a project to 5.3.16 (through Spring Boot 2.6.4) and I had a problem similar to #28002, which so far worked by...
Spring After upgrading to Spring Boot 2.6.3, queries with @Lock or <lock-mode> fail
2025-01-08 20:34:04
6230
Currently, we are using Spring Boot 2.5.9.After upgrading to 2.6.3 the Queries start to fail with the following error.If...
Spring Aspectj @Configurable not working in bean post construct
2025-01-08 20:34:01
2809
Spring Boot 2.4.2Using two beans: Parent implements InitializingBean and @Configurable Child.Parent inside afterProperti...
Spring SimpleJdbcInsert attempts to map from bigint(20) to Long and throws exception
2025-01-08 20:33:58
15100
I defined an entity class:class Clazz{ private long id; private String cityHash; public Clazz(){} public Cla...
Spring Cannot cast CglibAopProxy$SerializableNoOp to Dispatcher on App startup
2025-01-08 20:33:55
24742
Affects: 6.0.12, 6.0.9Application run fails on very weird exception. Not sure I am not doing something wrong.023-10-10T2...
Spring Please make SimpleJdbcCall.compile() throw exception when the procedure is not exists in Oracle
2025-01-08 20:33:52
1833
I use SimpleJdbcCall to call stored procedure in Oracle.But I found that when compile() non exists procedure, it simply ...
Spring Support injecting Map Entries into Map object
2025-01-08 20:33:49
682
Spring boot supports injecting List elements into List object. Could we have the same function for Map?It would be simil...
Spring The copyProperties method cannot function properly between Java and Kotlin data objects
2025-01-08 20:33:46
4342
I checked the stackhoverflow for this question and there is no standard answer.version info:JDK21 and Kotlin 1.9.10 and ...
Spring Concealing Non-Static Bean Factory Method Impacts Scripted Beans
2025-01-08 20:33:43
3078
Affects: 5.3.27File: https://github.com/spring-projects/spring-framework/blob/main/spring-beans/src/main/java/org/sprin...
Spring convertAndSend Locks the current process and completely ignores the timeout
2025-01-08 20:33:40
4598
Spring version: 2.7.1 We have found some sort of problem when submitting messages to clientsWe have a scheduled task whi...
Spring Javax validation triggered in tests after Spring Boot upgrade to 2.3.4 and not in 2.0.8
2025-01-08 20:33:37
2682
I have code that has validations like the following.In the test setup, when i pass a null value to this method, there is...
Spring AOT-generated code no longer sets bean class for beans created from a @Bean method
2025-01-08 20:33:33
6277
When using spring native with AOT processing, source generation for bean with version 6.0.10 produces: public static Be...
上一页
下一页
1
…
1278
1279
1280
1281
1282
…
2246
.