Skip to content

Conversation

@quaff
Copy link
Contributor

@quaff quaff commented Jan 4, 2024

  1. reuse fields from super class
  2. remove unused constant
  3. add static modifier to inner class

1. reuse fields from super class
2. remove unused constant
3. add static modifier to inner class
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 4, 2024
private final AnnotationMetadata enableAnnotationMetadata;
private final AnnotationAttributes attributes;
private final ResourceLoader resourceLoader;
private final Environment environment;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes are fine.

*/
public abstract class RepositoryConfigurationSourceSupport implements RepositoryConfigurationSource {

protected static final String DEFAULT_REPOSITORY_IMPL_POSTFIX = "Impl";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These aren't because we do not want to alter visibility.

@mp911de mp911de added the status: waiting-for-feedback We need additional information before we can continue label Jan 9, 2024
mp911de added a commit that referenced this pull request Jan 9, 2024
Add missing override annotations. Refactor TypeFilterFunction into function to avoid additional property references.
Move off deprecated code.

Closes #3016
@mp911de mp911de closed this in 20d150f Jan 9, 2024
@mp911de mp911de added this to the 3.2.2 (2023.1.2) milestone Jan 9, 2024
@mp911de mp911de added type: task A general task and removed status: waiting-for-feedback We need additional information before we can continue status: waiting-for-triage An issue we've not yet triaged labels Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: task A general task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants