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://github.com/spring-cloud/spring-cloud-commons/issues/1453. After completing, changes from https://github.com/spring-cloud/spring-cloud-commons/pull/1454 can be reverted.

task
for-major-release

And move `spring.cloud.refresh.enabled` to `spring-cloud-context`.

waiting-for-triage

It's only used by LegacyContextRefresher.

waiting-for-triage

waiting-for-triage

When a filter class annotated with @RefreshScope extends OncePerRequestFilter, it fails to function correctly. The issue arises because the filter is instantiated as a proxy (using CGLIB), causing certain properties...

waiting-for-triage

1. there is no annotation `@ComponentScanned` 2. "\`main\`" is rendered as "main", \`main\` is better

waiting-for-triage

**Describe the bug** According to [the documentation](https://docs.spring.io/spring-boot/reference/features/profiles.html#features.profiles.adding-active-profiles) for `spring.profiles.include` the value for `spring.profiles.include` is a list. ``` spring.profiles.include[0]=common spring.profiles.include[1]=local ``` But using this in a configuration file provided via cloud...

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...

dependencies
github_actions