spring-cloud-commons icon indicating copy to clipboard operation
spring-cloud-commons copied to clipboard

Common classes used in different Spring Cloud implementations

Results 206 spring-cloud-commons issues
Sort by recently updated
recently updated
newest added

See https://docs.spring.io/spring-boot/reference/features/external-config.html#features.external-config.files.activation-properties

waiting-for-triage

**Describe the bug** As part of https://github.com/spring-cloud/spring-cloud-commons/issues/1398 the dependency for "spring-security-rsa" was removed. However, `ConfigServerConfigDataLocationResolver` class still refers to `RsaSecretEncryptor` from spring-security-rsa package. ``` static final boolean RSA_IS_PRESENT = ClassUtils.isPresent("org.springframework.security.rsa.crypto.RsaSecretEncryptor",...

waiting-for-triage

Evictor is not maintained and has not had a release for 8-9 years https://github.com/stoyanr/Evictor. We could deprecate in 4.3.x (currently in milestone phase) and replace in 5.0 later this year.

for team discussion
dependencies

Hi, In my company project we are getting whitesource vialoation for spring-cloud-starter-loadbalancer using very old package evictor 2016 Thier is no changes in the evictor since 2016 is thier any...

waiting-for-triage

1. use `@EnableConfigurationProperties` to register configuration properties beans if the bean name is not relevant. 2. remove `@EnableConfigurationProperties` without specified value if the `@Configuration` class doesn't contain any `@ConfigurationProperties` bean.

waiting-for-triage

Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 4 to 5. Release notes Sourced from mikepenz/action-junit-report's releases. v5 no changes v5.0.0-rc01 🚀 Features Improve parsing logic for nested suites PR: #1224 Configuration to enable grouping...

waiting-for-triage
dependencies
github_actions