Skip to content

feat : adds github workflow for automating dependency upgrade #90

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

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Conversation

rajadilipkolli
Copy link

Adds renovate which automatically updates the version when all tests are passed and workflow which tests that nothing is broken

rajadilipkolli and others added 16 commits March 8, 2024 12:45
Snapshot versions are unavailable. Hence migrating to stable versions
…config

chore(config): migrate renovate config
* fix : issue with running end to end tests

* upgrade maven wrapper

* fix issue with running circuit breaker
…r-plugin to v3.14.0 (#6)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…gin to v1.2.1 (#9)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…e-plugin to v3.5.3 (#7)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…n to v2.18.0 (#10)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…rity-jwt-jose to v5.0.0.build-snapshot (#4)

* fix(deps): update dependency org.springframework.security:spring-security-jwt-jose to v5.0.0.build-snapshot

* use replacement

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Raja Kolli <rajadilipkolli@gmail.com>
…e-plugin to v3.5.3 (#8)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Replaced Lombok's @log4j2 annotation with explicit Log4j2 Logger instantiation in various classes across the project.
- Updated GatewayConfiguration, GlobalControllerExceptionHandler, ServiceUtil, and multiple service implementations to use LogManager and Logger for logging.
- Removed Lombok annotations from Product, Recommendation, Review, Event, and entity classes, replacing them with manual getter, setter, equals, hashCode, and toString methods.
- Ensured consistent logging practices across all services, enhancing maintainability and readability of the codebase.
@rajadilipkolli
Copy link
Author

@mohamed-taman , can you please review and let me know if it looks good. As I am fixing one by one. This might become jumbo PR.

@mohamed-taman
Copy link
Owner

@rajadilipkolli Thank you for your efforts; I appreciate them. Did you try running the entire system and the tests so we can ensure that the fixes were applied correctly?

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