Nineya
Home
Blog
Spring spring-tx causes cglib error in java native runtime for repository beans defined by interface
2025-01-28 14:00:57
907
WhatSpring boot uses AOT processing to generate required reflect/proxy/resource configs as well as CGLIB proxy classes i...
Spring Remove HttpHeaders#asMultiValueMap usages from Kotlin tests
2025-01-28 14:00:30
231
This method is deprecated and HttpHeadersAssert can't be used here since that would introduce a circular dependency betw...
Spring Escaped placeholders are evaluated if the PropertySource has placeholder support
2025-01-28 14:00:26
349
This is a follow-up of #34315Consider the following example:prop1=value1 prop2=value2\\${prop1} prop2 should evaluate ...
Spring Duplicate BeanOverrideHandler discovered in @Nested test class hierarchy when upgrading to Spring 6.2.2
2025-01-28 14:00:21
4741
Consider the following test with nested test classes:@SpringBootTestclass SomeTest { @MockitoSpyBean SomeService s...
Spring Cloud Config AWS Secrets Manager and Region Requirement Conflict with Disabled Secrets Manager in Local Profiles
2025-01-28 13:27:07
3309
Describe the bugWhen using Spring Cloud AWS Secrets Manager (version 3.1.1) alongside the AWS STS SDK (version 2.29.34) ...
Spring Cloud Config Vault configuration in composite profile is not picked up.
2025-01-28 13:27:03
3969
Describe the bugAny vault configuration in composite profile is ignored and instead default values are used.Given follow...
Spring Cloud Config Decryption of plain text file doesn't work
2025-01-28 13:26:57
3295
Describe the bugWith decryption of plain text files enabled according to the docs, when I request a plain text configura...
Spring Cloud Config Add Ability to skip property value decryption (e.g. "decryptProperties=false")
2025-01-28 13:26:51
8647
Is your feature request related to a problem? Please describe.Yes, this is related to a problem. We make use of the endp...
Spring Cloud Config Spring Cloud Config Client fallback mechanism
2025-01-28 13:26:45
1089
improvement feature for errorhandling: related ticket: #1569https://github.com/spring-cloud/spring-cloud-config/issues/1...
Spring Cloud Config Spring Cloud Config Server fallback mechanism with local database
2025-01-28 13:26:40
3799
I am able to work with cloud config server and it's working fine but I would like to know some more info. Let us assume ...
Spring Cloud Config Issue Report: @RefreshScope Not Working with Kotlin @ConfigurationProperties class
2025-01-28 13:26:35
1098
Describe the bugIn a Kotlin-based Spring application, @RefreshScope does not work correctly when applied to a class anno...
Spring Cloud Config ConfigClient not honoring spring.profiles.active from config server
2025-01-28 13:26:30
12151
Describe the bugIf I use spring-boot-starter-parent = 2.4.8 vs 2.5.2 then I can't read spring.profiles.active from th...
Spring Cloud Config Failed to handle 403 Forbidden error on config server composite setup
2025-01-28 13:26:23
5931
Describe the bugI have 3 configurations for the vault repository and 1 for git setup under spring.cloud.config.server.co...
Spring Cloud Config Property Order is not working in Composite Environment Repositories
2025-01-28 13:26:17
1729
order property to specify the priority order for all repositories. The lower the numerical value of the order property, ...
Spring Cloud Config Proxy configuration not working in Spring Cloud Config
2025-01-28 13:26:09
6521
Describe the bugWhen configuring a proxy in Spring Cloud Config, HTTP requests to the config server do not route through...
Spring Cloud Config Race condition between environment and resources repository when using jgit repository
2025-01-28 13:26:03
2849
ContextMost of the logic of ResourceController is contained in a synchronized retrieve method.https://github.com/spring-...
Spring Cloud Config Possible unused branch in GitCredentialsProviderFactory
2025-01-28 13:25:57
391
Describe the bugIt seems the branch starting on line 99 is never executed because whenever hasText(username) is true, th...
Spring Cloud Config Ehance native backend documentation
2025-01-28 13:25:53
3177
Documentation says that to use native file backend is necessary to use spring.profiles.active=native. But if it's necess...
Spring Cloud Config composite vault setup with different namespace
2025-01-28 13:25:47
1118
1Describe the bugI am trying to access the HTTP header property X-Vault-namespace from my clienthttprequestinterceptor ...
Spring Cloud Config Use RetryTemplateBuilder.withLogger to set the logger instead of reflections
2025-01-28 13:25:42
192
Describe the bugCurrently the RetryTemplate's logger is applied via reflections in the RetryTemplateFactory. To avoid re...
上一页
下一页
1
…
4
5
6
7
8
…
2025
.