Closed petermetz closed 2 months ago
@hyperledger/cacti-maintainers Apologies for the massive PR - most of the diff is the generated code but there's also quite a few manual changes that were hard to separate out due to the build level dependencies (Spring 3, JDK 17, etc). I already sent 5 or 6 smaller PRs leading up to this to try and make this one easier to review.
IMPORTANT: The project now needs JDK 17 and Gradle 8 for development.
Signed-off-by: Peter Somogyvari peter.somogyvari@accenture.com
Pull Request Requirements
upstream/main
branch and squashed into single commit to help maintainers review it more efficient and to avoid spaghetti git commit graphs that obfuscate which commit did exactly what change, when and, why.-s
flag when usinggit commit
command. You may refer to this link for more information.Character Limit
A Must Read for Beginners For rebasing and squashing, here's a must read guide for beginners.