Aurora Blog
Home
SpringBoot SystemEnvironmentPropertySource is no longer considered immutable
2025-03-25 15:17:36
429
We have detection logic in SpringIterableConfigurationPropertySource which treats the SystemEnvironmentPropertySource as...
SpringBoot Improve ConfigurationPropertyName equals/hashCode performance
2025-03-25 15:17:34
298
Calls to ConfigurationPropertyName equals and hashCode methods are called a lot and performance could be improved by exi...
SpringBoot ApplicationInfoPropertySource should be marked as immutable
2025-03-25 15:17:32
118
ApplicationInfoPropertySource contains values that don't change and can be marked as immutable to improve performance.
SpringBoot Missing functionality or Different behavior of ServerRequestObservationConvention, does not provide a way to add tags to long task timers
2025-03-25 15:17:31
5029
With Spring boot 2.7 and earlier, WebMvcTagsProvider had a method that allowed to add custom tags for long task timers. ...
SpringBoot Actuator: NPE in LongTaskTimingHandlerInterceptor
2025-03-25 15:17:29
40034
I encountered the following NPE in Spring Boot Actuator 2.1.3.RELEASE:java.lang.NullPointerException: null at org.spr...
Spring Qualifier Resolution Issue in Parent-Child Context Hierarchies
2025-03-25 15:17:25
3216
Hello Spring-Team,thank you for your continued work in maintaining this excellent framework. I've come across what appea...
Spring AOT-generated CGLib proxies do not contain method overrides
2025-03-25 15:17:23
1501
My observation is that method overrides (e.g., ReplaceOverride and LookupOverride) work fine with no AOT processing, but...
Spring Enforced container-level acknowledge call for custom acknowledgement mode
2025-03-25 15:17:21
7089
Hello Spring comunity,I was recently in the process of migrating a project from Spring Boot 2.6.14 to 3.3.4.In our proje...
Spring Migrating from Spring 6.1.x to 6.2.x leads to exceptions in a Pekko setup
2025-03-25 15:17:12
26724
I am working on a Jakarta EE application that uses Spring Framework (not Spring Boot). After upgrading the spring-framew...
Spring Support @Sql annotations on test interfaces
2025-03-25 15:17:09
1575
Sam Brannen opened SPR-14255 and commentedStatus Quo18755 introduced support for declaring test annotations on test inte...
Spring Register resource hints for @TestPropertySource location patterns
2025-03-25 15:17:07
664
OverviewWe recently introduced support for location patterns in @TestPropertySource; however, MergedContextConfiguration...
Spring Register resource hints for @PropertySource location patterns
2025-03-25 15:17:05
644
OverviewWe recently introduced support for location patterns in @PropertySource; however, PropertySourcesAotContribution...
Spring Support registration of resource hints for classpath location patterns
2025-03-25 15:17:03
5463
OverviewPrior to 6.1 M4 we did not have a need for registering resource hints for GraalVM native image for classpath loc...
Spring Add Databricks to sql-error-codes
2025-03-25 15:17:00
5345
I would like to use Databricks directly for the SQL error codes without creating a custom file:https://github.com/spring...
Spring Create Registry for HTTP Interface Proxies with Extensible Registration DSL
2025-03-25 15:16:57
1299
HttpServiceProxyFactory makes it easy to create a proxy for an HTTP interface. However, it's clear from feedback under h...
Spring Close all ApplicationContexts in the TestContext framework after all tests have been executed
2025-03-25 15:16:56
5427
When using @SpringBootTest with JUnit Jupiter a pitest user had a problem when executing tests with pitest (see https://...
Spring Support dependency injection for JUnit Jupiter ArgumentsProvider constructor
2025-03-25 15:16:53
3335
I apologize if this ends up being a question... if so could you please add an example to the reference documentation. Si...
Spring Introduce support for test-scoped beans in the TestContext framework [SPR-14034]
2025-03-25 15:16:50
10111
Caleb Cushing opened SPR-14034 and commentedI'd like to be able to register a bean as @Scope("test") (or @TestScope), so...
Spring Reinstate links to JUnit 5 Javadoc APIs
2025-03-25 15:16:46
1867
As a follow up to #27480 (see commit 030ba52805a7c513fa196e97d54543b6e3972cae), we need to determine why we cannot confi...
Spring Spring test context reloaded when @MockitoBean and @ContextHierarchy are mixed on single class
2025-03-25 15:16:42
6627
Hi,attached is a testcase showing a testcontest that is wrongly reloaded when using @MockBean in conjunction with using ...
上一页
下一页
1
…
213
214
215
216
217
218
219
.