Spring spring-tx causes cglib error in java native runtime for repository beans defined by interface

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

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

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

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

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.

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

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")

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

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

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

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

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

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

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

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

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

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

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

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

Describe the bugCurrently the RetryTemplate's logger is applied via reflections in the RetryTemplateFactory. To avoid re...
上一页 下一页
.