Skip to content

Version filter #113

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft

Version filter #113

wants to merge 8 commits into from

Conversation

siddhantsorann
Copy link

Closes - spring-attic#4344
Added param to API to filter using version
Created DAO to use predicates to filter. This will avoid multiple repo methods and if-else conditions.

@@ -45,6 +47,7 @@
CloudFoundryDeployerAutoConfiguration.class,
KubernetesAutoConfiguration.class
})
@ComponentScan(basePackageClasses = {AppRegistrationDao.class})
Copy link
Collaborator

Choose a reason for hiding this comment

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

If this is the default server, then why would this not have a ComponentScan before?

Copy link
Author

Choose a reason for hiding this comment

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

There is another class that has other annotations but when I ran the app it failed to start, adding this here made it work. Still checking this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants