spring-cloud-commons
spring-cloud-commons copied to clipboard
Common classes used in different Spring Cloud implementations
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.
And move `spring.cloud.refresh.enabled` to `spring-cloud-context`.
It's only used by LegacyContextRefresher.
@RefreshScope Filters Extending OncePerRequestFilter Fail to Work / Also @Lazy on filters can't work
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...
1. there is no annotation `@ComponentScanned` 2. "\`main\`" is rendered as "main", \`main\` is better
**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...
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...