Nineya
Home
Blog
Spring NullPointerException when running a SpringBootTest with webMvc.fn and ResourceServer
2025-01-08 20:27:28
6039
Affects: \5.2.9Affects: \security: 5.3.4I have the following code, where testBWithAuth throws a null pointer exception.@...
Spring @Validated - response validation support
2025-01-08 20:27:25
3812
@Validated is used to declare that arguments should be validated. It'd be great if there was a simple way to declare tha...
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 cance
2025-01-08 20:27:22
7721
We use reactive programming and new observation framework.In our testing we noticed that metrics "http_server_requests_s...
Spring @PropertySource Should Work On AutoConfiguration Interface
2025-01-08 20:27:19
3682
Affects: spring-context 6.0.4I think that @PropertySource should be effective when it's declared on an interface that a...
Spring DefaultMessageListenerContainer shutdown exceptions with ActiveMQ [SPR-16327]
2025-01-08 20:27:16
22690
yael opened SPR-16327 and commentedupon system shutdown we get exceptions from DefaultMessageListenerContainerhappens ev...
Spring Add OuputStream BodyInserter
2025-01-08 20:27:13
402
With the introduction of the JdkClientHttpRequestFactory, it was necessary to bridge the contract of OutputStream and Re...
Spring Spring Boot (version 3.1.2) has UNKNOWN status in prometheus metrics
2025-01-08 20:27:11
9996
Hi all. When I switched to spring boot from version 2.2.13.RELEASE to version 3.1.2, there was a problem with the metric...
Spring Attempted duplicate class definition encountered using repackaged CGLIB's BeanMap
2025-01-08 20:27:07
18375
spring boot 2.2.6.RELEASEJDK 8public static <T> T mapToBean(Map<String, Object> map, T bean) { BeanMa...
Spring @DirtiesContext, @Async and @EnableAsync(mode = AdviceMode.ASPECTJ)
2025-01-08 20:27:04
3308
Affects: \<6.0.6>This is my AsyncConfig with Spring Boot. We use Compile Time Weaving with spring-aspects@Configur...
Spring Provide InjectionPoint inside Spring functional bean definition DSL
2025-01-08 20:27:02
2228
Meta information about the class or method that is requesting an instance of a managed bean should be available when usi...
Spring Converters annotated with @Converter cannot be autowired into
2025-01-08 20:26:59
13934
According to #20852, spring framework and hibernate support dependency injection into AttributeConverter<FROM, TO>...
Spring Consider Hidden classes use cases
2025-01-08 20:26:56
1303
The feature called Hidden classes has been officially marked as a candidate for Java 15 which will reach general availab...
Spring EMFU#doGetTransactionalEntityManager to check for actual transaction
2025-01-08 20:26:53
2166
… rather than just a synchronization. Otherwise, at least SharedEntityManagerCreator will create a 'lingering' EM inside...
Spring ResourcePatternHints should not be merged in a single json entry
2025-01-08 20:26:50
3741
As reported by #28977The ResourcePatternHints is a container for includes and excludes and multiple ResourcePatternHints...
Spring DefaultMessageListenerContainer Backoff does not work
2025-01-08 20:26:47
1483
Affects: Spring Boot Version 3.0.3 (spring-jms 6.0.5)I want to use the DefaultMessageListenerContainer with an Exponent...
Spring Introduce class-level execution phases for @Sql
2025-01-08 20:26:44
2725
This PR is a proposal to address #18929.So far, scripts or inline statements declared with @Sql run before or after ever...
Spring Add missing unit tests for SimpleAliasRegistry
2025-01-08 20:26:40
1018
I've understood the purpose of that inversion (it took me a little while, to be honest :) ), so I've created a new pull ...
Spring Create migration guide from RestTemplate to RestClient
2025-01-08 20:26:37
6289
The RestTemplate will be deprecated in a future version and will not have major new features added going forward. https:...
Spring JDK aop invoke very slow [SPR-15832]
2025-01-08 20:26:34
1277
takeseem opened SPR-15832 and commentedENV: jdk1.8, spring 4.3.8.RELEASES, see the pom.xmlwhy SpringJDKProxy is slowest?...
Spring Provide the HttpRequest on the ClientResponse interface
2025-01-08 20:26:31
1641
The ClientResponse currenly does not provide an accessor to the HttpRequest object for which it was built.This could be ...
上一页
下一页
1
…
1284
1285
1286
1287
1288
…
2246
.