spring-cloud-commons
spring-cloud-commons copied to clipboard
Common classes used in different Spring Cloud implementations
See https://docs.spring.io/spring-boot/reference/features/external-config.html#features.external-config.files.activation-properties
**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",...
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.
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...
Fix GH-1417
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.
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...