-
Notifications
You must be signed in to change notification settings - Fork 140
MOSIP-43582 #1292
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
MOSIP-43582 #1292
Conversation
Signed-off-by: Chandra Keshav Mishra <chandrakeshavmishra@gmail.com>
Signed-off-by: Chandra Keshav Mishra <chandrakeshavmishra@gmail.com>
WalkthroughThe changes centralize the Spring Boot Maven Plugin version (3.2.3) into a reusable Maven property across four POM files in the admin module, and add diagnostic and debugging utilities to the kernel-syncdata-service Dockerfile along with JDWP remote debugging configuration. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (5)
admin/admin-service/pom.xml(3 hunks)admin/hotlist-service/pom.xml(3 hunks)admin/kernel-masterdata-service/pom.xml(3 hunks)admin/kernel-syncdata-service/Dockerfile(1 hunks)admin/kernel-syncdata-service/pom.xml(3 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
- GitHub Check: Analyze (java-kotlin)
- GitHub Check: build-maven-admin-services / maven-build
- GitHub Check: build-maven-apitest-masterdata / maven-build
- GitHub Check: apitest-masterdata / build-dockers
- GitHub Check: publish_to_nexus_apitest / publish-to-nexus
🔇 Additional comments (4)
admin/hotlist-service/pom.xml (1)
25-25: Centralized Maven property for Spring Boot plugin version.The introduction of
spring.boot.maven.plugin.versionproperty and its consistent application across the main build and openapi-doc-generate-profile sections improves maintainability and aligns with the broader centralization effort across modules.Also applies to: 247-247, 442-442
admin/kernel-syncdata-service/pom.xml (1)
26-26: Centralized Maven property for Spring Boot plugin version.The consistent introduction and application of the
spring.boot.maven.plugin.versionproperty across main and profile sections aligns well with the centralization effort across the admin module.Also applies to: 341-341, 516-516
admin/kernel-masterdata-service/pom.xml (1)
25-25: Centralized Maven property for Spring Boot plugin version.The property introduction and consistent usage across build sections maintains uniformity across the admin services and improves version governance.
Also applies to: 344-344, 533-533
admin/admin-service/pom.xml (1)
32-32: Centralized Maven property for Spring Boot plugin version.Consistent introduction of the
spring.boot.maven.plugin.versionproperty and its application across main and openapi-doc-generate-profile sections aligns with the PR's centralization objectives.Also applies to: 260-260, 347-347
Summary by CodeRabbit