Skip to content
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

BAH-4106 | Fix. Create beans for scheduler task classes to initialize context properly #83

Merged
merged 2 commits into from
Sep 13, 2024

Conversation

mohan-13
Copy link
Member

This PR adds a bean creation to moduleApplicationContext.xml for scheduler.tasks classes. This is needed because the implementation of the classes depends on context object which get initialized only when a bean is created either by using @component annotation or bean through xml.

@rahu1ramesh
Copy link
Contributor

@mohan-13, considering that these changes are intended to be part of a patch release, wouldn't it be appropriate to also update the package version to 1.1.1-SNAPSHOT in the pom.xml file?

@mohan-13
Copy link
Member Author

@mohan-13, considering that these changes are intended to be part of a patch release, wouldn't it be appropriate to also update the package version to 1.1.1-SNAPSHOT in the pom.xml file?

Yes, will be doing version bump and releasing the OMOD

@mohan-13 mohan-13 merged commit ea00e3a into main Sep 13, 2024
2 checks passed
@mohan-13 mohan-13 deleted the BAH-4106 branch September 13, 2024 12:15
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