Hi All, Adding some update based on feedback of Adam Saghy's review at https://github.com/apache/fineract/pull/6340#discussion_r3903026808 to extend it to bundled dependencies.
We can have 2 checks one is comparative check which is used for PR, and another we can add for bundled dependency which is the new addition, (Check category X dependencies in the bundled JAR). This is because Fineract has compile-only Category X dependencies. These dependencies are used in development but not in the bundle. Regards Aman On Fri, Aug 28, 2026 at 12:58 AM Adam Monsen <[email protected]> wrote: > +1 > > I suggest the logic is moved into a shell script alongside the others in > scripts/. Call the script from a simple workflow configuration (a > la .github/workflows/verify-commits.yml). That makes it easier to > confirm/repo/run locally. >
